Results 1 to 11 of 11

Thread: OLE App.Path problem

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    Question OLE App.Path problem

    Code:
    Private Sub Form_Load()
    MsgBox App.Path
    End
    End Sub
    I complied it as Project1.exe and saved it on the desktop





    I embedded Project1.exe into another project and compiled it as Project2.exe on the desktop



    Obviously the App.Path is no longer pointing to the desktop...




    How can I force the App.Path of the embedded application to be the App.Path of the parent application?
    Attached Images Attached Images   

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