Click here to Skip to main content
15,921,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Very large LinkedList Pin
Dave Kreskowiak8-Sep-05 2:11
mveDave Kreskowiak8-Sep-05 2:11 
GeneralRe: Very large LinkedList Pin
TheDarkMan8-Sep-05 2:25
TheDarkMan8-Sep-05 2:25 
GeneralRe: Very large LinkedList Pin
Dave Kreskowiak8-Sep-05 6:22
mveDave Kreskowiak8-Sep-05 6:22 
GeneralRe: Very large LinkedList Pin
TheDarkMan8-Sep-05 10:34
TheDarkMan8-Sep-05 10:34 
QuestionClone (deep copy) datagrid Pin
mikone7-Sep-05 23:56
mikone7-Sep-05 23:56 
QuestionActiveX EXE Pin
MohammadAmiry7-Sep-05 23:29
MohammadAmiry7-Sep-05 23:29 
AnswerRe: ActiveX EXE Pin
Steve Pullan8-Sep-05 17:45
Steve Pullan8-Sep-05 17:45 
Questionwhy my timer control(or threading.timer) not run under win2003? Pin
woodwell7-Sep-05 22:56
woodwell7-Sep-05 22:56 
hi,every one:

i write a program to scan a special folder every 10 second.so i drag a timer control to the from. and in timer1_tick sub i write some code.it work very well under by windos xp system. but when i put the program onto another server(system is windows 2003 server),i found the timer control is NOT run,even 1 time.

so i delete the timer control,create a threading.timer object used code under:

dim tmr as threading.timer=new threading.timer(new threading.timercallback(addressof timerproc,vbnull,0,10000)
i found the sub NOT work still.

help,what's the matter?
thx.
AnswerRe: why my timer control(or threading.timer) not run under win2003? Pin
woodwell8-Sep-05 14:19
woodwell8-Sep-05 14:19 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
Steve Pullan8-Sep-05 17:49
Steve Pullan8-Sep-05 17:49 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
woodwell8-Sep-05 18:15
woodwell8-Sep-05 18:15 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
Steve Pullan8-Sep-05 18:52
Steve Pullan8-Sep-05 18:52 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
woodwell8-Sep-05 19:06
woodwell8-Sep-05 19:06 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
Steve Pullan8-Sep-05 19:22
Steve Pullan8-Sep-05 19:22 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
woodwell8-Sep-05 19:59
woodwell8-Sep-05 19:59 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
Steve Pullan8-Sep-05 20:28
Steve Pullan8-Sep-05 20:28 
GeneralRe: why my timer control(or threading.timer) not run under win2003? Pin
woodwell8-Sep-05 20:49
woodwell8-Sep-05 20:49 
QuestionHow to scan a document using Visual Basic Pin
Candor Soft7-Sep-05 21:54
Candor Soft7-Sep-05 21:54 
QuestionMScomm control in VB6 Pin
brownboy7-Sep-05 19:20
brownboy7-Sep-05 19:20 
QuestionCINT Pin
tatchung7-Sep-05 18:29
tatchung7-Sep-05 18:29 
AnswerRe: CINT Pin
Christian Graus7-Sep-05 19:00
protectorChristian Graus7-Sep-05 19:00 
GeneralRe: CINT Pin
tatchung7-Sep-05 19:50
tatchung7-Sep-05 19:50 
GeneralRe: CINT Pin
Christian Graus7-Sep-05 19:59
protectorChristian Graus7-Sep-05 19:59 
GeneralRe: CINT Pin
tatchung7-Sep-05 20:04
tatchung7-Sep-05 20:04 
GeneralRe: CINT Pin
Dave Kreskowiak8-Sep-05 1:56
mveDave Kreskowiak8-Sep-05 1:56 

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.