Re: [Gambas-user] How to lock (all controls) Form1 while Form2.Show = True?

2014-05-15 Thread Roki
Try this! dim f2 as new Form2 f2.ShowModal On 05/15/2014 03:50 PM, abbat81 wrote: > I want my Form1 to be untouchable untill Form2 is not Closed. > If Form1_KeyPress, then show Form2 if it is Minimized. > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/How-to-lock-a

[Gambas-user] How to lock (all controls) Form1 while Form2.Show = True?

2014-05-15 Thread abbat81
I want my Form1 to be untouchable untill Form2 is not Closed. If Form1_KeyPress, then show Form2 if it is Minimized. -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-lock-all-controls-Form1-while-Form2-Show-True-tp46519.html Sent from the gambas-user mailing list archiv