Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: rename file Pin
Jason Gerard23-Apr-01 10:21
Jason Gerard23-Apr-01 10:21 
GeneralRe: rename file Pin
23-Apr-01 11:04
suss23-Apr-01 11:04 
GeneralASCII to HTML String Urgent Pin
23-Apr-01 5:10
suss23-Apr-01 5:10 
GeneralRe: ASCII to HTML String Urgent Pin
28-Aug-01 11:34
suss28-Aug-01 11:34 
Generaliiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii Pin
23-Apr-01 4:23
suss23-Apr-01 4:23 
GeneralPassing variable values between forms Pin
17-Apr-01 6:47
suss17-Apr-01 6:47 
GeneralRe: Passing variable values between forms Pin
Jason Gerard17-Apr-01 15:42
Jason Gerard17-Apr-01 15:42 
GeneralRe: Passing variable values between forms Pin
18-Apr-01 6:49
suss18-Apr-01 6:49 
You dont even have to declare it on each form. Just reference the one in frmMain as illustrated
by Jason.

Make it local to the function you are using it in

Private Sub cmdDoStuff_Click()
Dim iPort as Integer

iPort = frmMain.Port

' etc.
End Sub

GeneralScanning (Not anti-virun scanning) using VB API Pin
10-Apr-01 20:15
suss10-Apr-01 20:15 
Generalvariable problems Pin
6-Apr-01 10:23
suss6-Apr-01 10:23 
GeneralRe: variable problems Pin
Raveendra Madupu8-Apr-01 22:37
Raveendra Madupu8-Apr-01 22:37 
GeneralRe: variable problems Pin
18-Apr-01 7:05
suss18-Apr-01 7:05 
GeneralRun ExE Pin
Rajat3-Apr-01 2:44
Rajat3-Apr-01 2:44 
GeneralRe: Run ExE Pin
3-May-01 23:48
suss3-May-01 23:48 
GeneralRun ExE Pin
Rajat3-Apr-01 2:44
Rajat3-Apr-01 2:44 
Generalirc bot Pin
Craig2-Apr-01 0:52
Craig2-Apr-01 0:52 
QuestionIs it possible to build mail server in vb? Pin
bishnu pokharel8-Mar-01 1:00
bishnu pokharel8-Mar-01 1:00 
AnswerRe: Is it possible to build mail server in vb? Pin
ganti3-Apr-01 3:48
ganti3-Apr-01 3:48 
GeneralVb programming, Tree view control Pin
usama06-Mar-01 19:47
usama06-Mar-01 19:47 
GeneralRe: Vb programming, Tree view control Pin
Mangesh Sardesai27-May-01 19:02
Mangesh Sardesai27-May-01 19:02 
Questionhow do i make a program that makes change! Pin
gt3D27-Feb-01 12:28
gt3D27-Feb-01 12:28 
GeneraldreMaking a 2D game. Pin
16-Feb-01 15:13
suss16-Feb-01 15:13 
Generalvbcomponent in javascript Pin
Praveen15-Feb-01 10:49
Praveen15-Feb-01 10:49 
GeneralRe: vbcomponent in javascript Pin
Raveendra Madupu8-Apr-01 23:53
Raveendra Madupu8-Apr-01 23:53 
GeneralRe: vbcomponent in javascript Pin
23-Apr-01 4:25
suss23-Apr-01 4:25 

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.