Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FletcherJ

    Can't find mapped drives in VB

    Problem Fixed - or at least kludged.... The problem was with Vista. I was set up to use UAC (User Account Control) which is a good thing. The only problem was that, when I ran the debugger, it ran in administrator mode - essentiall elevating me to the admin user. This should be fine, but the...
  2. FletcherJ

    Can't find mapped drives in VB

    Ok, I did what you suggested. The listbox shows C:\ and D:\ - as I expected (but not what I wanted.) Per your suggestion, I also tried: Debug.WriteLine(System.IO.Directory.Exists("k:\")) which returned false in the debug window. However, if I open windows explorer, I see: backup...
  3. FletcherJ

    Can't find mapped drives in VB

    Hi all, I have tried almost everything to identify if a folder exists on a mapped drive. It's my guess that there is a setting somewhere causing the problem. Let's say that I have a drive mapped as drive k:. When I use: My.Computer.FileSystem.DirectoryExists("k:")) It says that it doesn't...
  4. FletcherJ

    API functions for FoxPro

    Shyfox, If you look at the solutions example that came with VFP, you will find some examples. For example, if you want to read/write an ini file, you can use: declare integer GetPrivateProfileString in Win32API ; string cSection, string cKey, string cDefault,; string @cBuffer, ; integer...

Part and Inventory Search

Back
Top