Re: VC++ Tips & Tricks Hi buddies,
You can use the following steps to maintain the version in ATL activeX control. 1. Open your Visual C++ ATL project workspace in VC++ IDE
2. Go to resource view
3. In that select version folder
4. In that one node "VS_VERSION_INFO", open it.
5. A grid window will be displayed. In that change the "FILEVERSION" key and "PRODUCTVERSION" key. by changing these two keys you can maintain your activex control versioning.
..............
bye
thanks 
__________________ Karpagarajan. R Necessity is the mother of invention
Last edited by Booom : 08-09-2007 at 05:44 AM.
|