Click here to Skip to main content
16,018,092 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB comments to xml Pin
KaptinKrunch30-Jun-05 18:56
KaptinKrunch30-Jun-05 18:56 
GeneralRe: VB comments to xml Pin
Christian Graus30-Jun-05 19:10
protectorChristian Graus30-Jun-05 19:10 
GeneralRe: VB comments to xml Pin
KaptinKrunch30-Jun-05 19:18
KaptinKrunch30-Jun-05 19:18 
GeneralRe: VB comments to xml Pin
Christian Graus30-Jun-05 19:27
protectorChristian Graus30-Jun-05 19:27 
GeneralRe: VB comments to xml Pin
Dave Kreskowiak1-Jul-05 3:27
mveDave Kreskowiak1-Jul-05 3:27 
GeneralRe: VB comments to xml Pin
Dave Kreskowiak1-Jul-05 3:28
mveDave Kreskowiak1-Jul-05 3:28 
GeneralVBA call to C++ DLL Pin
john john mackey30-Jun-05 13:34
john john mackey30-Jun-05 13:34 
GeneralRe: VBA call to C++ DLL Pin
Dave Kreskowiak30-Jun-05 17:27
mveDave Kreskowiak30-Jun-05 17:27 
If you specify just the filename, then the current directory is searched for the .DLL. If it's not found, the system will look in the directory specified by the SystemRoot environment variable, and if still not found, will look in the directories listed in the Path evnironment variable. If this fails, then the call will fail.

Is it possible that you have a .DLL with the same name sitting in the Path somewhere?

As a rule of thumb, it's best to keep an applications .DLL's in its Program Files directory, or a subfolder of that directory. Do NOT use absolute paths, use relative paths only because you can't guarantee that your aplication will be installed on C:.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralHelp files using Notepad Pin
rswipe30-Jun-05 12:44
rswipe30-Jun-05 12:44 
GeneralRe: Help files using Notepad Pin
Christian Graus30-Jun-05 14:48
protectorChristian Graus30-Jun-05 14:48 
GeneralRe: Help files using Notepad Pin
Dave Kreskowiak30-Jun-05 17:17
mveDave Kreskowiak30-Jun-05 17:17 
GeneralRe: Help files using Notepad Pin
Christian Graus30-Jun-05 18:35
protectorChristian Graus30-Jun-05 18:35 
GeneralRe: Help files using Notepad Pin
Dave Kreskowiak1-Jul-05 3:22
mveDave Kreskowiak1-Jul-05 3:22 
GeneralRe: Help files using Notepad Pin
rswipe3-Jul-05 9:06
rswipe3-Jul-05 9:06 
GeneralRe: Help files using Notepad Pin
Anonymous6-Jul-05 6:59
Anonymous6-Jul-05 6:59 
GeneralRe: Help files using Notepad Pin
rswipe6-Jul-05 16:49
rswipe6-Jul-05 16:49 
GeneralVB.NET Using SendKeys to invoke Find Dialog of AxWebBrowser control Pin
Anonymous30-Jun-05 11:03
Anonymous30-Jun-05 11:03 
GeneralRe: VB.NET Using SendKeys to invoke Find Dialog of AxWebBrowser control Pin
rudy.net1-Jul-05 18:30
rudy.net1-Jul-05 18:30 
GeneralRe: VB.NET Using SendKeys to invoke Find Dialog of AxWebBrowser control Pin
Anonymous2-Jul-05 20:13
Anonymous2-Jul-05 20:13 
GeneralRe: VB.NET Using SendKeys to invoke Find Dialog of AxWebBrowser control Pin
Anonymous6-Jul-05 7:09
Anonymous6-Jul-05 7:09 
GeneralObtain a handle to a label in a container Pin
Abhishek Karnik30-Jun-05 10:44
Abhishek Karnik30-Jun-05 10:44 
Generalusing a string variables value Pin
btoyer30-Jun-05 10:31
btoyer30-Jun-05 10:31 
GeneralRe: using a string variables value Pin
Christian Graus30-Jun-05 14:49
protectorChristian Graus30-Jun-05 14:49 
GeneralRe: using a string variables value Pin
btoyer1-Jul-05 5:49
btoyer1-Jul-05 5:49 
GeneralRe: using a string variables value Pin
Christian Graus1-Jul-05 20:23
protectorChristian Graus1-Jul-05 20:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.