Click here to Skip to main content
16,016,693 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use a button to open a new window ? Pin
CrazySkydiver7-Aug-02 9:12
CrazySkydiver7-Aug-02 9:12 
AnswerRe: Use a button to open a new window ? Pin
7-Aug-02 8:00
suss7-Aug-02 8:00 
GeneralRe: Use a button to open a new window ? Pin
Chris Losinger7-Aug-02 8:06
professionalChris Losinger7-Aug-02 8:06 
GeneralRe: Use a button to open a new window ? Pin
CrazySkydiver7-Aug-02 8:58
CrazySkydiver7-Aug-02 8:58 
GeneralRe: Use a button to open a new window ? Pin
JohnnyG7-Aug-02 9:17
JohnnyG7-Aug-02 9:17 
GeneralIs WinAPI programming prereq for MFC Pin
TigerNinja_7-Aug-02 7:29
TigerNinja_7-Aug-02 7:29 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Chris Losinger7-Aug-02 7:37
professionalChris Losinger7-Aug-02 7:37 
GeneralRe: Is WinAPI programming prereq for MFC Pin
User 66587-Aug-02 7:46
User 66587-Aug-02 7:46 
Well, you needn't, but it makes life alot easier if you have at least basic knoledge in Win32 API. MFC is not a very deep abstraction of the API, e.g. many funcions like adding an entry into a combobox AddString() do nothing else but directly calling Win32 API (SendMessage e.g.)

I have my own philosophy: I use MFC to create dialogs or MDI/SDI apps, but still use very much API calls directly.
Furthermore not every single API call is encapsulated by an MFC class, that's why you often must use API to get things to work.

reagards
Greg

modified 12-Sep-18 21:01pm.

GeneralRe: Is WinAPI programming prereq for MFC Pin
TigerNinja_7-Aug-02 8:02
TigerNinja_7-Aug-02 8:02 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Rob Caldecott7-Aug-02 9:18
Rob Caldecott7-Aug-02 9:18 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Rob Caldecott7-Aug-02 9:15
Rob Caldecott7-Aug-02 9:15 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Ravi Bhavnani7-Aug-02 9:44
professionalRavi Bhavnani7-Aug-02 9:44 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Christian Graus7-Aug-02 10:04
protectorChristian Graus7-Aug-02 10:04 
GeneralRe: Is WinAPI programming prereq for MFC Pin
zeki yugnak7-Aug-02 10:16
zeki yugnak7-Aug-02 10:16 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Shog97-Aug-02 10:25
sitebuilderShog97-Aug-02 10:25 
GeneralRe: Is WinAPI programming prereq for MFC Pin
zeki yugnak7-Aug-02 13:44
zeki yugnak7-Aug-02 13:44 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Shog97-Aug-02 13:51
sitebuilderShog97-Aug-02 13:51 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Tomasz Sowinski7-Aug-02 10:17
Tomasz Sowinski7-Aug-02 10:17 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Michael P Butler7-Aug-02 22:16
Michael P Butler7-Aug-02 22:16 
GeneralVC++ SAX integration Pin
act_x7-Aug-02 7:23
act_x7-Aug-02 7:23 
GeneralRe: VC++ SAX integration Pin
Chris Losinger7-Aug-02 7:39
professionalChris Losinger7-Aug-02 7:39 
GeneralRe: VC++ SAX integration Pin
act_x7-Aug-02 7:51
act_x7-Aug-02 7:51 
GeneralRe: VC++ SAX integration Pin
Chris Losinger7-Aug-02 8:08
professionalChris Losinger7-Aug-02 8:08 
Generalretrieving a bmp from acess Pin
ns7-Aug-02 6:56
ns7-Aug-02 6:56 
GeneralRe: retrieving a bmp from acess Pin
Chris Losinger7-Aug-02 7:20
professionalChris Losinger7-Aug-02 7:20 

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.