Click here to Skip to main content
16,007,779 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionc++ Pin
manu_220529-Dec-06 1:13
manu_220529-Dec-06 1:13 
QuestionRe: c++ Pin
CPallini29-Dec-06 2:22
mveCPallini29-Dec-06 2:22 
AnswerRe: c++ Pin
Nemanja Trifunovic29-Dec-06 6:35
Nemanja Trifunovic29-Dec-06 6:35 
AnswerRe: c++ Pin
Hamid_RT29-Dec-06 17:22
Hamid_RT29-Dec-06 17:22 
QuestionVC++ Pin
Sherin Iranimose29-Dec-06 0:58
Sherin Iranimose29-Dec-06 0:58 
AnswerRe: VC++ Pin
_AnsHUMAN_ 29-Dec-06 1:41
_AnsHUMAN_ 29-Dec-06 1:41 
GeneralRe: VC++ Pin
Sherin Iranimose1-Jan-07 1:13
Sherin Iranimose1-Jan-07 1:13 
AnswerRe: VC++ Pin
Joan M29-Dec-06 2:13
professionalJoan M29-Dec-06 2:13 
If you truly need to embed notepad, then you should take a look here in the codeproject or in the MSDN, but I cannot help you. But if you want to get edit capability in your dialog based app, then you could add an edit control and set it multiline. Also you could do it using a richedit control. if you want, you can also use a commercial editor interface like scintilla (there's an article here in the codeproject: http://www.codeproject.com/editctrl/scintillawnd.asp[^]).

Scintilla is easy to use and all the functionality is already made, so you have only to send messages to it (sendmessage or postmessage) and then everything works. is as easy as making a normal button to send the desired message to your scintilla control.

Hope this helps.
AnswerRe: VC++ Pin
Hamid_RT29-Dec-06 17:30
Hamid_RT29-Dec-06 17:30 
GeneralRe:VC++ Pin
Sherin Iranimose1-Jan-07 1:09
Sherin Iranimose1-Jan-07 1:09 
QuestionNavigation Error Pin
Shouvik Das29-Dec-06 0:05
Shouvik Das29-Dec-06 0:05 
QuestionRe: Navigation Error Pin
prasad_som29-Dec-06 0:42
prasad_som29-Dec-06 0:42 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 0:48
Shouvik Das29-Dec-06 0:48 
GeneralRe: Navigation Error Pin
prasad_som29-Dec-06 1:00
prasad_som29-Dec-06 1:00 
AnswerRe: Navigation Error Pin
Shouvik Das29-Dec-06 1:02
Shouvik Das29-Dec-06 1:02 
AnswerRe: Navigation Error Pin
prasad_som29-Dec-06 1:08
prasad_som29-Dec-06 1:08 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 1:10
Shouvik Das29-Dec-06 1:10 
AnswerRe: Navigation Error Pin
prasad_som29-Dec-06 1:17
prasad_som29-Dec-06 1:17 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 1:22
Shouvik Das29-Dec-06 1:22 
QuestionRe: Navigation Error Pin
prasad_som29-Dec-06 1:31
prasad_som29-Dec-06 1:31 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 1:47
Shouvik Das29-Dec-06 1:47 
GeneralRe: Navigation Error Pin
David Crow29-Dec-06 3:42
David Crow29-Dec-06 3:42 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 18:41
Shouvik Das29-Dec-06 18:41 
GeneralRe: Navigation Error Pin
Shouvik Das1-Jan-07 1:34
Shouvik Das1-Jan-07 1:34 
Questionhow do i change it Pin
Chandrasekharan P29-Dec-06 0:01
Chandrasekharan P29-Dec-06 0:01 

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.