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

C / C++ / MFC

 
GeneralRe: EN_KILLFOCUS... Pin
l a u r e n21-Mar-02 21:02
l a u r e n21-Mar-02 21:02 
GeneralRe: EN_KILLFOCUS... Pin
Nish Nishant21-Mar-02 21:24
sitebuilderNish Nishant21-Mar-02 21:24 
GeneralRe: EN_KILLFOCUS... Pin
Neha21-Mar-02 21:55
Neha21-Mar-02 21:55 
GeneralDisable/Close audio Port! Very urgent Pin
Halid Niyaz21-Mar-02 20:05
Halid Niyaz21-Mar-02 20:05 
QuestionIs gdi+ manager memory for your program? Pin
realfly21-Mar-02 19:11
realfly21-Mar-02 19:11 
AnswerRe: Is gdi+ manager memory for your program? Pin
Christian Graus21-Mar-02 19:52
protectorChristian Graus21-Mar-02 19:52 
GeneralRe: Is gdi+ manager memory for your program? Pin
realfly21-Mar-02 20:07
realfly21-Mar-02 20:07 
GeneralRe: Is gdi+ manager memory for your program? Pin
Christian Graus21-Mar-02 20:08
protectorChristian Graus21-Mar-02 20:08 
GeneralI test it, you are right! Pin
realfly21-Mar-02 20:29
realfly21-Mar-02 20:29 
GeneralRe: I test it, you are right! Pin
Nish Nishant21-Mar-02 20:52
sitebuilderNish Nishant21-Mar-02 20:52 
GeneralDirectSound Audio(urgent help!) Pin
Peksi21-Mar-02 16:53
Peksi21-Mar-02 16:53 
GeneralAllocate large memory space using calloc Pin
21-Mar-02 15:03
suss21-Mar-02 15:03 
GeneralRe: Allocate large memory space using calloc Pin
Nguyen Binh21-Mar-02 17:28
Nguyen Binh21-Mar-02 17:28 
GeneralRe: Allocate large memory space using calloc Pin
22-Mar-02 18:16
suss22-Mar-02 18:16 
GeneralRe: Allocate large memory space using calloc Pin
22-Mar-02 18:16
suss22-Mar-02 18:16 
GeneralCalculation display in Edit Boxes Pin
joeperris21-Mar-02 14:32
joeperris21-Mar-02 14:32 
GeneralRe: Calculation display in Edit Boxes Pin
l a u r e n21-Mar-02 21:07
l a u r e n21-Mar-02 21:07 
GeneralRe: Calculation display in Edit Boxes Pin
joeperris22-Mar-02 2:22
joeperris22-Mar-02 2:22 
GeneralWindows programming not using MFC. Pin
nay21-Mar-02 13:59
nay21-Mar-02 13:59 
GeneralRe: Windows programming not using MFC. Pin
Nish Nishant21-Mar-02 14:07
sitebuilderNish Nishant21-Mar-02 14:07 
You can create controls using CreateWindowEx

Do not use stuff like CButton and CWnd. Those are MFC classes.

For a button call CreateWindowEx and use "Button" as the lpClassName parameter

Nish


Chris,

Can I have a Johnny Bravo icon please?
Please, please, please........


GeneralRe: Windows programming not using MFC. Pin
nay21-Mar-02 14:04
nay21-Mar-02 14:04 
GeneralRe: Windows programming not using MFC. Pin
Jon Sagara21-Mar-02 14:04
Jon Sagara21-Mar-02 14:04 
QuestionHow to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 13:14
Li-kai Liu (Angus)21-Mar-02 13:14 
AnswerRe: How to extract string from where mouse has pointed to? Pin
Christian Graus21-Mar-02 13:34
protectorChristian Graus21-Mar-02 13:34 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 13:55
Li-kai Liu (Angus)21-Mar-02 13:55 

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.