Click here to Skip to main content
15,920,503 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPictureBox Pan Pin
Brad Fackrell1-Jul-04 9:10
Brad Fackrell1-Jul-04 9:10 
GeneralRe: PictureBox Pan Pin
Name Removed1-Jul-04 9:58
Name Removed1-Jul-04 9:58 
GeneralRe: PictureBox Pan Pin
Brad Fackrell1-Jul-04 10:03
Brad Fackrell1-Jul-04 10:03 
GeneralWMPlayer active x, begining of tracks get cut off Pin
Glen Conaway1-Jul-04 7:30
Glen Conaway1-Jul-04 7:30 
GeneralTrigering Application at specified intervals Pin
kashif_kazi1-Jul-04 4:53
kashif_kazi1-Jul-04 4:53 
GeneralRe: Trigering Application at specified intervals Pin
Dave Kreskowiak1-Jul-04 5:33
mveDave Kreskowiak1-Jul-04 5:33 
GeneralRe: Trigering Application at specified intervals Pin
kashif_kazi1-Jul-04 19:58
kashif_kazi1-Jul-04 19:58 
GeneralRe: Trigering Application at specified intervals Pin
Dave Kreskowiak2-Jul-04 2:46
mveDave Kreskowiak2-Jul-04 2:46 
All you have to do is write your application as a stand alone app that quits on its own. Then just use the Scheduled Tasks control panel to run it on at a scheduled time as often as you want.

Or you could make it more complex by building a scheduler into your app. You'd use a timer to fire off a method that gets the current system time and compares it to, maybe, a list of scheduled tasks that it needs to perform. If the time is right, you would have to launch the appropriate tasks. If not, the method just exists and waits for the next tick of the timer, say, every 10 seconds. My first thought is a scheduler that launches each task in a seperate thread. You would then need an interface to manage the task list and another one to manage the scheduler.


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

GeneralRe: Trigering Application at specified intervals Pin
kashif_kazi2-Jul-04 19:59
kashif_kazi2-Jul-04 19:59 
GeneralCrystal Reports Problem Pin
fizzer6661-Jul-04 4:52
fizzer6661-Jul-04 4:52 
GeneralRe: Crystal Reports Problem Pin
Dave Kreskowiak1-Jul-04 5:45
mveDave Kreskowiak1-Jul-04 5:45 
GeneralRe: Crystal Reports Problem Pin
fizzer6662-Jul-04 4:04
fizzer6662-Jul-04 4:04 
GeneralRe: Crystal Reports Problem [EDITED] Pin
Dave Kreskowiak2-Jul-04 4:15
mveDave Kreskowiak2-Jul-04 4:15 
GeneralRe: Crystal Reports Problem [EDITED] Pin
fizzer6662-Jul-04 4:54
fizzer6662-Jul-04 4:54 
GeneralRe: Crystal Reports Problem [EDITED] Pin
fizzer6665-Jul-04 4:13
fizzer6665-Jul-04 4:13 
GeneralRead the decibel from a mic. Pin
sybux20001-Jul-04 1:36
sybux20001-Jul-04 1:36 
GeneralRe: Read the decibel from a mic. Pin
Dave Kreskowiak1-Jul-04 4:02
mveDave Kreskowiak1-Jul-04 4:02 
QuestionHow to fill the list of one combo box to another combo box? Pin
Ravi S.V.30-Jun-04 21:08
Ravi S.V.30-Jun-04 21:08 
AnswerRe: How to fill the list of one combo box to another combo box? Pin
Dave Kreskowiak1-Jul-04 4:15
mveDave Kreskowiak1-Jul-04 4:15 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
beowulfagate1-Jul-04 20:18
beowulfagate1-Jul-04 20:18 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
Ravi S.V.1-Jul-04 21:11
Ravi S.V.1-Jul-04 21:11 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
Dave Kreskowiak2-Jul-04 2:37
mveDave Kreskowiak2-Jul-04 2:37 
QuestionWindows or Web Service, Which? Pin
leadpencil30-Jun-04 19:53
leadpencil30-Jun-04 19:53 
AnswerRe: Windows or Web Service, Which? Pin
Dave Kreskowiak1-Jul-04 3:28
mveDave Kreskowiak1-Jul-04 3:28 
Questionhow to capture an exe file file name into vb form Pin
saimram30-Jun-04 18:50
saimram30-Jun-04 18:50 

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.