Click here to Skip to main content
15,926,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralChanging Colors on InputBox's Pin
ProgBeaker16-Sep-04 7:02
ProgBeaker16-Sep-04 7:02 
GeneralRe: Changing Colors on InputBox's Pin
tricknigjew16-Sep-04 11:47
tricknigjew16-Sep-04 11:47 
GeneralRaiseEvent Connected not working Pin
Anonymous16-Sep-04 6:39
Anonymous16-Sep-04 6:39 
GeneralProblem in User Control after installing Framework 1.1 sp1 Pin
GanesanM16-Sep-04 4:20
GanesanM16-Sep-04 4:20 
GeneralRe: Problem in User Control after installing Framework 1.1 sp1 Pin
Dave Kreskowiak16-Sep-04 4:38
mveDave Kreskowiak16-Sep-04 4:38 
Generalget a url with MSXML2.ServerXMLHTTP but encoding problem Pin
karanba16-Sep-04 3:38
karanba16-Sep-04 3:38 
GeneralRe: get a url with MSXML2.ServerXMLHTTP but encoding problem Pin
Dave Kreskowiak16-Sep-04 4:41
mveDave Kreskowiak16-Sep-04 4:41 
GeneralLinking VBScript back to VB6 Pin
pplikill16-Sep-04 2:35
pplikill16-Sep-04 2:35 
GeneralRe: Linking VBScript back to VB6 Pin
Dave Kreskowiak16-Sep-04 3:36
mveDave Kreskowiak16-Sep-04 3:36 
GeneralRe: Linking VBScript back to VB6 Pin
tricknigjew16-Sep-04 3:48
tricknigjew16-Sep-04 3:48 
Generaldatagrid problem in vb.net Pin
sribusam15-Sep-04 23:32
sribusam15-Sep-04 23:32 
GeneralHandle Clipboard event in VB.NET Pin
kokain15-Sep-04 23:24
kokain15-Sep-04 23:24 
GeneralRe: Handle Clipboard event in VB.NET Pin
Dave Kreskowiak16-Sep-04 0:41
mveDave Kreskowiak16-Sep-04 0:41 
GeneralAdding items in listview Pin
Sumit Domyan15-Sep-04 19:58
Sumit Domyan15-Sep-04 19:58 
GeneralRe: Adding items in listview Pin
Dave Kreskowiak16-Sep-04 0:35
mveDave Kreskowiak16-Sep-04 0:35 
GeneralRe: Adding items in listview Pin
tricknigjew16-Sep-04 3:44
tricknigjew16-Sep-04 3:44 
GeneralCalling dll in visual c++ Pin
sumiko15-Sep-04 19:46
sumiko15-Sep-04 19:46 
GeneralUnhandled exception Pin
kokain15-Sep-04 16:08
kokain15-Sep-04 16:08 
GeneralModal Forms in VB 6.0 Pin
Red Sunday15-Sep-04 12:32
Red Sunday15-Sep-04 12:32 
GeneralRe: Modal Forms in VB 6.0 Pin
pbpb15-Sep-04 20:25
pbpb15-Sep-04 20:25 
GeneralRe: Modal Forms in VB 6.0 Pin
Purple Monk16-Sep-04 0:43
Purple Monk16-Sep-04 0:43 
hi,

I set up a dummy project, two buttons on form A and a button and a text box on form B,

load form A press button 1, form B is shown, fill some text in the text box
press the button on form B, form B is hidden.

Then Press other button on form A to show msgbox of text in box on form B.

Lovely Jubbly

Form A code:

Private Sub Command1_Click()
Load Form2
Form2.Show
End Sub

Private Sub Command2_Click()
MsgBox Form2.txtMsg.Text
End Sub

Form B Code:

Private Sub Command1_Click()
Form2.Hide
End Sub






"If i was king cigarettes would be free."


GeneralRe: Modal Forms in VB 6.0 Pin
pbpb16-Sep-04 2:21
pbpb16-Sep-04 2:21 
GeneralVisual Basic Sequential File IO Pin
Red Sunday15-Sep-04 4:50
Red Sunday15-Sep-04 4:50 
GeneralRe: Visual Basic Sequential File IO Pin
Anonymous15-Sep-04 6:31
Anonymous15-Sep-04 6:31 
GeneralRe: Visual Basic Sequential File IO Pin
Red Sunday15-Sep-04 7:12
Red Sunday15-Sep-04 7:12 

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.