Search results for query: *

  1. M

    System.Diagnostics.Processes and perflib

    perflib Yep, we are on sp4. Thanks for the article link. I saw that one already and was hoping to not have to re-install the framework w/o knowing if that is the real problem. It seems to be a catch-all answer to the problem. Well I'll try it on our development server and see if the problem...
  2. M

    Extracting Path from a Shortcut file...

    TargetPath property This is how I create a shortcut. I think you could do something similar and just not save it Dim oShortCut As IWshRuntimeLibrary.IWshShortcut Dim oWshShell As New WshShellClass oShortCut = oWshShell.CreateShortcut(sMenuPath & shortcutName & ".lnk") With...
  3. M

    System.Diagnostics.Processes and perflib

    I have a VS2003 app running on a win2k sp4 server with .net 2.0 installed. Anytime I use the system.diagnostics.processes class I get multiple errors in the Application Event log. I have researched all over the place to find out why this happens (besides the fact that it can't access the...
  4. M

    FtpFindFirstFile, InternetFindNextFile

    I am having issues getting a dir listing using: FtpFindFirstFile, InternetFindNextFile I always get back a single blank string. I know there are files there. FtpFindFirstFile returns true but the filename attribute in the WIN32_FIND_DATA stucture is nothing and InternetFindNextFile always...
Back
Top