Click here to Skip to main content
15,909,591 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Ahh, Ok, then this might be because the System.Timers work on a separate Thread. The Windows.Forms.Timer works because it's on the same thread as the UI.

In your Code you need to say "Me.Invoke(..." in order to get your new Form loaded into the MAIN UI Thread. Other wise, it's loading your new Form into a separate Thread in which you cannot control this new Form. Read up on Multithreading...a good example is the Chat application in the MSDN.
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 
GeneralRe: ListView Pin
Corinna John26-Sep-03 1:22
Corinna John26-Sep-03 1:22 
GeneralRe: ListView Pin
Member 60611526-Sep-03 14:26
Member 60611526-Sep-03 14:26 

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.