|
-
Aug 20th, 2008, 04:11 AM
#1
Thread Starter
Addicted Member
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
Last edited by omfgz; Aug 20th, 2008 at 05:03 AM.
-
Aug 20th, 2008, 11:52 AM
#2
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
-
Aug 20th, 2008, 11:56 AM
#3
Thread Starter
Addicted Member
Re: Webbrowser control
yea i know but i was just showing u as example how can i make a webbrowerser control at runtime?
-
Aug 20th, 2008, 04:39 PM
#4
Re: Webbrowser control
one option would be to have control array
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|