Click here to Skip to main content
15,900,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Reg Username Pin
Mycroft Holmes24-Jan-10 21:23
professionalMycroft Holmes24-Jan-10 21:23 
AnswerRe: Reg Username Pin
Eddy Vluggen24-Jan-10 21:59
professionalEddy Vluggen24-Jan-10 21:59 
QuestionType mismatch when loading data from db to listview Pin
misCafe24-Jan-10 14:47
misCafe24-Jan-10 14:47 
AnswerRe: Type mismatch when loading data from db to listview Pin
Eddy Vluggen24-Jan-10 22:07
professionalEddy Vluggen24-Jan-10 22:07 
GeneralRe: Type mismatch when loading data from db to listview Pin
misCafe25-Jan-10 13:15
misCafe25-Jan-10 13:15 
GeneralRe: Type mismatch when loading data from db to listview Pin
Eddy Vluggen26-Jan-10 1:25
professionalEddy Vluggen26-Jan-10 1:25 
QuestionWebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum24-Jan-10 10:06
OmegaMaximum24-Jan-10 10:06 
AnswerRe: WebBrowser Navigation in MDI from seperate form. Pin
DaveAuld24-Jan-10 10:19
professionalDaveAuld24-Jan-10 10:19 
You can access all the open forms in your application via the My.Application.OpenForms methods.

Expose a public method on one form and pass a variable across from the other form e.g. To pass a value to Form1 from Form2

Form1.SomeMethod(SomeVariable)

Then in the SomeMethod on Form1 build the new browser url and navigate to it.

Dave
GoogleWave: dave.m.auld[at]googlewave.com
Who am I?:
Web|Facebook|Twitter|LinkedIn|Bebo

GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum25-Jan-10 7:53
OmegaMaximum25-Jan-10 7:53 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
EliottA25-Jan-10 10:35
EliottA25-Jan-10 10:35 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum25-Jan-10 16:40
OmegaMaximum25-Jan-10 16:40 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
DaveAuld25-Jan-10 23:56
professionalDaveAuld25-Jan-10 23:56 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum26-Jan-10 0:48
OmegaMaximum26-Jan-10 0:48 
QuestionAttach scrollbar to listview Pin
Eli Nurman24-Jan-10 8:12
Eli Nurman24-Jan-10 8:12 
AnswerRe: Attach scrollbar to listview Pin
DaveAuld24-Jan-10 8:44
professionalDaveAuld24-Jan-10 8:44 
AnswerRe: Attach scrollbar to listview Pin
Luc Pattyn24-Jan-10 9:59
sitebuilderLuc Pattyn24-Jan-10 9:59 
GeneralRe: Attach scrollbar to listview Pin
Eli Nurman24-Jan-10 10:25
Eli Nurman24-Jan-10 10:25 
QuestionHow to Work On MAC Application Pin
Anubhava Dimri22-Jan-10 22:32
Anubhava Dimri22-Jan-10 22:32 
AnswerRe: How to Work On MAC Application Pin
DaveAuld23-Jan-10 5:30
professionalDaveAuld23-Jan-10 5:30 
AnswerRe: How to Work On MAC Application Pin
Eddy Vluggen23-Jan-10 5:44
professionalEddy Vluggen23-Jan-10 5:44 
GeneralRe: How to Work On MAC Application Pin
Anubhava Dimri24-Jan-10 18:41
Anubhava Dimri24-Jan-10 18:41 
GeneralRe: How to Work On MAC Application Pin
Eddy Vluggen24-Jan-10 21:32
professionalEddy Vluggen24-Jan-10 21:32 
QuestionRemove Javascript controls from export to excel - VB.Net Pin
technette22-Jan-10 14:00
technette22-Jan-10 14:00 
AnswerRe: Remove Javascript controls from export to excel - VB.Net Pin
Mycroft Holmes24-Jan-10 10:49
professionalMycroft Holmes24-Jan-10 10:49 
GeneralRe: Remove Javascript controls from export to excel - VB.Net Pin
technette25-Jan-10 8:22
technette25-Jan-10 8:22 

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.