VC++
-
HI, Recently i am working with a project and I need to embedd notepad in to a Dialog(CDialog). Can anybody help me?????????? Sherin Iranimose
-
HI, Recently i am working with a project and I need to embedd notepad in to a Dialog(CDialog). Can anybody help me?????????? Sherin Iranimose
if you can describe ur problem in more detail someone here could help you. Is it specifically the notepad that you need to use or the functionality of it.(Ex: Reading a file and displaying it's content just like the notepad does)
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
HI, Recently i am working with a project and I need to embedd notepad in to a Dialog(CDialog). Can anybody help me?????????? Sherin Iranimose
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.
-
HI, Recently i am working with a project and I need to embedd notepad in to a Dialog(CDialog). Can anybody help me?????????? Sherin Iranimose
Do you want to insert notepad in window of your program?
WhiteSky
-
Do you want to insert notepad in window of your program?
WhiteSky
Yes,i want to embed notepad window into a dialog. Sherin Iranimose
-
if you can describe ur problem in more detail someone here could help you. Is it specifically the notepad that you need to use or the functionality of it.(Ex: Reading a file and displaying it's content just like the notepad does)
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
hi, I want to embed a notepad window into a dialog. Sherin Iranimose