-
Webbrowser control
i want to add a webbrowser control on my GUI dynamically or at run time . how i would get to do that? for example if u want to make a make i go
Code:
Dim label1 As New Label
and i then have to be able to add it to GUI
like
Code:
Me.Controls.Add Label1
like that ... how can i do that with web browser control D=
help plz
-
Re: Webbrowser control
Dim label1 As New Label
Unless you have some other code you are not showing the above is invalid use of the NEW keyword
-
Re: Webbrowser control
yea i know but i was just showing u as example how can i make a webbrowerser control at runtime?
-
Re: Webbrowser control
one option would be to have control array