Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Send message to window Pin
David Crow16-Jun-08 17:10
David Crow16-Jun-08 17:10 
QuestionFonts Pin
Chandrasekharan P15-Jun-08 23:32
Chandrasekharan P15-Jun-08 23:32 
AnswerRe: Fonts Pin
Nibu babu thomas16-Jun-08 0:04
Nibu babu thomas16-Jun-08 0:04 
GeneralRe: Fonts Pin
Chandrasekharan P16-Jun-08 5:40
Chandrasekharan P16-Jun-08 5:40 
AnswerRe: Fonts Pin
Hamid_RT16-Jun-08 0:13
Hamid_RT16-Jun-08 0:13 
AnswerRe: Fonts Pin
SandipG 16-Jun-08 1:26
SandipG 16-Jun-08 1:26 
GeneralRe: Fonts Pin
ThatsAlok16-Jun-08 3:26
ThatsAlok16-Jun-08 3:26 
GeneralRe: Fonts Pin
ThatsAlok16-Jun-08 3:26
ThatsAlok16-Jun-08 3:26 
good tip!, one could easily modify the RC files for same. like for dialog Rc entry should be something like this :-

<small>IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About TestProject"
FONT 8, "MS Sans Serif"</small>

you could edit this to change the font size to 12 :-

<small>IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About TestProject"
<b>FONT 12</b>, "MS Sans Serif"</small>

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You/xml>

GeneralRe: Fonts Pin
Chandrasekharan P16-Jun-08 5:38
Chandrasekharan P16-Jun-08 5:38 
GeneralRe: Fonts Pin
ThatsAlok16-Jun-08 5:54
ThatsAlok16-Jun-08 5:54 
QuestionWorking of Entey key on ListCtrl. Pin
Le@rner15-Jun-08 23:20
Le@rner15-Jun-08 23:20 
AnswerRe: Working of Entey key on ListCtrl. Pin
Hamid_RT16-Jun-08 0:17
Hamid_RT16-Jun-08 0:17 
GeneralRe: Working of Entey key on ListCtrl. Pin
Le@rner16-Jun-08 0:38
Le@rner16-Jun-08 0:38 
GeneralRe: Working of Entey key on ListCtrl. Pin
Hamid_RT16-Jun-08 0:57
Hamid_RT16-Jun-08 0:57 
AnswerRe: Working of Entey key on ListCtrl. Pin
sudhir_Kumar16-Jun-08 1:05
sudhir_Kumar16-Jun-08 1:05 
GeneralRe: Working of Entey key on ListCtrl. Pin
Le@rner16-Jun-08 1:37
Le@rner16-Jun-08 1:37 
GeneralRe: Working of Entey key on ListCtrl. Pin
ThatsAlok16-Jun-08 3:28
ThatsAlok16-Jun-08 3:28 
JokeRe: Working of Entey key on ListCtrl. Pin
Hamid_RT16-Jun-08 6:46
Hamid_RT16-Jun-08 6:46 
Question[Message Deleted] Pin
guru moorthy.k15-Jun-08 23:10
guru moorthy.k15-Jun-08 23:10 
AnswerRe: calender function Pin
Rajesh R Subramanian15-Jun-08 23:16
professionalRajesh R Subramanian15-Jun-08 23:16 
GeneralRe: calender function Pin
Le@rner15-Jun-08 23:35
Le@rner15-Jun-08 23:35 
GeneralRe: calender function Pin
ThatsAlok16-Jun-08 3:29
ThatsAlok16-Jun-08 3:29 
AnswerRe: calender function Pin
Le@rner15-Jun-08 23:33
Le@rner15-Jun-08 23:33 
QuestionHow can move from one view to another of SDI with the use of KeyBoard? Pin
Le@rner15-Jun-08 22:07
Le@rner15-Jun-08 22:07 
AnswerRe: How can move from one view to another of SDI with the use of KeyBoard? Pin
Nibu babu thomas15-Jun-08 22:43
Nibu babu thomas15-Jun-08 22:43 

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.