Dear all,
 
Thanks waqas for your reply, actually i'm not concern about notepad, i want to 
open any executable file in same application where i call it. insted of opening 
in diffrent window it should open in the same form (or may be a child form) in 
same application. is there is any possible way to do it ? thank you.
 
P. Anand

Waqas Hussain <[EMAIL PROTECTED]> wrote:
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 SponsorADVERTISEMENT


---------------------------------
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 the Yahoo! Terms of Service. 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]







'// =======================================================
    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