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

C / C++ / MFC

 
GeneralRe: How to execute an exe Pin
toxcct16-Dec-05 4:08
toxcct16-Dec-05 4:08 
GeneralRe: How to execute an exe Pin
VikramDelhi16-Dec-05 4:18
VikramDelhi16-Dec-05 4:18 
GeneralRe: How to execute an exe Pin
toxcct16-Dec-05 4:23
toxcct16-Dec-05 4:23 
GeneralRe: How to execute an exe Pin
VikramDelhi16-Dec-05 4:31
VikramDelhi16-Dec-05 4:31 
GeneralRe: How to execute an exe Pin
GuimaSun16-Dec-05 5:27
GuimaSun16-Dec-05 5:27 
GeneralRe: How to execute an exe Pin
VikramDelhi16-Dec-05 19:59
VikramDelhi16-Dec-05 19:59 
QuestionChange Text property for all Dialogs Pin
mohanrajh16-Dec-05 1:45
mohanrajh16-Dec-05 1:45 
AnswerRe: Change Text property for all Dialogs Pin
grigsoft16-Dec-05 2:20
grigsoft16-Dec-05 2:20 
I'm using ini file for translation purpose, and to translate dialog I have a call DlgTranslate(this) from OnInitDialog in every dialog. This function traverses all dialog controls, changing text accordingly.
This was long preface Smile | :) The key is that recently I need to adjust font of static controls, and doing this in DlgTranslate was a good choice (while not very structured). You can do similar thing in your case too.

Igor Green
http://www.grigsoft.com/ - files and folders comparison tools
Questionaccessing context free grammer in c++ Pin
geeta_patil16-Dec-05 1:17
geeta_patil16-Dec-05 1:17 
AnswerRe: accessing context free grammer in c++ Pin
TheGreatAndPowerfulOz16-Dec-05 6:38
TheGreatAndPowerfulOz16-Dec-05 6:38 
QuestionChange of Background Color of dialog box Pin
Manmohan_198316-Dec-05 1:12
Manmohan_198316-Dec-05 1:12 
AnswerRe: Change of Background Color of dialog box Pin
khan++16-Dec-05 1:20
khan++16-Dec-05 1:20 
GeneralRe: Change of Background Color of dialog box Pin
Eytukan16-Dec-05 3:28
Eytukan16-Dec-05 3:28 
GeneralRe: Change of Background Color of dialog box Pin
Eytukan16-Dec-05 3:38
Eytukan16-Dec-05 3:38 
GeneralRe: Change of Background Color of dialog box Pin
khan++16-Dec-05 3:58
khan++16-Dec-05 3:58 
GeneralRe: Change of Background Color of dialog box Pin
VikramDelhi16-Dec-05 4:52
VikramDelhi16-Dec-05 4:52 
GeneralRe: Change of Background Color of dialog box Pin
Eytukan16-Dec-05 5:02
Eytukan16-Dec-05 5:02 
GeneralRe: Change of Background Color of dialog box Pin
ddmcr16-Dec-05 5:46
ddmcr16-Dec-05 5:46 
AnswerRe: Change of Background Color of dialog box Pin
Arman S.16-Dec-05 1:36
Arman S.16-Dec-05 1:36 
AnswerRe: Change of Background Color of dialog box Pin
ThatsAlok16-Dec-05 21:56
ThatsAlok16-Dec-05 21:56 
Questionw32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
INA_ctive16-Dec-05 0:53
INA_ctive16-Dec-05 0:53 
AnswerRe: w32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
James Brown16-Dec-05 1:02
James Brown16-Dec-05 1:02 
GeneralRe: w32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
INA_ctive16-Dec-05 1:50
INA_ctive16-Dec-05 1:50 
AnswerRe: w32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
Blake Miller16-Dec-05 4:55
Blake Miller16-Dec-05 4:55 
QuestionRich Edit Control Pin
ZaebanB16-Dec-05 0:48
ZaebanB16-Dec-05 0:48 

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.