Click here to Skip to main content
16,004,887 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter22-Dec-06 10:02
Chuck Easter22-Dec-06 10:02 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Dave Kreskowiak22-Dec-06 10:13
mveDave Kreskowiak22-Dec-06 10:13 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter22-Dec-06 10:59
Chuck Easter22-Dec-06 10:59 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Dave Kreskowiak22-Dec-06 12:23
mveDave Kreskowiak22-Dec-06 12:23 
GeneralRe: Tabcontrol and textbox.textchanged Pin
Chuck Easter26-Dec-06 3:14
Chuck Easter26-Dec-06 3:14 
QuestionDear all Pin
indian14322-Dec-06 2:39
indian14322-Dec-06 2:39 
AnswerRe: Dear all Pin
Dave Kreskowiak22-Dec-06 2:56
mveDave Kreskowiak22-Dec-06 2:56 
AnswerRe: Dear all Pin
Kschuler22-Dec-06 4:52
Kschuler22-Dec-06 4:52 
If you are talking about passing values between windows, it is tricky. You will probably have to use hidden controls on your main page.

If you have your main window, lets call it window A, and you open window B with javascript, you can reference a window A control from window B by using javascript like this:

window.opener.document.form1.txtMyTextbox.value = 'value to set'

I'm not sure if this is what you were looking for, but I hope it helps.
QuestionDear all Pin
indian14322-Dec-06 2:24
indian14322-Dec-06 2:24 
AnswerRe: Dear all Pin
Dave Kreskowiak22-Dec-06 2:55
mveDave Kreskowiak22-Dec-06 2:55 
AnswerRe: Dear all Pin
Christian Graus22-Dec-06 8:24
protectorChristian Graus22-Dec-06 8:24 
AnswerRe: Storing a name Pin
namrtihdsdsedwde22-Dec-06 2:22
namrtihdsdsedwde22-Dec-06 2:22 
GeneralRe: Storing a name Pin
harveyhanson22-Dec-06 2:23
harveyhanson22-Dec-06 2:23 
GeneralRe: Storing a name Pin
Kschuler22-Dec-06 4:36
Kschuler22-Dec-06 4:36 
GeneralRe: Storing a name Pin
harveyhanson2-Jan-07 4:33
harveyhanson2-Jan-07 4:33 
QuestionTo hardware details about client machine using Vb6.0 Pin
jamesrajesh21-Dec-06 20:40
jamesrajesh21-Dec-06 20:40 
AnswerRe: To hardware details about client machine using Vb6.0 Pin
Dave Kreskowiak22-Dec-06 3:03
mveDave Kreskowiak22-Dec-06 3:03 
QuestionDear all Pin
indian14321-Dec-06 20:22
indian14321-Dec-06 20:22 
QuestionCode Snippets Pin
The ANZAC21-Dec-06 15:50
The ANZAC21-Dec-06 15:50 
AnswerRe: Code Snippets Pin
Are Jay21-Dec-06 20:33
Are Jay21-Dec-06 20:33 
AnswerRe: Code Snippets Pin
Are Jay21-Dec-06 20:37
Are Jay21-Dec-06 20:37 
AnswerRe: Code Snippets Pin
Kschuler22-Dec-06 4:40
Kschuler22-Dec-06 4:40 
GeneralRe: Code Snippets Pin
Are Jay22-Dec-06 16:38
Are Jay22-Dec-06 16:38 
GeneralRe: Code Snippets Pin
The ANZAC22-Dec-06 19:11
The ANZAC22-Dec-06 19:11 
QuestionselectChangedCommitted in combo box Pin
steve_rm21-Dec-06 14:41
steve_rm21-Dec-06 14:41 

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.