Click here to Skip to main content
15,920,801 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MDI form... Pin
manni_n10-Oct-07 5:17
manni_n10-Oct-07 5:17 
GeneralRe: MDI form... Pin
mr_lasseter10-Oct-07 5:20
mr_lasseter10-Oct-07 5:20 
GeneralRe: MDI form... Pin
manni_n10-Oct-07 10:39
manni_n10-Oct-07 10:39 
GeneralRe: MDI form... Pin
mr_lasseter10-Oct-07 15:20
mr_lasseter10-Oct-07 15:20 
QuestionHow can I create a tab dynamically? Pin
Big Ralph9-Oct-07 8:55
Big Ralph9-Oct-07 8:55 
AnswerRe: How can I create a tab dynamically? Pin
Patrick Etc.9-Oct-07 10:47
Patrick Etc.9-Oct-07 10:47 
GeneralRe: How can I create a tab dynamically? Pin
Big Ralph9-Oct-07 18:03
Big Ralph9-Oct-07 18:03 
GeneralRe: How can I create a tab dynamically? Pin
Tom Deketelaere9-Oct-07 22:41
professionalTom Deketelaere9-Oct-07 22:41 
there a few possible ways:
1) declare the control you want to access global (dim w as webbrowser)
when you create it you first need to initialize it ( w = new webbrowser)
this way you can access the control from anywhere (always check first if it has been initialized ( if w isnot nothing then 'do you're code))

2) when you create the control give it a unique name (w.name = "unique")
then when you want to access it you can just run true the controls on you tabcontrol (normally all tabpages) and for each tabpage run true his controls and compare name
(if control.name.tolower.equals("unique") then ' do you're code)
this is a bit more work and I think it's better to use the first option (for performance) but it should also work

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

QuestionDateformat! Pin
jensenx9-Oct-07 7:25
jensenx9-Oct-07 7:25 
AnswerRe: Dateformat! Pin
Dave Kreskowiak9-Oct-07 7:34
mveDave Kreskowiak9-Oct-07 7:34 
GeneralRe: Dateformat! Pin
jensenx9-Oct-07 15:16
jensenx9-Oct-07 15:16 
AnswerRe: Dateformat! Pin
GuyThiebaut9-Oct-07 8:23
professionalGuyThiebaut9-Oct-07 8:23 
GeneralRe: Dateformat! Pin
jensenx9-Oct-07 15:19
jensenx9-Oct-07 15:19 
AnswerRe: Dateformat! [modified] Pin
Thomas Krojer10-Oct-07 0:07
Thomas Krojer10-Oct-07 0:07 
Questionvisio org chart shapes are not well formated on its position by using VS.Net Pin
memoboy9-Oct-07 6:22
memoboy9-Oct-07 6:22 
Questiondatabase sql server2000 suspect? [modified] Pin
Phan Van Thao9-Oct-07 5:31
Phan Van Thao9-Oct-07 5:31 
AnswerRe: database sql server2000 suspect? Pin
Dave Kreskowiak9-Oct-07 6:24
mveDave Kreskowiak9-Oct-07 6:24 
AnswerRe: database sql server2000 suspect? Pin
GuyThiebaut9-Oct-07 8:29
professionalGuyThiebaut9-Oct-07 8:29 
Questionchange color of ProgressBar Pin
Sur4u9-Oct-07 5:23
Sur4u9-Oct-07 5:23 
AnswerRe: change color of ProgressBar Pin
Dave Kreskowiak9-Oct-07 6:23
mveDave Kreskowiak9-Oct-07 6:23 
QuestionSockets receive and send Pin
Nasbcn9-Oct-07 5:09
Nasbcn9-Oct-07 5:09 
AnswerRe: Sockets receive and send Pin
Dave Kreskowiak9-Oct-07 6:22
mveDave Kreskowiak9-Oct-07 6:22 
QuestionHow to Accept Parameters in this Situation Pin
Vimalsoft(Pty) Ltd9-Oct-07 4:10
professionalVimalsoft(Pty) Ltd9-Oct-07 4:10 
AnswerRe: How to Accept Parameters in this Situation Pin
SHatchard9-Oct-07 6:08
SHatchard9-Oct-07 6:08 
AnswerRe: How to Accept Parameters in this Situation Pin
Dave Kreskowiak9-Oct-07 6:16
mveDave Kreskowiak9-Oct-07 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.