Notepad is just a plain text editor. Place a multiline TextBox on your
form and you have a simple text editor. You just have to add the
save/load text file functionality.

Waqas..


On Thu, 10 Mar 2005 08:30:23 -0000, anand <[EMAIL PROTECTED]> wrote:
> 
> 
> Dear all
> 
>     I use following code in a command button to open a notepad
> 
>       Shell "notepad.exe", vbNormalFocus
> 
> it opens in a sperate window, i want to open the notepad in the same
> form where i have the command button, is there is anyway to do it ?
> can you please help me. Thanks in advance.
> 
> P. Anand



'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to