Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invisible at run time
Message
Information générale
Forum:
Visual C++
Catégorie:
ActiveX
Divers
Thread ID:
00845348
Message ID:
00845626
Vues:
11
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>When I created a new “MFC ActiveX ControlWizard” project in VC++ 6.0, in step 2 of 2, I check-marked “Invisible at run time”. I finished that project now. How can I remove that checkmark from my project?
>
>Thank you,
>Ali

You cant remove the checkmark, but you can remove the flag.

Look for the OLE Control flags in your *Ctl.CPP file. It should be above you constructor.

You will see a bunch of flags seperated by | which means they are being ORed.

Remove the one that has INVISIBLE in it. I can't remember off the top of my head the exact name.
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform