Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Create Excel Files in VB Pin
kk.tvm21-Sep-05 22:25
kk.tvm21-Sep-05 22:25 
Questionzipvb Pin
_tasleem21-Sep-05 20:32
_tasleem21-Sep-05 20:32 
AnswerRe: zipvb Pin
Dave Kreskowiak22-Sep-05 4:01
mveDave Kreskowiak22-Sep-05 4:01 
Questionstart up time of timer Pin
abhinish21-Sep-05 18:52
abhinish21-Sep-05 18:52 
AnswerRe: start up time of timer Pin
rwestgraham21-Sep-05 20:26
rwestgraham21-Sep-05 20:26 
AnswerRe: start up time of timer Pin
Steve Pullan21-Sep-05 21:00
Steve Pullan21-Sep-05 21:00 
AnswerRe: start up time of timer Pin
toxcct21-Sep-05 21:01
toxcct21-Sep-05 21:01 
AnswerRe: start up time of timer Pin
Dave Kreskowiak22-Sep-05 3:56
mveDave Kreskowiak22-Sep-05 3:56 
The Timers don't support what your trying to do. There is no method of telling a Timer to fire it's event at such-and-such time.

I take it your trying to write some kind of scheduler. The best method is to setup a Timer to fire off every 60 seconds (60000 milliseconds), get the current time and compare the date, hour and/or minute to the scheduled time of an event. If the time is write, fire off whatever process is scheduled, then mark the process as launched.


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

Questionpassword protect records in datagrid?? Pin
BORN...again!21-Sep-05 17:26
BORN...again!21-Sep-05 17:26 
AnswerRe: password protect records in datagrid?? Pin
Dave Kreskowiak21-Sep-05 17:33
mveDave Kreskowiak21-Sep-05 17:33 
GeneralRe: password protect records in datagrid?? Pin
BORN...again!21-Sep-05 17:39
BORN...again!21-Sep-05 17:39 
QuestionData Bindings Pin
Anonymous21-Sep-05 17:10
Anonymous21-Sep-05 17:10 
AnswerRe: Data Bindings Pin
BORN...again!21-Sep-05 17:34
BORN...again!21-Sep-05 17:34 
QuestionSerach Bar... VB 6 Pin
Raistlfiren21-Sep-05 15:14
Raistlfiren21-Sep-05 15:14 
QuestionPropertyGrid Pin
Angelo Cresta21-Sep-05 12:12
professionalAngelo Cresta21-Sep-05 12:12 
Questionusing xml for ListBox.DataSource Pin
21-Sep-05 11:30
suss21-Sep-05 11:30 
AnswerRe: using xml for ListBox.DataSource Pin
Member 229442021-Sep-05 11:44
Member 229442021-Sep-05 11:44 
QuestionItems in listbox/combobox Pin
InterSol21-Sep-05 10:58
sussInterSol21-Sep-05 10:58 
Question**Binary Search** on a textfile Pin
bl@ck_rose21-Sep-05 9:59
bl@ck_rose21-Sep-05 9:59 
AnswerRe: **Binary Search** on a textfile Pin
Christian Graus21-Sep-05 10:32
protectorChristian Graus21-Sep-05 10:32 
GeneralRe: **Binary Search** on a textfile Pin
bl@ck_rose21-Sep-05 23:42
bl@ck_rose21-Sep-05 23:42 
GeneralRe: **Binary Search** on a textfile Pin
Christian Graus22-Sep-05 12:19
protectorChristian Graus22-Sep-05 12:19 
GeneralRe: **Binary Search** on a textfile Pin
Steve Pullan22-Sep-05 13:46
Steve Pullan22-Sep-05 13:46 
GeneralRe: **Binary Search** on a textfile Pin
bl@ck_rose22-Sep-05 20:16
bl@ck_rose22-Sep-05 20:16 
GeneralRe: **Binary Search** on a textfile Pin
bl@ck_rose23-Sep-05 23:53
bl@ck_rose23-Sep-05 23:53 

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.