Results 1 to 3 of 3

Thread: [RESOLVED!]

  1. #1

    Thread Starter
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

    [RESOLVED!]

    Whats wrong with that code?

    VB Code:
    1. Shell ("Notepad.exe") & App.Path & "\Help.txt, vbMaximizedFocus"

    Im trying to open Help.txt from the folder which my application is using notepad. But that says file could not be found.
    Last edited by Madboy; Nov 2nd, 2003 at 03:01 PM.

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    you have "" symbols in the wrong places ( eg; after the vbMaximizedFocus ) try this....
    VB Code:
    1. Shell "Notepad.exe " & App.Path & "\Help.txt", vbMaximizedFocus
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3

    Thread Starter
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    Perfect thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width