Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Custom PaperSize for printing a receipt Pin
sreejith ss nair21-Sep-04 1:23
sreejith ss nair21-Sep-04 1:23 
GeneralRe: Custom PaperSize for printing a receipt Pin
Member 132035221-Sep-04 1:47
Member 132035221-Sep-04 1:47 
GeneralRe: Custom PaperSize for printing a receipt Pin
sreejith ss nair21-Sep-04 1:59
sreejith ss nair21-Sep-04 1:59 
GeneralRe: Custom PaperSize for printing a receipt Pin
21-Sep-04 5:13
suss21-Sep-04 5:13 
GeneralRe: Custom PaperSize for printing a receipt Pin
Duncan Edwards Jones22-Sep-04 4:02
professionalDuncan Edwards Jones22-Sep-04 4:02 
GeneralRe: Custom PaperSize for printing a receipt Pin
Member 132035222-Sep-04 21:47
Member 132035222-Sep-04 21:47 
GeneralOUTLOOK Integration Pin
Sumit Domyan20-Sep-04 21:07
Sumit Domyan20-Sep-04 21:07 
Generalpassing variables thru refrence Pin
Member 120813920-Sep-04 20:05
Member 120813920-Sep-04 20:05 
Hi all,

see I have class module which has a subroutine say

private sub myrt()
dim str as string
str="just check"
form1.reta(str)
end sub

there is a subroutine in the form (named as form1) module
named as reta

private sub reta(byref asd as string)
asd="the return value"
end sub

the problem with this is that, even though the variable is passed as refrence in the subroutine, the value of str is still showing "just checking" instead of "the return value"
after executing the sub reta

this only happ in the class module, do it in the same nodule the problem does not exists.


GeneralRe: passing variables thru refrence Pin
Dave Kreskowiak21-Sep-04 0:29
mveDave Kreskowiak21-Sep-04 0:29 
GeneralRe: passing variables thru refrence Pin
21-Sep-04 17:15
suss21-Sep-04 17:15 
GeneralRe: passing variables thru refrence Pin
Dave Kreskowiak22-Sep-04 7:33
mveDave Kreskowiak22-Sep-04 7:33 
GeneralRe: Create PDF / VB.NET Pin
Steven Campbell20-Sep-04 11:24
Steven Campbell20-Sep-04 11:24 
GeneralCreate PDF / VB.NET Pin
partt20-Sep-04 10:55
partt20-Sep-04 10:55 
Generalvb6 - changing printer settings Pin
steff kamush20-Sep-04 4:07
steff kamush20-Sep-04 4:07 
GeneralRe: vb6 - changing printer settings Pin
Duncan Edwards Jones20-Sep-04 4:16
professionalDuncan Edwards Jones20-Sep-04 4:16 
GeneralCrystal Reports and CSV files Pin
KreativeKai20-Sep-04 3:40
professionalKreativeKai20-Sep-04 3:40 
GeneralRe: Crystal Reports and CSV files Pin
KreativeKai24-Sep-04 5:36
professionalKreativeKai24-Sep-04 5:36 
GeneralRe: Crystal Reports and CSV files Pin
NarendraSinghJTV19-Jan-10 19:09
NarendraSinghJTV19-Jan-10 19:09 
GeneralRe: Crystal Reports and CSV files Pin
KreativeKai25-Jan-10 5:10
professionalKreativeKai25-Jan-10 5:10 
Generalvb.net template Pin
bassemhoussam20-Sep-04 0:32
bassemhoussam20-Sep-04 0:32 
GeneralRe: vb.net template Pin
Dave Kreskowiak20-Sep-04 6:31
mveDave Kreskowiak20-Sep-04 6:31 
GeneralVB.NET threading with WinHTTP Pin
Amitpd19-Sep-04 23:09
Amitpd19-Sep-04 23:09 
GeneralRe: VB.NET threading with WinHTTP Pin
Dave Kreskowiak20-Sep-04 6:27
mveDave Kreskowiak20-Sep-04 6:27 
QuestionHow to find a list of computer names for a network Pin
Laurie Comerford19-Sep-04 21:25
professionalLaurie Comerford19-Sep-04 21:25 
AnswerRe: How to find a list of computer names for a network Pin
Mekong River20-Sep-04 3:31
Mekong River20-Sep-04 3:31 

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.