Click here to Skip to main content
15,918,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: cursor in textbox Pin
David Crow8-Nov-05 7:46
David Crow8-Nov-05 7:46 
GeneralRe: cursor in textbox Pin
controlsense8-Nov-05 8:12
controlsense8-Nov-05 8:12 
QuestionBluetooth SDP in localhost Pin
inf0098-Nov-05 6:00
inf0098-Nov-05 6:00 
QuestionAdvice on where to start Pin
cRaCKh0rN8-Nov-05 5:29
cRaCKh0rN8-Nov-05 5:29 
AnswerRe: Advice on where to start Pin
Chris Losinger8-Nov-05 5:42
professionalChris Losinger8-Nov-05 5:42 
GeneralRe: Advice on where to start Pin
cRaCKh0rN8-Nov-05 5:47
cRaCKh0rN8-Nov-05 5:47 
GeneralRe: Advice on where to start Pin
Bob Stanneveld8-Nov-05 5:54
Bob Stanneveld8-Nov-05 5:54 
GeneralRe: Advice on where to start Pin
Chris Losinger8-Nov-05 5:59
professionalChris Losinger8-Nov-05 5:59 
(i assume you're using VS'03)

start a new MFC project. in the Application Type tab, choose dialog. the "Wordpad" stuff is probably an SDI (Single Document Interface) app. that's a bit more complicated that a dialog app, if you're new to MFC. once you have your blank dialog, you can drop controls onto it and play with messages kindof like you do in VB.

if you use the Win32 API, you're going to have to get intimately familiar with Windows' message passing and handling. these days, the only real benefit from a Win32 app over an MFC app is that the Win32 app won't require MFC (which adds size to the EXE - roughly 200K for a dialog app - no big deal). other than that, MFC is the way to go.


Cleek | Image Toolkits | Thumbnail maker

GeneralRe: Advice on where to start Pin
cRaCKh0rN8-Nov-05 10:08
cRaCKh0rN8-Nov-05 10:08 
AnswerRe: Advice on where to start Pin
LighthouseJ8-Nov-05 19:43
LighthouseJ8-Nov-05 19:43 
QuestionBeginner Programmer, Got some ideas for me? Pin
Monkey De Lufy: Pirate King8-Nov-05 4:47
Monkey De Lufy: Pirate King8-Nov-05 4:47 
AnswerRe: Beginner Programmer, Got some ideas for me? Pin
David Crow8-Nov-05 4:50
David Crow8-Nov-05 4:50 
QuestionDataGrid Pin
rsw18-Nov-05 4:38
rsw18-Nov-05 4:38 
QuestionCRC-16 Convert to vb.Net Pin
RichardBerry8-Nov-05 4:33
RichardBerry8-Nov-05 4:33 
Questionshowing a bitmap on a CStatic in a toolbar Pin
Mircea Grelus8-Nov-05 4:33
Mircea Grelus8-Nov-05 4:33 
Questionvirtual detstruct question when multi derived Pin
followait8-Nov-05 4:23
followait8-Nov-05 4:23 
AnswerRe: virtual detstruct question when multi derived Pin
toxcct8-Nov-05 4:34
toxcct8-Nov-05 4:34 
QuestionRe: virtual detstruct question when multi derived Pin
Bob Stanneveld8-Nov-05 5:51
Bob Stanneveld8-Nov-05 5:51 
AnswerRe: virtual detstruct question when multi derived Pin
Maximilien8-Nov-05 6:40
Maximilien8-Nov-05 6:40 
GeneralRe: virtual detstruct question when multi derived Pin
Bob Stanneveld8-Nov-05 21:57
Bob Stanneveld8-Nov-05 21:57 
AnswerRe: virtual detstruct question when multi derived Pin
toxcct8-Nov-05 6:58
toxcct8-Nov-05 6:58 
GeneralRe: virtual detstruct question when multi derived Pin
Bob Stanneveld8-Nov-05 21:53
Bob Stanneveld8-Nov-05 21:53 
AnswerRe: virtual detstruct question when multi derived Pin
followait8-Nov-05 15:03
followait8-Nov-05 15:03 
GeneralRe: virtual detstruct question when multi derived Pin
Bob Stanneveld8-Nov-05 21:52
Bob Stanneveld8-Nov-05 21:52 
GeneralRe: virtual detstruct question when multi derived Pin
Blake Miller9-Nov-05 5:43
Blake Miller9-Nov-05 5:43 

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.