C
CS Tutor
Hello,
I am a Java programmer and I am used to finding out what functions are
written out for me in the Java API provided by Sun on their website.
Now for VB.NET is there a similar online resource? That tells me which
function is in what library, and what its purpose is?
For instance, I have been trying to figure out what this statement does:
ValidateMDBExistence = Dir(Application.StartupPath & "xyz.mdb")
I have an idea, it is trying to find out the startup path of the application
and looking for xyz.mdb in that folder. But for some reason I'm not getting
what I want. So, can you please point me to the API/library resource online
for VB.Net?
Thanks.
I am a Java programmer and I am used to finding out what functions are
written out for me in the Java API provided by Sun on their website.
Now for VB.NET is there a similar online resource? That tells me which
function is in what library, and what its purpose is?
For instance, I have been trying to figure out what this statement does:
ValidateMDBExistence = Dir(Application.StartupPath & "xyz.mdb")
I have an idea, it is trying to find out the startup path of the application
and looking for xyz.mdb in that folder. But for some reason I'm not getting
what I want. So, can you please point me to the API/library resource online
for VB.Net?
Thanks.