Design mode?
COM
2
Posts
2
Posters
0
Views
1
Watching
-
How can I get the information if my ActiveX component is running in design mode (like in Visual BAsic) or in normal mode (running)? Cheers, Daniel. -- FIND A JOB YOU LOVE, AND YOU'LL NEVER HAVE TO WORK A DAY OF YOUR LIFE. ;)
-
How can I get the information if my ActiveX component is running in design mode (like in Visual BAsic) or in normal mode (running)? Cheers, Daniel. -- FIND A JOB YOU LOVE, AND YOU'LL NEVER HAVE TO WORK A DAY OF YOUR LIFE. ;)
Hi there !! Use this API GetAmbientUserMode(BOOL &bVal) This method retrieves DISPID_AMBIENT_USERMODE. This flag indicates whether the container is in run-mode, TRUE, or design-mode, FALSE. Regards :)) Abhishek Srivastava Software Engg (VC++) India ,Noida Mobile no 9891492921 :)