[Gambas-user] Control-P anywhere in programme

Fabien Bodard gambas.fr at ...626...
Sat Apr 3 12:08:56 CEST 2010


i see only one way ... it's to use

In Each of you form put this :

Public sub Form_KeyPress()

  FMain.ManageKeys

end


and in fmain :

Public Sub ManageKeys()

Select Case Key.Code

endselect

End
2010/4/3 Bill-Lancaster <bill-lancaster at ...2231...>:
>
> My programme has many gridview displays in many forms.
> Instead of having a print button on each form, is there a way of having a
> Control-P action working throughout the programme?
>
> Bill Lancaster
> --
> View this message in context: http://old.nabble.com/Control-P-anywhere-in-programme-tp28125480p28125480.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list