Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.NET and Environment Variables
Name: Infinite Recursion Date: February 27, 2004 at 11:42:00 Pacific OS: na CPU/Ram: na
Comment:
How do I set environment variables in VB.NET? I tried shelling out ->
set myvar="myval"
But that doesn't work. I know Environ("myvar") gets the value, but what sets it?
Summary: Thanks. I'll try that as soon as I get a chance. It sucks not having VS.Net on my Home PC(I do have VS 6 though but a lot of good that does me for my VB.net and C# classes) Oh BTW, This is the first ...
Summary: I have source for a C project that I have compiled as a DLL and am accessing its functions from a VB.NET Program. I have successfully been able to call the DLLs functions that I need. However, I nee...
Summary: Hello...I have been trying to learn about vb.net by doing online tutorials, but I'm having problems. I started a project with vb that accesses an access db. I can click around to see all of the recor...