Click here to Skip to main content
16,004,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need Some help with classes Pin
Halawlaws14-Jul-05 1:18
Halawlaws14-Jul-05 1:18 
GeneralRe: Need Some help with classes Pin
David Crow14-Jul-05 2:44
David Crow14-Jul-05 2:44 
GeneralChange SQL Server startup account to SA Pin
Toms Edison14-Jul-05 0:47
Toms Edison14-Jul-05 0:47 
GeneralMFC splitter window view linkage Pin
Mister Transistor14-Jul-05 0:22
Mister Transistor14-Jul-05 0:22 
GeneralRe: MFC splitter window view linkage Pin
Jose Lamas Rios14-Jul-05 3:52
Jose Lamas Rios14-Jul-05 3:52 
GeneralRe: MFC splitter window view linkage Pin
Anonymous15-Jul-05 9:32
Anonymous15-Jul-05 9:32 
GeneralVersion Info Creation Question Pin
Mepho13-Jul-05 23:37
Mepho13-Jul-05 23:37 
GeneralRe: Version Info Creation Question Pin
gx4415-Jul-05 1:15
gx4415-Jul-05 1:15 
This type of resource is usualy not to be modified once you set it. Why would you want to change it from within your program ? I use the following code lines in the "resource.rc" file:

#ifndef _MAC
////////////////////
// Version Info

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,0
PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
{
BLOCK "StringFileInfo"
{
BLOCK "041804b0"
{
VALUE "Comments", "<text>\0"
VALUE "CompanyName", "<text>\0"
VALUE "FileDescription", "<text>\0"
VALUE "FileVersion", "0.0.0.0\0"
VALUE "InternalName", "<text>\0"
VALUE "LegalCopyright", "<text>\0"
VALUE "LegalTrademarks", "<text>\0"
VALUE "OriginalFilename", "<text>\0"
VALUE "PrivateBuild", "0\0"
VALUE "ProductName", "<text>\0"
VALUE "ProductVersion", "0.0.0.0\0"
// here you can insert other values of your own, like:
// VALUE "DISCLAIMER", "Your own Disclaimer\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x418, 1200
}
}

#endif // !_MAC
GeneralBitmap Resource Loading Pin
gx4413-Jul-05 22:46
gx4413-Jul-05 22:46 
GeneralRe: Bitmap Resource Loading Pin
rocky_pulley14-Jul-05 4:28
rocky_pulley14-Jul-05 4:28 
GeneralRe TO: Rocky Dean Pulley Pin
gx4415-Jul-05 0:58
gx4415-Jul-05 0:58 
GeneralRe: Bitmap Resource Loading Pin
Jose Lamas Rios14-Jul-05 4:58
Jose Lamas Rios14-Jul-05 4:58 
GeneralRe TO: Jose Lamas Rios Pin
gx4415-Jul-05 1:32
gx4415-Jul-05 1:32 
GeneralFOUND SOLUTION TO PROBLEM Pin
gx4415-Jul-05 1:53
gx4415-Jul-05 1:53 
GeneralProgrammer needed Pin
asim khan13-Jul-05 22:26
asim khan13-Jul-05 22:26 
GeneralRe: Programmer needed Pin
Bob Stanneveld13-Jul-05 23:43
Bob Stanneveld13-Jul-05 23:43 
GeneralRe: Programmer needed Pin
ThatsAlok14-Jul-05 5:10
ThatsAlok14-Jul-05 5:10 
GeneralRe: Programmer needed Pin
Bob Stanneveld14-Jul-05 5:26
Bob Stanneveld14-Jul-05 5:26 
Generalwindows nt timestamp format Pin
198876513-Jul-05 22:08
198876513-Jul-05 22:08 
GeneralRe: windows nt timestamp format Pin
Alexander M.,14-Jul-05 2:03
Alexander M.,14-Jul-05 2:03 
GeneralRe: windows nt timestamp format Pin
198876514-Jul-05 14:16
198876514-Jul-05 14:16 
GeneralRe: windows nt timestamp format Pin
Maximilien14-Jul-05 2:46
Maximilien14-Jul-05 2:46 
GeneralRe: windows nt timestamp format Pin
198876514-Jul-05 14:19
198876514-Jul-05 14:19 
GeneralRe: windows nt timestamp format Pin
dandy7215-Jul-05 9:25
dandy7215-Jul-05 9:25 
GeneralTooltip Delay time Pin
LiYS13-Jul-05 22:02
LiYS13-Jul-05 22:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.