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: *

  • Users: jherek
  • Content: Threads
  • Order by date
  1. jherek

    xmlTextReader not reading elements in expected order

    A short bit of the code I'm using to read an xml file. I want to create two arraylists with each cell of the arraylist filled with a string that is an element and all its child nodes. Problem is it will only read the first element list and misses the next one completely. If I comment out the...
  2. jherek

    Cant import a namespace

    I am trying to follow a tutorial that was written using the command line compiler. I have Visual Studio. The tutorial makes two files - the first is a dll. The second uses the dll - and Imports the namespace created in the dll. Trouble is, when I try to do it I just get errors... Namespace or...
  3. jherek

    OpenFileDialog.RestoreDirectory puzzle

    Hi, When I set the OpenFileDialog.RestoreDirectory=True I thought that the next time I used the dialog the directory would be the initial starting directory - but I can't get it to work. It opens up the last directory visited - is this right, or am I just mis-understanding something?? Thanks...
  4. jherek

    Acrobat 4

    Can anyone tell me what the windows classname and caption is for acrobat (not reader)version 4. I need to be able to close all running acrobats/readers from v3 to v6 when a user inserts a CD of ours, so that I can use an autorun file to load our file...
  5. jherek

    New hard drive is F: zip drive is C:

    A friend has replaced a broken hard drive, somehow (I wasn't there when it was done, so I don't know what she done - and neither does she!!) the new hard drive, which is the only one, is now drive F:, her zip drive is now C:, so far this has only caused minor, fixable problems - but I fear it...
  6. jherek

    Close Adobe Acrobat

    I need to be able to close any version of acrobat and acrobat reader. I tried using ClassNames - but apart from version 6 the classname seems to change each time a window is started. I can't use the Caption because I have no idea what document may be loaded by the user. Any ideas on how I can...
  7. jherek

    Acrobat 4

    I need to know the classname and/or caption for Acrobat 4 and Acrobat Reader 4 so that I can close them if they are running. I know both of these for versions 3,5 and 6 but unfortunately we don't have version 4 here.

Part and Inventory Search

Back
Top