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:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="1234.exe" type="win32" /> <description>A Description</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly>


Reply With Quote
