View Single Post
  #44 (permalink)  
Old 07-30-2007, 07:47 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Post 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.
Reply With Quote