|
-
Aug 20th, 2000, 04:11 AM
#1
Thread Starter
Frenzied Member
How can i create and destroy a timer at run time, but also be able to set the interval of it ?
-
Aug 20th, 2000, 04:13 AM
#2
Fanatic Member
You can just use the Timer Control of VB.
-
Aug 20th, 2000, 09:30 AM
#3
Thread Starter
Frenzied Member
What i want to achieve is to create a form at run time, for MDI usage (which i can do), but when each form is created at runtime i want to create a new timer control on the main form and to destroy the timer when the form is unloaded
-
Aug 20th, 2000, 09:34 AM
#4
Frenzied Member
why don't you put the timer on the child Form and have it call a public function on the main form when its timer interval is fired?
-
Aug 20th, 2000, 09:40 AM
#5
Thread Starter
Frenzied Member
I've figured it out, how on an MDI form do i test to see if there is an open document, and if there isnt make it do something.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|