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

C / C++ / MFC

 
GeneralRe: MFC Combobox help please... Pin
aldeba21-Jun-02 15:08
aldeba21-Jun-02 15:08 
GeneralRe: MFC Combobox help please... Pin
21-Jun-02 15:24
suss21-Jun-02 15:24 
GeneralRe: MFC Combobox help please... Pin
Nish Nishant21-Jun-02 15:47
sitebuilderNish Nishant21-Jun-02 15:47 
GeneralRe: MFC Combobox help please... Pin
sultan_of_6string21-Jun-02 16:00
sultan_of_6string21-Jun-02 16:00 
GeneralRe: MFC Combobox help please... Pin
21-Jun-02 16:08
suss21-Jun-02 16:08 
GeneralRe: MFC Combobox help please... Pin
Duane21-Jun-02 16:29
Duane21-Jun-02 16:29 
GeneralConverting from Borland to Visual C++ Pin
21-Jun-02 12:31
suss21-Jun-02 12:31 
GeneralRe: Converting from Borland to Visual C++ Pin
JohnnyG22-Jun-02 3:48
JohnnyG22-Jun-02 3:48 
I've converted some code from Borland C++ 5.01 (not Builder) to VC++. Most was easy but had to learn STL and convert all code that used Borlands BIDs containers to STL. Also helps to know VC++'s IDE and little things like why and how to use a stdafx.h file, what includes to use for MFC stuff, the differences between the C++ runtime library versions i.e. the difference between #include <iostream.h> or #include <iostream>.

Also, I did not convert over any of the OWL code to MFC. I still have to learn MFC but it doesn't seem that hard and I've had some minor exposure to it. I suggest a complete rewrite of any of Borland's windows code to MFC.

If you have any specific problems you encounter you can send me an email and I'll try my best to answer.

John
QuestionIs it possible to have a Docking Tool Bar on Dialog?? Pin
Speedy21-Jun-02 11:44
Speedy21-Jun-02 11:44 
GeneralSome coding questions Pin
Alan Chambers21-Jun-02 10:52
Alan Chambers21-Jun-02 10:52 
GeneralRe: Some coding questions Pin
Chris Losinger21-Jun-02 11:00
professionalChris Losinger21-Jun-02 11:00 
GeneralRe: Some coding questions Pin
Alan Chambers22-Jun-02 0:11
Alan Chambers22-Jun-02 0:11 
QuestionHow to keep my server alive Pin
Bill Wilson21-Jun-02 8:52
Bill Wilson21-Jun-02 8:52 
AnswerRe: How to keep my server alive Pin
Ramu Pulipati21-Jun-02 10:18
Ramu Pulipati21-Jun-02 10:18 
AnswerRe: How to keep my server alive Pin
A.A.21-Jun-02 10:26
A.A.21-Jun-02 10:26 
GeneralRe: How to keep my server alive Pin
Bill Wilson24-Jun-02 6:20
Bill Wilson24-Jun-02 6:20 
GeneralMultimedia netwok Pin
21-Jun-02 8:32
suss21-Jun-02 8:32 
GeneralRe: Multimedia netwok Pin
dazinith21-Jun-02 8:36
dazinith21-Jun-02 8:36 
GeneralRe: Multimedia netwok Pin
Anonymous10-Oct-02 6:06
Anonymous10-Oct-02 6:06 
GeneralTemplate Troubles (Solved) Pin
Raskolnikov21-Jun-02 8:32
Raskolnikov21-Jun-02 8:32 
GeneralRe: Template Troubles Pin
sultan_of_6string21-Jun-02 9:04
sultan_of_6string21-Jun-02 9:04 
GeneralRe: Template Troubles Pin
redeemer21-Jun-02 12:57
redeemer21-Jun-02 12:57 
GeneralRe: Template Troubles Pin
sultan_of_6string21-Jun-02 15:51
sultan_of_6string21-Jun-02 15:51 
GeneralRe: Template Troubles Pin
jbarton21-Jun-02 10:36
jbarton21-Jun-02 10:36 
GeneralRe: Template Troubles (Solved) Pin
Raskolnikov21-Jun-02 13:27
Raskolnikov21-Jun-02 13:27 

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.