saurabh.verma 0 Light Poster

Hi,
i am creating an application.
i have menu strip which some items such as notepad, internet explorer, etc.
here is the code how i startup notepad

Private Sub Notepadmenuitem_Click()Handles menuitem2.click
Shell("Notepad.exe",Windostate.normal)
End Sub

the probem is that when i click on the item
it would open it but my application is in full screen so when i open the item, notepad opens but the windows taskbar shows up and notepad comes in windows titlebar.
can someone tell me how to through coding make the item come in the interface i want it to be for example red title bar etc.

any help will be appreciated