[Gambas-user] Form.Show by name as string of form

abbat81 abbat.81 at ...787...
Mon Apr 28 09:54:33 CEST 2014


Hi,

I have a four forms in my project:
Form_name_1
Form_name_2
Form_name_3
Form_name_4
Form_name_5


How can I show a form by name of a form by string.

Public Sub Button1_Click()
  
  Dim Form_name As String = "Form_name_2"

  Form_name.Show

End



--
View this message in context: http://gambas.8142.n7.nabble.com/Form-Show-by-name-as-string-of-form-tp46270.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list