Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HOWTO: hide program from showing in Program Manager Pin
David Crow26-Apr-04 4:49
David Crow26-Apr-04 4:49 
GeneralRe: HOWTO: hide program from showing in Program Manager Pin
Member 52956426-Apr-04 6:21
Member 52956426-Apr-04 6:21 
GeneralRe: HOWTO: hide program from showing in Program Manager Pin
David Crow26-Apr-04 6:27
David Crow26-Apr-04 6:27 
GeneralRe: HOWTO: hide program from showing in Program Manager Pin
jmkhael26-Apr-04 6:32
jmkhael26-Apr-04 6:32 
GeneralRe: HOWTO: hide program from showing in Program Manager Pin
Maarten Kools26-Apr-04 8:58
professionalMaarten Kools26-Apr-04 8:58 
GeneralRe: HOWTO: hide program from showing in Program Manager Pin
jmkhael26-Apr-04 23:02
jmkhael26-Apr-04 23:02 
GeneralUsing CreateFontIndirect() With an Edit Box Pin
jerry1211a26-Apr-04 4:21
jerry1211a26-Apr-04 4:21 
GeneralRe: Using CreateFontIndirect() With an Edit Box Pin
David Crow26-Apr-04 4:52
David Crow26-Apr-04 4:52 
Assuming the code you've shown is in the OnInitDialog() method, it will not work because the CFont object must exist as long as the edit box itself. Therefore, the CFont object must be a member variable of the dialog.


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


GeneralRe: Using CreateFontIndirect() With an Edit Box Pin
Antony M Kancidrowski26-Apr-04 4:54
Antony M Kancidrowski26-Apr-04 4:54 
Questionhow to disable menu options when menu is in a dialogbox ? Pin
JP GOBLET26-Apr-04 3:32
JP GOBLET26-Apr-04 3:32 
AnswerRe: how to disable menu options when menu is in a dialogbox ? Pin
toxcct26-Apr-04 3:51
toxcct26-Apr-04 3:51 
GeneralRe: how to disable menu options when menu is in a dialogbox ? Pin
JP GOBLET26-Apr-04 4:11
JP GOBLET26-Apr-04 4:11 
GeneralRe: how to disable menu options when menu is in a dialogbox ? Pin
JP GOBLET26-Apr-04 22:37
JP GOBLET26-Apr-04 22:37 
QuestionSwitch between views in a SDI with Splitter? Pin
nadin_sam26-Apr-04 2:49
nadin_sam26-Apr-04 2:49 
AnswerRe: Switch between views in a SDI with Splitter? Pin
Monty226-Apr-04 3:55
Monty226-Apr-04 3:55 
GeneralDialog under main application Pin
brdavid26-Apr-04 2:01
brdavid26-Apr-04 2:01 
GeneralRe: Dialog under main application Pin
Prakash Nadar26-Apr-04 2:45
Prakash Nadar26-Apr-04 2:45 
GeneralRe: Dialog under main application Pin
Antony M Kancidrowski26-Apr-04 4:00
Antony M Kancidrowski26-Apr-04 4:00 
GeneralRe: Dialog under main application Pin
brdavid26-Apr-04 11:22
brdavid26-Apr-04 11:22 
GeneralRe: Dialog under main application Pin
Antony M Kancidrowski26-Apr-04 11:30
Antony M Kancidrowski26-Apr-04 11:30 
QuestionHow to create a concave ploygon,in v c++ ,using openGL Pin
shliwan26-Apr-04 1:47
shliwan26-Apr-04 1:47 
AnswerRe: How to create a concave ploygon,in v c++ ,using openGL Pin
Navin26-Apr-04 4:36
Navin26-Apr-04 4:36 
GeneralRe: How to create a concave ploygon,in v c++ ,using openGL Pin
Anonymous27-Apr-04 2:41
Anonymous27-Apr-04 2:41 
GeneralJNI Pin
roadragedave26-Apr-04 0:46
roadragedave26-Apr-04 0:46 
GeneralRe: JNI Pin
Mike Dimmick26-Apr-04 1:59
Mike Dimmick26-Apr-04 1:59 

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.