Click here to Skip to main content
16,011,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General?? is this the correct MFC approach Pin
Paul Farry26-Apr-03 19:45
professionalPaul Farry26-Apr-03 19:45 
GeneralRe: ?? is this the correct MFC approach Pin
Hans Dietrich26-Apr-03 21:11
mentorHans Dietrich26-Apr-03 21:11 
GeneralRe: ?? is this the correct MFC approach Pin
Paul Farry26-Apr-03 21:42
professionalPaul Farry26-Apr-03 21:42 
Generalerror :- cannot open mfc42u.lib Pin
Vipin Bokariya26-Apr-03 19:31
Vipin Bokariya26-Apr-03 19:31 
GeneralRe: error :- cannot open mfc42u.lib Pin
Hans Dietrich26-Apr-03 20:53
mentorHans Dietrich26-Apr-03 20:53 
GeneralRe: error :- cannot open mfc42u.lib Pin
Vipin Bokariya28-Apr-03 0:36
Vipin Bokariya28-Apr-03 0:36 
Questionconversion of win32 api into MFC is it possible......? Pin
Vipin Bokariya26-Apr-03 17:54
Vipin Bokariya26-Apr-03 17:54 
AnswerRe: conversion of win32 api into MFC is it possible......? Pin
John R. Shaw28-Apr-03 16:53
John R. Shaw28-Apr-03 16:53 
Long Answer:
MFC provides C++ wrappers for the Win32 SDK functions plus classes, not related to GUI, to help simplify development. When you are accessing Win32 directly, much of the GUI must be designed (drawn) by you. Therefore, in order to convert from Win32 to MFC you would, at the very least, have to rewrite the interface using MFC and import all the code which is not directly dependent on the interface design (a.k.a. drawing interface).

Short Answer:
No.


Trust in the code Luke. Yea right!
GeneralCBitmap 's LoadBitmap Pin
Member 25731526-Apr-03 17:17
Member 25731526-Apr-03 17:17 
GeneralRe: CBitmap 's LoadBitmap Pin
Nish Nishant26-Apr-03 17:50
sitebuilderNish Nishant26-Apr-03 17:50 
GeneralRe: CBitmap 's LoadBitmap Pin
Heiko200327-Apr-03 4:01
sussHeiko200327-Apr-03 4:01 
GeneralRe: CBitmap 's LoadBitmap Pin
John R. Shaw28-Apr-03 17:14
John R. Shaw28-Apr-03 17:14 
GeneralAbout CEdit vertical center Pin
lvvvww26-Apr-03 16:58
lvvvww26-Apr-03 16:58 
GeneralRe: About CEdit vertical center Pin
Hans Dietrich27-Apr-03 0:22
mentorHans Dietrich27-Apr-03 0:22 
GeneralRe: About CEdit vertical center Pin
Member 81035169-May-14 13:41
Member 81035169-May-14 13:41 
GeneralWSAWaitForMultipleEvents & WaitForMultipleEvents Pin
Jörgen Sigvardsson26-Apr-03 12:19
Jörgen Sigvardsson26-Apr-03 12:19 
GeneralRe: WSAWaitForMultipleEvents & WaitForMultipleEvents Pin
Stefan Pedersen26-Apr-03 13:19
Stefan Pedersen26-Apr-03 13:19 
GeneralError using MS Access with SQL DISTINCT in VC++ Pin
ATC26-Apr-03 11:41
ATC26-Apr-03 11:41 
GeneralImages and scrollbar in CHtmlView Pin
roel_26-Apr-03 10:55
roel_26-Apr-03 10:55 
GeneralRe: Images and scrollbar in CHtmlView Pin
Neville Franks26-Apr-03 23:02
Neville Franks26-Apr-03 23:02 
GeneralRe: Images and scrollbar in CHtmlView Pin
roel_27-Apr-03 21:35
roel_27-Apr-03 21:35 
GeneralRe: Images and scrollbar in CHtmlView Pin
Neville Franks27-Apr-03 21:43
Neville Franks27-Apr-03 21:43 
Generalunzip a zipped file Pin
includeh1026-Apr-03 10:29
includeh1026-Apr-03 10:29 
GeneralRe: unzip a zipped file Pin
David Salter26-Apr-03 10:32
David Salter26-Apr-03 10:32 
GeneralExcel Pin
Heiko200326-Apr-03 10:24
sussHeiko200326-Apr-03 10:24 

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.