Results 1 to 6 of 6

Thread: App.Path in module constant

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    107

    App.Path in module constant

    Hi i'm noob to VB. I'm trying to use app.path in a constant in a form like:

    Const d_Svt = App.Path

    It obviously doesn't work but how can i make that const the apps path?

    Any help great thanks



    VB Code:
    1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    3. <assemblyIdentity
    4.     version="1.0.0.0"
    5.     processorArchitecture="X86"
    6.     name="1234.exe"
    7.     type="win32"
    8. />
    9. <description>A Description</description>
    10. <dependency>
    11.     <dependentAssembly>
    12.         <assemblyIdentity
    13.             type="win32"
    14.             name="Microsoft.Windows.Common-Controls"
    15.             version="6.0.0.0"
    16.             processorArchitecture="X86"
    17.             publicKeyToken="6595b64144ccf1df"
    18.             language="*"
    19.         />
    20.     </dependentAssembly>
    21. </dependency>
    22. </assembly>
    Last edited by BefunMunkToloGen; Apr 29th, 2005 at 11:01 AM.

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