Are you sure your using vb6?
In vb6 App.Path=path here exe was executed from. vb.net is different and sounds more like what your describing.
i have truble in vb6 code
i have my converted plugin into F:\Programmi\RideRunner\Plugins\silabs folder
if i call "msgbox App.Path" riderunner give me "f:\document and setting\spidermunz\desktop"
i can't load my plugin because App.Path return to me a wrong folder![]()
Are you sure your using vb6?
In vb6 App.Path=path here exe was executed from. vb.net is different and sounds more like what your describing.
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
ha i knew i wasnt the only person with this issue!I uninstalled/reinstalled vb suite to get app.path to work correctly.
NOVA, MD, DC Monthly Meets Here
Ride Runner and Centrafuse 3 plugin creator
mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
Find my plugins on the MP3Car App Store!
Follow Me on Twitter or Facebook
Live mp3Car Facebook Chat
Very odd...Mine has always worked correctly![]()
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
It does seem flakey with RRPlugins though. ie whilst when it first starts it will actually contain the path the app (plugin is in) it will later on pick up either RR' path, the skin path or some other path, that is why I stick it in a variable when it first starts now.
Well....as I've said, I've never had a problem with the app.path thing..
And with the upcomming plugin std change, plugins won't be storing any data in their folder (like they are not supposed to accod to win stds).....TBC
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
never had a app.path issue myself, but as mentioned above, it does reflect the location where the application is running from, NOT where the EXE is saved.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
i have solved the app.path problem
but now i have this new problem:
i have thios in my code
Public Declare Sub SetMute Lib "usbsilabs.dll" (ByVal mute As Boolean)
the plugin is running into riderunner but don't load the ussbsilabsdll
some other command of the same plugin works perfectly
Bookmarks