Click here to Skip to main content
16,007,163 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCalling unmanaged dll from VB .NET Pin
Asad Hussain29-Sep-03 4:20
Asad Hussain29-Sep-03 4:20 
Generalsearch db and display Pin
Inneedofluv28-Sep-03 17:55
Inneedofluv28-Sep-03 17:55 
GeneralUPGRADE_WARNING message removal Pin
JimWDurbin27-Sep-03 10:43
JimWDurbin27-Sep-03 10:43 
GeneralSocket programming problem Pin
Asad Hussain27-Sep-03 9:22
Asad Hussain27-Sep-03 9:22 
GeneralRe: Socket programming problem Pin
mikasa27-Sep-03 10:01
mikasa27-Sep-03 10:01 
QuestionUrgent and Interesting!!! EventHandling Bug!!!???? Pin
Yurcus27-Sep-03 3:25
Yurcus27-Sep-03 3:25 
AnswerRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
Dave Kreskowiak27-Sep-03 4:59
mveDave Kreskowiak27-Sep-03 4:59 
AnswerRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
mikasa27-Sep-03 10:04
mikasa27-Sep-03 10:04 
You "Dim"-ed the Form variable inside the Event Handler. Remember that anytime a Routine goes out of Scope, the Variables in that Routine also get destroyed. This could be causing the problem. Dim the Form variable outside of the Event Handler routine.

Hope that helps!
GeneralRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
Yurcus29-Sep-03 3:51
Yurcus29-Sep-03 3:51 
GeneralRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
mikasa29-Sep-03 3:59
mikasa29-Sep-03 3:59 
GeneralRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
Yurcus29-Sep-03 4:41
Yurcus29-Sep-03 4:41 
QuestionHow do you use default parameters in VB functions? Pin
Abin26-Sep-03 22:20
Abin26-Sep-03 22:20 
AnswerRe: How do you use default parameters in VB functions? Pin
Ian Darling27-Sep-03 0:28
Ian Darling27-Sep-03 0:28 
GeneralRe: How do you use default parameters in VB functions? Pin
Abin27-Sep-03 0:45
Abin27-Sep-03 0:45 
GeneralRe: How do you use default parameters in VB functions? Pin
Dave Kreskowiak27-Sep-03 3:38
mveDave Kreskowiak27-Sep-03 3:38 
GeneralRe: How do you use default parameters in VB functions? Pin
Carl Mercier15-Oct-03 2:39
Carl Mercier15-Oct-03 2:39 
Generalremotely monitor Pin
jenny200326-Sep-03 18:10
jenny200326-Sep-03 18:10 
GeneralRe: remotely monitor Pin
Ian Darling26-Sep-03 21:08
Ian Darling26-Sep-03 21:08 
GeneralRe: remotely monitor Pin
jenny200326-Sep-03 22:44
jenny200326-Sep-03 22:44 
GeneralRe: remotely monitor Pin
Ian Darling27-Sep-03 0:27
Ian Darling27-Sep-03 0:27 
GeneralRe: remotely monitor Pin
jenny200327-Sep-03 14:28
jenny200327-Sep-03 14:28 
GeneralRe: remotely monitor Pin
Dave Kreskowiak27-Sep-03 3:28
mveDave Kreskowiak27-Sep-03 3:28 
Generalstart a process and capture its output Pin
codger26-Sep-03 2:00
codger26-Sep-03 2:00 
GeneralPlatform Invocation Services (P/Invoke) Pin
Member Salamon26-Sep-03 1:58
Member Salamon26-Sep-03 1:58 
GeneralListView Pin
Member 60611525-Sep-03 14:58
Member 60611525-Sep-03 14:58 

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.