Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTreeControl and checkboxes Pin
6-Sep-01 5:08
suss6-Sep-01 5:08 
GeneralRe: TreeControl and checkboxes Pin
Carlos Antollini6-Sep-01 5:37
Carlos Antollini6-Sep-01 5:37 
GeneralChange System munu in child modless dialog Pin
6-Sep-01 5:08
suss6-Sep-01 5:08 
GeneralDisabling the "windows key" Pin
Sandeep Shetty6-Sep-01 4:49
Sandeep Shetty6-Sep-01 4:49 
GeneralRe: Disabling the Pin
6-Sep-01 5:39
suss6-Sep-01 5:39 
Questionhow to obtain info stored in the resource Pin
belzu6-Sep-01 4:42
belzu6-Sep-01 4:42 
AnswerRe: how to obtain info stored in the resource Pin
Michael Dunn6-Sep-01 6:17
sitebuilderMichael Dunn6-Sep-01 6:17 
GeneralRe: how to obtain info stored in the resource Pin
belzu6-Sep-01 11:14
belzu6-Sep-01 11:14 
Thanks for your fast replyRose | [Rose] ,
but the code fails in the following line:

if ( 0 == VerQueryValue (pBuffer, _T("\\StringFileInfo\\040904B0\\ProductVersion"), &pvVersion, &uBufLen ))

is there something different when I use a german file?.

When I view the *rc file it looks like:
BLOCK "StringFileInfo"
BEGIN
BLOCK "040704e4"
BEGIN
(… all other values)
VALUE "ProductVersion", "1.0.0.1"

Perhaps I’ve to change the string from _T("\\StringFileInfo\\040904B0\\ProductVersion") to
_T("\\StringFileInfo\\040704e4\\ProductVersion").

It doesn’t work too – did I miss something? Confused | :confused:
Thanks again,
Regards
Armin Zürcher




GeneralRe: how to obtain info stored in the resource Pin
Michael Dunn6-Sep-01 15:31
sitebuilderMichael Dunn6-Sep-01 15:31 
GeneralRe: how to obtain info stored in the resource Pin
belzu7-Sep-01 4:48
belzu7-Sep-01 4:48 
Generalkeyboard input in a CDialog Pin
6-Sep-01 4:17
suss6-Sep-01 4:17 
GeneralRe: keyboard input in a CDialog Pin
Tomasz Sowinski6-Sep-01 4:28
Tomasz Sowinski6-Sep-01 4:28 
GeneralRecreate Stored Procedure inside ADO Pin
Bigge6-Sep-01 3:56
Bigge6-Sep-01 3:56 
GeneralRe: Recreate Stored Procedure inside ADO Pin
Carlos Antollini6-Sep-01 5:06
Carlos Antollini6-Sep-01 5:06 
GeneralRe: Recreate Stored Procedure inside ADO Pin
Bigge6-Sep-01 10:21
Bigge6-Sep-01 10:21 
GeneralRe: Recreate Stored Procedure inside ADO Pin
Not Active6-Sep-01 10:42
mentorNot Active6-Sep-01 10:42 
GeneralRe: Recreate Stored Procedure inside ADO Pin
11-Mar-02 9:00
suss11-Mar-02 9:00 
GeneralRe: Recreate Stored Procedure inside ADO Pin
Carlos Antollini11-Mar-02 10:30
Carlos Antollini11-Mar-02 10:30 
GeneralRe: Recreate Stored Procedure inside ADO Pin
11-Mar-02 16:30
suss11-Mar-02 16:30 
GeneralProgress bar in status bar Pin
Ganesh Ramaswamy6-Sep-01 3:51
Ganesh Ramaswamy6-Sep-01 3:51 
GeneralUploading a file from Apple Mac through browser Pin
balgovindpandey6-Sep-01 1:50
balgovindpandey6-Sep-01 1:50 
GeneralRe: Uploading a file from Apple Mac through browser Pin
Anders Molin6-Sep-01 2:17
professionalAnders Molin6-Sep-01 2:17 
GeneralRe: Uploading a file from Apple Mac through browser Pin
6-Sep-01 7:19
suss6-Sep-01 7:19 
GeneralStrange problems with a VC++ 6 Installation Pin
6-Sep-01 1:44
suss6-Sep-01 1:44 
GeneralRe: Strange problems with a VC++ 6 Installation Pin
Tim Deveaux6-Sep-01 11:15
Tim Deveaux6-Sep-01 11:15 

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.