Click here to Skip to main content
15,897,718 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Mixing VB 2005 with assembly language Pin
Dave Kreskowiak29-Oct-07 18:13
mveDave Kreskowiak29-Oct-07 18:13 
GeneralRe: Mixing VB 2005 with assembly language Pin
Orlando_Herrera30-Oct-07 8:31
Orlando_Herrera30-Oct-07 8:31 
GeneralRe: Mixing VB 2005 with assembly language Pin
Dave Kreskowiak30-Oct-07 12:33
mveDave Kreskowiak30-Oct-07 12:33 
GeneralRe: Mixing VB 2005 with assembly language Pin
Orlando_Herrera31-Oct-07 5:58
Orlando_Herrera31-Oct-07 5:58 
GeneralRe: Mixing VB 2005 with assembly language Pin
Dave Kreskowiak31-Oct-07 14:51
mveDave Kreskowiak31-Oct-07 14:51 
Questionvb6 to vb.net conversion Help Pin
s3rro29-Oct-07 9:45
s3rro29-Oct-07 9:45 
AnswerRe: vb6 to vb.net conversion Help Pin
Dave Kreskowiak29-Oct-07 14:42
mveDave Kreskowiak29-Oct-07 14:42 
AnswerRe: vb6 to vb.net conversion Help Pin
nishkarsh_k29-Oct-07 14:45
nishkarsh_k29-Oct-07 14:45 
In vb6 all the variables passed to a function are by default by ref so when you have to pass some variable by value you have to give byval explicitly

In vb.net all variables are by default by val, so remove byval it may work

For the variable declaration
Where are u declaring these variables
You can use global for modules then the variable will be accessible in whole of the application
For a form file you can declare at the top in the class to be accessible by all function

Good luck
QuestionReportViewer Pin
Abbhie29-Oct-07 6:07
Abbhie29-Oct-07 6:07 
AnswerRe: ReportViewer Pin
pmarfleet29-Oct-07 7:16
pmarfleet29-Oct-07 7:16 
GeneralRe: ReportViewer Pin
Salman Sheikh29-Oct-07 22:26
Salman Sheikh29-Oct-07 22:26 
GeneralRe: ReportViewer Pin
pmarfleet29-Oct-07 23:09
pmarfleet29-Oct-07 23:09 
GeneralRe: ReportViewer Pin
Abbhie30-Oct-07 5:13
Abbhie30-Oct-07 5:13 
GeneralRe: ReportViewer Pin
pmarfleet30-Oct-07 5:42
pmarfleet30-Oct-07 5:42 
GeneralRe: ReportViewer Pin
Abbhie31-Oct-07 20:48
Abbhie31-Oct-07 20:48 
QuestionWeb service reference problem in Window Service Pin
sabby200629-Oct-07 3:13
sabby200629-Oct-07 3:13 
AnswerRe: Web service reference problem in Window Service Pin
Dave Kreskowiak30-Oct-07 4:58
mveDave Kreskowiak30-Oct-07 4:58 
QuestionPackaging and Deployment Pin
briogene29-Oct-07 2:41
briogene29-Oct-07 2:41 
AnswerRe: Packaging and Deployment Pin
Dave Kreskowiak29-Oct-07 4:54
mveDave Kreskowiak29-Oct-07 4:54 
AnswerRe: Packaging and Deployment Pin
nishkarsh_k29-Oct-07 14:48
nishkarsh_k29-Oct-07 14:48 
QuestionHOW TO SEND SMS Pin
kkb_200129-Oct-07 1:39
kkb_200129-Oct-07 1:39 
AnswerRe: HOW TO SEND SMS Pin
Dave Kreskowiak29-Oct-07 4:51
mveDave Kreskowiak29-Oct-07 4:51 
AnswerRe: HOW TO SEND SMS Pin
AliAmjad29-Oct-07 4:59
AliAmjad29-Oct-07 4:59 
QuestionHow to connect USB Port in VB/VB .NET Pin
kkb_200129-Oct-07 1:38
kkb_200129-Oct-07 1:38 
AnswerRe: How to connect USB Port in VB/VB .NET Pin
Dave Kreskowiak29-Oct-07 4:48
mveDave Kreskowiak29-Oct-07 4:48 

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.