Search results for query: *

  • Users: barse
  • Order by date
  1. B

    Listing ALL mapped network drives

    Thanks John. It's exactly the info I was looking for.
  2. B

    Listing ALL mapped network drives

    Thanks JohnH. I just realised that my problem lies with the fact that I'm trying to do this from a windows service. There's probably some sort of security issues I have to deal with... Any advice?
  3. B

    Listing ALL mapped network drives

    Hi, I'm trying to get a list of all my mapped drives (using VB 2005). The getLogicalDrives function will only list the drives that are physically on my machine and not the mapped network drives. Is there any way of getting this list? In the registry under HKey_CURRENT_USER the network key...
  4. B

    Adding checkboxs to excel is way too slow

    Hi, I'm adding (on-the-fly) checkboxs for every row in my excel sheet. I don't know how many rows I'll have before I start. Here's my code whihc works fine but it takes about 4 minutes for 3500 rows!!! Is there a faster way to do this? Dim chk As Excel.Shape Dim iRow As Integer dim dt As...
  5. B

    Problem with Excel.Workbook.open

    Thanks Paszt I'll give it a go.
  6. B

    Problem with Excel.Workbook.open

    Hi, I'm opening an excel doc in vb.net with Excel 2002 on my (xp)machine. Doing this I have no problems. This is also my dev machine. When I run my app on a win2000 machine running Excel 2000 I get an "Object reference not set to an instance of an object. at this line wb =...
Back
Top