|
-
Mar 4th, 2001, 04:27 PM
#1
Thread Starter
Fanatic Member
When creating ActiveX controls with timer events, the timer may start when using it in design time of the VB project, which may cause flicker and other bad stuff.
I need for my control to check if the parent application is in design time or run time.
At the moment I use the Show event of my usercontrol.
I use the :
"parent.ShowInTaskbar = parent.ShowInTaskbar"
and then trap the error, because the ShowInTaskbar property is Read-Only in runtime.
This works OK, but I think there must be a better way telling.
Does anyone know how to do this the "Real" way?
Thx in advance.
Pax
Last edited by pax; Mar 8th, 2001 at 07:27 AM.
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
|