Click here to Skip to main content
15,916,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Printing + Encoding Magstripe Pin
YorkTech22-Feb-05 7:11
YorkTech22-Feb-05 7:11 
GeneralRe: Printing + Encoding Magstripe Pin
Dave Kreskowiak22-Feb-05 7:32
mveDave Kreskowiak22-Feb-05 7:32 
GeneralRe: Printing + Encoding Magstripe Pin
YorkTech23-Feb-05 5:22
YorkTech23-Feb-05 5:22 
QuestionRe: Printing + Encoding Magstripe Pin
coderam1-Jun-09 1:30
coderam1-Jun-09 1:30 
Generalthread timer abort Pin
manasrahfantom21-Feb-05 23:49
manasrahfantom21-Feb-05 23:49 
GeneralRe: thread timer abort Pin
Dave Kreskowiak22-Feb-05 0:39
mveDave Kreskowiak22-Feb-05 0:39 
GeneralRe: thread timer abort Pin
manasrahfantom22-Feb-05 0:57
manasrahfantom22-Feb-05 0:57 
GeneralRe: thread timer abort Pin
Dave Kreskowiak22-Feb-05 1:41
mveDave Kreskowiak22-Feb-05 1:41 
Whoops! Might have helped if a read the entire question again. I've never tried it before, but you might want to try setting the AutoResetEvent you used to create the Timer.
    Dim autoEvent As New AutoResetEvent(False)
    Dim timerDelegate As TimerCallback = AddressOf ...
 
    Dim delayTime As New TimeSpan(0, 0, 1)
    Dim intervalTime As New TimeSpan(0, 0, 0, 0, 250)
 
    Dim stateTimer As Timer = New Timer( timerDelegate, autoEvent, delayTime, intervalTime)
    .
    .
    .
    autoEvent.Set()



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: thread timer abort Pin
manasrahfantom22-Feb-05 2:07
manasrahfantom22-Feb-05 2:07 
GeneralRe: thread timer abort Pin
Dave Kreskowiak22-Feb-05 3:09
mveDave Kreskowiak22-Feb-05 3:09 
Questionhow is creating control? Pin
MGunes21-Feb-05 23:49
MGunes21-Feb-05 23:49 
AnswerRe: how is creating control? Pin
Dave Kreskowiak22-Feb-05 0:33
mveDave Kreskowiak22-Feb-05 0:33 
GeneralNeed Control Help Any One Pin
Virus Detecter21-Feb-05 20:51
Virus Detecter21-Feb-05 20:51 
GeneralRe: Need Control Help Any One Pin
Bad Sector21-Feb-05 22:26
Bad Sector21-Feb-05 22:26 
GeneralRe: Need Control Help Any One Pin
Virus Detecter22-Feb-05 3:15
Virus Detecter22-Feb-05 3:15 
QuestionProcessor number in VB6 ? Pin
a_yosef21-Feb-05 20:43
a_yosef21-Feb-05 20:43 
AnswerRe: Processor number in VB6 ? Pin
Dave Kreskowiak22-Feb-05 0:30
mveDave Kreskowiak22-Feb-05 0:30 
GeneralWindows Service not starting on reboot Pin
Maroela21-Feb-05 20:07
Maroela21-Feb-05 20:07 
Questionhow to check if the scheduled task ran successfully on a remote computer with vb.net Pin
MagicGirL8321-Feb-05 18:39
MagicGirL8321-Feb-05 18:39 
AnswerRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
Dave Kreskowiak22-Feb-05 4:10
mveDave Kreskowiak22-Feb-05 4:10 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
MagicGirL8322-Feb-05 12:26
MagicGirL8322-Feb-05 12:26 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
Dave Kreskowiak22-Feb-05 12:45
mveDave Kreskowiak22-Feb-05 12:45 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
MagicGirL8322-Feb-05 12:51
MagicGirL8322-Feb-05 12:51 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
Dave Kreskowiak23-Feb-05 0:37
mveDave Kreskowiak23-Feb-05 0:37 
GeneralMsgBox Pin
Yulianto.21-Feb-05 16:29
Yulianto.21-Feb-05 16:29 

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.