Click here to Skip to main content
15,917,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: open the printer device Pin
Joel Lucsy31-Jul-03 2:06
Joel Lucsy31-Jul-03 2:06 
GeneralRe: open the printer device Pin
Jerome Conus31-Jul-03 2:09
Jerome Conus31-Jul-03 2:09 
GeneralRe: open the printer device Pin
Joel Lucsy31-Jul-03 2:20
Joel Lucsy31-Jul-03 2:20 
Generalwindows startup help!!!!! Pin
xxhimanshu29-Jul-03 18:58
xxhimanshu29-Jul-03 18:58 
GeneralRe: windows startup help!!!!! Pin
Frank K29-Jul-03 22:26
Frank K29-Jul-03 22:26 
GeneralRe: windows startup help!!!!! Pin
David Crow30-Jul-03 4:07
David Crow30-Jul-03 4:07 
Generaltext editor! Pin
ariez29-Jul-03 18:08
ariez29-Jul-03 18:08 
GeneralRe: text editor! Pin
Toni7829-Jul-03 18:19
Toni7829-Jul-03 18:19 
ariez wrote:
how to create text editor into single dialog/mfc???? (like notepad)

You can run the MFC application wizard to build an SDI application, but on the very last step, select CEditView as the base class. Compile the program and you will have a text editor without writing a single line of code.

ariez wrote:
or can I link notepad into my program??

You can run notepad from your program by using ShellExecute(). Check MSDN on how to use that function.

// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralRe: text editor! Pin
David Crow30-Jul-03 4:09
David Crow30-Jul-03 4:09 
GeneralOnChange Event Pin
Small Rat29-Jul-03 18:04
Small Rat29-Jul-03 18:04 
QuestionHow to change the size of one pane in the SplitterWnd ? Pin
benben29-Jul-03 17:41
benben29-Jul-03 17:41 
AnswerRe: How to change the size of one pane in the SplitterWnd ? Pin
Ryan Binns29-Jul-03 18:29
Ryan Binns29-Jul-03 18:29 
GeneralRe: How to change the size of one pane in the SplitterWnd ? Pin
Toni7829-Jul-03 18:36
Toni7829-Jul-03 18:36 
GeneralRe: How to change the size of one pane in the SplitterWnd ? Pin
Ryan Binns29-Jul-03 18:44
Ryan Binns29-Jul-03 18:44 
GeneralRe: How to change the size of one pane in the SplitterWnd ? Pin
Toni7829-Jul-03 18:58
Toni7829-Jul-03 18:58 
GeneralRe: Thanks Pin
benben29-Jul-03 19:36
benben29-Jul-03 19:36 
GeneralRe: Thanks Pin
jhwurmbach29-Jul-03 22:01
jhwurmbach29-Jul-03 22:01 
GeneralI'm writing a wordpad with API, please help me... Pin
coolhair29-Jul-03 17:31
coolhair29-Jul-03 17:31 
GeneralRe: I'm writing a wordpad with API, please help me... Pin
Toni7829-Jul-03 18:43
Toni7829-Jul-03 18:43 
GeneralRe: I'm writing a wordpad with API, please help me... Pin
David Crow30-Jul-03 4:10
David Crow30-Jul-03 4:10 
GeneralRe: I'm writing a wordpad with API, please help me... Pin
Ryan Binns30-Jul-03 5:28
Ryan Binns30-Jul-03 5:28 
QuestionWhy Link Error? Pin
EastDragon29-Jul-03 17:19
EastDragon29-Jul-03 17:19 
AnswerRe: Why Link Error? Pin
Toni7829-Jul-03 18:31
Toni7829-Jul-03 18:31 
GeneralRe: Why Link Error? Pin
EastDragon29-Jul-03 19:10
EastDragon29-Jul-03 19:10 
GeneralRe: Why Link Error? Pin
Toni7829-Jul-03 19:32
Toni7829-Jul-03 19:32 

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.