Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple variable question Pin
Christian Graus6-Sep-01 12:57
protectorChristian Graus6-Sep-01 12:57 
GeneralUsing CFormView with CSlpitterWnd Pin
6-Sep-01 7:49
suss6-Sep-01 7:49 
GeneralRe: Using CFormView with CSlpitterWnd Pin
Not Active6-Sep-01 10:48
mentorNot Active6-Sep-01 10:48 
GeneralRe: Using CFormView with CSlpitterWnd Pin
7-Sep-01 7:29
suss7-Sep-01 7:29 
GeneralRe: Using CFormView with CSlpitterWnd Pin
Brad Bruce7-Sep-01 15:09
Brad Bruce7-Sep-01 15:09 
GeneralSet ODBC DSN when setup. Pin
6-Sep-01 7:45
suss6-Sep-01 7:45 
GeneralRe: Set ODBC DSN when setup. Pin
Not Active6-Sep-01 11:05
mentorNot Active6-Sep-01 11:05 
GeneralThanks Pin
6-Sep-01 12:37
suss6-Sep-01 12:37 
GeneralMini School Project Pin
Ramzirex6-Sep-01 5:17
Ramzirex6-Sep-01 5:17 
GeneralRe: Mini School Project Pin
Carlos Antollini6-Sep-01 5:33
Carlos Antollini6-Sep-01 5:33 
GeneralRe: Mini School Project Pin
A.R.6-Sep-01 11:41
A.R.6-Sep-01 11:41 
GeneralRe: Mini School Project Pin
Christian Graus6-Sep-01 13:01
protectorChristian Graus6-Sep-01 13:01 
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 

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.