Click here to Skip to main content
15,915,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i Show a table? Pin
Steve Echols14-Aug-06 18:07
Steve Echols14-Aug-06 18:07 
AnswerRe: how can i Show a table? Pin
Burkut14-Aug-06 22:39
Burkut14-Aug-06 22:39 
AnswerRe: how can i Show a table? Pin
Hamid_RT14-Aug-06 19:15
Hamid_RT14-Aug-06 19:15 
GeneralRe: how can i Show a table? Pin
Burkut14-Aug-06 22:41
Burkut14-Aug-06 22:41 
QuestionAccessing a Microsoft Access database from within Visual C++ Pin
Nokoff14-Aug-06 12:20
Nokoff14-Aug-06 12:20 
AnswerRe: Accessing a Microsoft Access database from within Visual C++ Pin
Nokoff15-Aug-06 5:21
Nokoff15-Aug-06 5:21 
QuestionC++ Win32 vs. C# question Pin
Stick^14-Aug-06 9:16
Stick^14-Aug-06 9:16 
AnswerRe: C++ Win32 vs. C# question Pin
Joe Woodbury14-Aug-06 12:05
professionalJoe Woodbury14-Aug-06 12:05 
You have two main choices; MFC or WTL. WTL will give you a smaller executable and a lot of low-level control. MFC will be larger and require you use one of a few frameworks. On the other hand, you will be able to program much faster in MFC, especially since VS has many wizards built in. MFC also has the advantage of many third party libraries and solid documentation. (WTL documentation sucks big time.)

Unless you've built of the proverbial bag o' trick in ATL/WTL, I'd recommend using MFC.

One thing to remember for any native Win32 programming is that there is a strong separation of UI and implementation (something which drives us native guys nuts when going to .NET.) In other words, you dialog box is created using a data set and can be changed quite independently of the code (which is how it should be; XAML is an attempt to fix this in .NET.)

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

AnswerRe: C++ Win32 vs. C# question Pin
Christian Graus14-Aug-06 18:24
protectorChristian Graus14-Aug-06 18:24 
QuestionRebuild problem [modified] Pin
Max Santos14-Aug-06 7:37
Max Santos14-Aug-06 7:37 
QuestionRe: Rebuild problem Pin
David Crow14-Aug-06 7:54
David Crow14-Aug-06 7:54 
AnswerRe: Rebuild problem Pin
Max Santos14-Aug-06 7:57
Max Santos14-Aug-06 7:57 
GeneralRe: Rebuild problem Pin
David Crow14-Aug-06 8:06
David Crow14-Aug-06 8:06 
GeneralRe: Rebuild problem Pin
Max Santos14-Aug-06 8:18
Max Santos14-Aug-06 8:18 
AnswerRe: Rebuild problem Pin
Stephen Hewitt14-Aug-06 15:19
Stephen Hewitt14-Aug-06 15:19 
AnswerRe: Rebuild problem Pin
Maximilien14-Aug-06 10:23
Maximilien14-Aug-06 10:23 
GeneralRe: Rebuild problem Pin
Max Santos14-Aug-06 10:40
Max Santos14-Aug-06 10:40 
AnswerRe: Rebuild problem Pin
Joe Woodbury14-Aug-06 12:09
professionalJoe Woodbury14-Aug-06 12:09 
AnswerRe: Rebuild problem Pin
Mike Dimmick15-Aug-06 2:31
Mike Dimmick15-Aug-06 2:31 
GeneralRe: Rebuild problem Pin
Max Santos17-Aug-06 10:57
Max Santos17-Aug-06 10:57 
Questionhow i can whrite text on another form my program Pin
shortwave14-Aug-06 7:32
shortwave14-Aug-06 7:32 
AnswerRe: how i can whrite text on another form my program Pin
David Crow14-Aug-06 7:55
David Crow14-Aug-06 7:55 
AnswerRe: how i can whrite text on another form my program Pin
Hamid_RT14-Aug-06 8:08
Hamid_RT14-Aug-06 8:08 
GeneralRe: how i can whrite text on another form my program Pin
shortwave15-Aug-06 3:42
shortwave15-Aug-06 3:42 
GeneralRe: how i can whrite text on another form my program Pin
Hamid_RT15-Aug-06 7:57
Hamid_RT15-Aug-06 7:57 

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.