|
-
Apr 25th, 2001, 11:47 AM
#1
Thread Starter
New Member
Adding controls to a class
I am trying to insert a timer object into a class that I created and having all sorts of problems doing it. Here is what I was trying:
Private withevents timer1 as timer
Then in one of the subs, I wanted to do the following
set timer1 = new timer
However, when I try it, it does not recognize the timer as a valid control. How do I add the timer as a valid control to my class?
Bill Stripp
[email protected]
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
|