Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: InternetStatusCallback Pin
_AnsHUMAN_ 23-Jul-06 20:41
_AnsHUMAN_ 23-Jul-06 20:41 
Questionfixing one column in listctrl - report style Pin
Tara1421-Jul-06 3:37
Tara1421-Jul-06 3:37 
AnswerRe: fixing one column in listctrl - report style Pin
ThatsAlok21-Jul-06 3:53
ThatsAlok21-Jul-06 3:53 
Questiondifference between VC++ and MFC Pin
mathumala21-Jul-06 3:06
mathumala21-Jul-06 3:06 
AnswerRe: difference between VC++ and MFC Pin
Stephen Hewitt21-Jul-06 3:09
Stephen Hewitt21-Jul-06 3:09 
AnswerRe: difference between VC++ and MFC Pin
toxcct21-Jul-06 3:10
toxcct21-Jul-06 3:10 
AnswerRe: difference between VC++ and MFC Pin
Zac Howland21-Jul-06 4:13
Zac Howland21-Jul-06 4:13 
AnswerRe: difference between VC++ and MFC Pin
Eytukan22-Jul-06 3:38
Eytukan22-Jul-06 3:38 
You know C right? You make a lot of thing in the console. But if you want to create a windows button ? a textbox ?and the things that targets MS Windows. So we need a visual API right? It's called Win32API. 32 is to say the API is for 32 bit Windows OS. It's fully "C" based.

Now C++, why do you need C++ when you have C?
C is all function oriented. When your program get into 1000s of lines . It becomes a hell. C++ has a lot of features that complies to OOD(Object Oriented design). It makes things much easier to control when projects expand out of boundary. So why not Use C++ instead of using "C" for visual programing with the Win32 API. Here comes MFC Cool | :cool: , It wraps all your raw win 32 Apis and gives everyting as classes. You create an Object to that class, and play with it easily. MFC is the Object Oriented framework in C++.

Win32,MFC,ATL,WTL etc comes under VC++. VC is the compiler provided by Microsoft for creating these programs. So never say MFC or VC++, may be you can say.. Win32 or MFC.




<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[Jig | [Dance] ]--

[My Current Status]

I dont know why the hell the script for voting 5 is disabled only for me?? Mad | :mad:

Questionretain items in the list control Pin
jokefake21-Jul-06 2:16
jokefake21-Jul-06 2:16 
AnswerRe: retain items in the list control Pin
_AnsHUMAN_ 21-Jul-06 2:28
_AnsHUMAN_ 21-Jul-06 2:28 
GeneralRe: retain items in the list control Pin
jokefake21-Jul-06 3:22
jokefake21-Jul-06 3:22 
GeneralRe: retain items in the list control Pin
_AnsHUMAN_ 21-Jul-06 3:28
_AnsHUMAN_ 21-Jul-06 3:28 
QuestionRe: retain items in the list control Pin
David Crow21-Jul-06 3:30
David Crow21-Jul-06 3:30 
GeneralRe: retain items in the list control Pin
Hamid_RT21-Jul-06 4:03
Hamid_RT21-Jul-06 4:03 
QuestionActive X Pin
sheshidar21-Jul-06 2:16
sheshidar21-Jul-06 2:16 
QuestionUnable to Read Message Using Mapi Pin
Uday Janaswamy21-Jul-06 1:57
Uday Janaswamy21-Jul-06 1:57 
AnswerRe: Unable to Read Message Using Mapi Pin
Hamid_RT21-Jul-06 2:10
Hamid_RT21-Jul-06 2:10 
QuestionRe: Unable to Read Message Using Mapi Pin
David Crow21-Jul-06 2:44
David Crow21-Jul-06 2:44 
QuestionCImage in ActiveX - problem with close application Pin
majco33321-Jul-06 1:34
majco33321-Jul-06 1:34 
AnswerRe: CImage in ActiveX - problem with close application [modified] Pin
Hamid_RT21-Jul-06 2:00
Hamid_RT21-Jul-06 2:00 
GeneralRe: CImage in ActiveX - problem with close application Pin
majco33321-Jul-06 2:08
majco33321-Jul-06 2:08 
GeneralRe: CImage in ActiveX - problem with close application Pin
Hamid_RT21-Jul-06 3:55
Hamid_RT21-Jul-06 3:55 
GeneralRe: CImage in ActiveX - problem with close application Pin
majco33321-Jul-06 4:36
majco33321-Jul-06 4:36 
AnswerRe: CImage in ActiveX - problem with close application Pin
majco33323-Jul-06 23:17
majco33323-Jul-06 23:17 
QuestionTabControl FillToRight doesn`t work! Pin
leitman21-Jul-06 1:18
leitman21-Jul-06 1:18 

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.