Click here to Skip to main content
15,914,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Resolution Or Screen Area :confused: Pin
Jerome Conus3-Feb-03 0:32
Jerome Conus3-Feb-03 0:32 
GeneralRe: Resolution Or Screen Area :confused: Pin
xBlitzerx4-Feb-03 9:26
xBlitzerx4-Feb-03 9:26 
Generaladd a combobox to datagrid Pin
Arshia2-Feb-03 20:17
Arshia2-Feb-03 20:17 
GeneralRe: add a combobox to datagrid Pin
Arshia2-Feb-03 20:18
Arshia2-Feb-03 20:18 
GeneralFunctions - Parameter Passing Pin
xBlitzerx2-Feb-03 12:22
xBlitzerx2-Feb-03 12:22 
GeneralRe: Functions - Parameter Passing Pin
xBlitzerx3-Feb-03 15:40
xBlitzerx3-Feb-03 15:40 
GeneralRe: Functions - Parameter Passing Pin
Ray Cassick4-Feb-03 12:03
Ray Cassick4-Feb-03 12:03 
GeneralRe: Functions - Parameter Passing Pin
mikasa4-Feb-03 8:41
mikasa4-Feb-03 8:41 
Ummm...pass it "ByRef"? Or make your Function return the Value? Function should ALWAYS Return something. So if you want the ByRef method, make it a Sub Routine. Your question isn't really clear, so I hope this Helps.

'Pass ByRef Example
Public Sub Test(ByRef MyValue as Integer)
MyValue = 5
End Sub

'Return a Variable
Public Function Test(ByRef MyValue as Integer) As Integer
Return 5 'VB.NET
Test = 5 'VB6 / VB.NET
End Sub
GeneralRe: Functions - Parameter Passing Pin
xBlitzerx4-Feb-03 9:24
xBlitzerx4-Feb-03 9:24 
Generalword, save Pin
pnpfriend1-Feb-03 8:43
pnpfriend1-Feb-03 8:43 
GeneralRe: word, save Pin
Torsten Mauz3-Feb-03 6:43
Torsten Mauz3-Feb-03 6:43 
QuestionVB 6 SQL problem ??? Pin
mixahlos31-Jan-03 15:07
mixahlos31-Jan-03 15:07 
AnswerRe: VB 6 SQL problem ??? Pin
Ray Cassick31-Jan-03 18:42
Ray Cassick31-Jan-03 18:42 
GeneralInheritance question… Pin
Ray Cassick31-Jan-03 9:43
Ray Cassick31-Jan-03 9:43 
GeneralRe: Inheritance question… Pin
Richard Deeming3-Feb-03 3:23
mveRichard Deeming3-Feb-03 3:23 
GeneralRe: Inheritance question… Pin
Ray Cassick6-Feb-03 7:21
Ray Cassick6-Feb-03 7:21 
GeneralRe: Inheritance question… Pin
mikasa4-Feb-03 8:50
mikasa4-Feb-03 8:50 
GeneralRe: Inheritance question… Pin
Ray Cassick4-Feb-03 9:37
Ray Cassick4-Feb-03 9:37 
Generalinteger Pin
pnpfriend31-Jan-03 3:57
pnpfriend31-Jan-03 3:57 
GeneralRe: integer Pin
Jason McBurney31-Jan-03 4:41
Jason McBurney31-Jan-03 4:41 
GeneralRe: integer Pin
pnpfriend31-Jan-03 9:29
pnpfriend31-Jan-03 9:29 
GeneralRe: integer Pin
xBlitzerx2-Feb-03 14:36
xBlitzerx2-Feb-03 14:36 
Generalquery on createobject Pin
shanksprasad31-Jan-03 2:03
shanksprasad31-Jan-03 2:03 
GeneralRe: query on createobject Pin
RichardGrimmer5-Feb-03 6:28
RichardGrimmer5-Feb-03 6:28 
GeneralRe: query on createobject Pin
manoj madahavan20-Feb-03 5:22
manoj madahavan20-Feb-03 5: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.