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 IamaSherpa 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. 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

    Thanks for the reply. I have found out how to do it now. The book says to save the dll file as 'hello.vb'. Inside this the namespace 'Greeeting' is declared. When the file is built the dll is called hello.dll, but of course, when I try to import this, the Greeting namespace isn't visible. I...
  3. 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...
  4. jherek

    OpenFileDialog.RestoreDirectory puzzle

    Well, I'm not sure whether to be relieved it dosen't work for you or not! It seems like a handy feature it's just a shame it's broken! But, at least it's not me doing something wrong!
  5. 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...
  6. jherek

    New hard drive is F: zip drive is C:

    Thanks for the help people. I'll remove the zip drive and re-install while it's still fairly fresh.
  7. jherek

    New hard drive is F: zip drive is C:

    You can't do it because it won't let you. Give it a go and see...
  8. jherek

    New hard drive is F: zip drive is C:

    The problem with that article is that although it tells you where to go to change the drive letter assignment, when you try to do it you can't; it won't allow the modification of a system or boot volume. So, although they refer you to that article when C: is assigned to the zip drive -...
  9. jherek

    Close Adobe Acrobat

    I'll try something like that. Thanks for the help :)
  10. 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...
  11. jherek

    New hard drive is F: zip drive is C:

    I looked at that, but the MS article I read talked about changing some registry entries, and suggested that it wasn't a good idea - maybe it isn't as bad as they indicated?
  12. jherek

    Close Adobe Acrobat

    Thanks AirCon, that's what I was kind of leaning towards, problem is, we distribute hundreds of CDs to users all across the world, I would hate if I closed some app that wasn't Acrobat!! (Especially as it doesn't automatically save for the user...)
  13. 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...
  14. 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...
  15. 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