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

Visual Basic

 
AnswerRe: Define an object? Pin
ian mariano3-Nov-02 7:34
ian mariano3-Nov-02 7:34 
GeneralRe: Define an object? Pin
zhoujun3-Nov-02 14:23
zhoujun3-Nov-02 14:23 
GeneralParent/child data in vb6 with listbox Pin
Golfmaltais1-Nov-02 17:38
sussGolfmaltais1-Nov-02 17:38 
GeneralMultipage .Tiff files Pin
Zulfikar Ali1-Nov-02 11:19
Zulfikar Ali1-Nov-02 11:19 
GeneralRe: Multipage .Tiff files Pin
Zulfikar Ali6-Nov-02 5:44
Zulfikar Ali6-Nov-02 5:44 
QuestionHow do I update the time or frames display for a video? Pin
James Williams1-Nov-02 5:34
James Williams1-Nov-02 5:34 
GeneralPrepare for extremely stupid question! Pin
Matt Philmon1-Nov-02 5:11
Matt Philmon1-Nov-02 5:11 
GeneralRe: Prepare for extremely stupid question! Pin
Pete Bassett1-Nov-02 5:52
Pete Bassett1-Nov-02 5:52 
Are you talking about the System.threading.Timer?

If so, you should have a look at the MSDN regarding them. I just read this.

Use a TimerCallback delegate to specify the methods associated with a Timer. The methods do not execute in the thread that created the timer; they execute in a separate thread that is automatically allocated by the system

If you're talking about the System.Timers.Timer then you're also in trouble

Note The event-handling method may be called even after the Stop method is called. The event-handling method may run on one thread at the same time that a call to the Stop method runs on another thread. This might result in the Elapsed event being raised even after the Stop method is called. To prevent this, use the SignalTime property to compare the time the event was raised to the time the Stop method was called. If the event was raised after the Stop method was called, do not process the event.


Pete


Pete

Insert Sig. Here!
Generalconnecting to network folder using vb.net Pin
pampatipaveen31-Oct-02 14:30
pampatipaveen31-Oct-02 14:30 
GeneralRe: connecting to network folder using vb.net Pin
mikasa1-Nov-02 2:31
mikasa1-Nov-02 2:31 
GeneralEnumerating Servers on Win9x Pin
mikasa31-Oct-02 8:17
mikasa31-Oct-02 8:17 
GeneralRe: Enumerating Servers on Win9x Pin
mikasa1-Nov-02 11:41
mikasa1-Nov-02 11:41 
Generalchanging cursor Pin
mariuszpopiolek31-Oct-02 6:32
mariuszpopiolek31-Oct-02 6:32 
General.NET Remoting in VB.NET Pin
Dam_f31-Oct-02 4:57
Dam_f31-Oct-02 4:57 
GeneralUpdate Registry permissions Pin
Andy H30-Oct-02 9:27
Andy H30-Oct-02 9:27 
GeneralRe: Update Registry permissions Pin
ian mariano30-Oct-02 22:06
ian mariano30-Oct-02 22:06 
GeneralApplication for all resolution Pin
Notorious SMC29-Oct-02 16:24
sussNotorious SMC29-Oct-02 16:24 
GeneralRe: Application for all resolution Pin
ian mariano30-Oct-02 1:51
ian mariano30-Oct-02 1:51 
Generalnetapi32.dll and windows 98 ? (VB.NET) Pin
Vipul Bhatt27-Oct-02 22:40
Vipul Bhatt27-Oct-02 22:40 
GeneralRe: netapi32.dll and windows 98 ? (VB.NET) Pin
ian mariano28-Oct-02 9:51
ian mariano28-Oct-02 9:51 
GeneralRe: netapi32.dll and windows 98 ? (VB.NET) Pin
Vipul Bhatt29-Oct-02 1:45
Vipul Bhatt29-Oct-02 1:45 
GeneralRe: netapi32.dll and windows 98 ? (VB.NET) Pin
ian mariano29-Oct-02 9:03
ian mariano29-Oct-02 9:03 
GeneralRe: netapi32.dll and windows 98 ? (VB.NET) Pin
mikasa31-Oct-02 7:28
mikasa31-Oct-02 7:28 
Questionhelp for Spreadsheet 10.0 component? Pin
drmzunlimited27-Oct-02 21:06
drmzunlimited27-Oct-02 21:06 
Generalvisual basic mdi form Pin
Anonymous27-Oct-02 16:08
Anonymous27-Oct-02 16:08 

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.