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 gkittelson 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. airprox

    Automated button presses?

    Actually that helps a lot... it's made me realise that I'm making it too complicated. What I've done is combined the code for the 3 seperate button presses, for the one button. This way, I can work on removing the openDialog sections without removing that functionality from the individual...
  2. airprox

    Automated button presses?

    Hi folks, I have an application that reads a couple of XML files (different formats) then writes a new text/xml file. Basically the process is... 1st button pressed, openfile dialog is opened and a unique xml file is read using xmlTextReader. This populates a number of textBoxes on my form...
  3. airprox

    Find a line in xls file and display other columns

    Steve, I'm starting to think you're right! With regards to these libraries that can link to an excel workbook... could someone point me in the right direction as I'm not sure what I'm looking for in Google! Cheers Alun
  4. airprox

    Find a line in xls file and display other columns

    Hi Kevin, Thanks for the reply... I'll take a look at that, although it sounds like it might be outside my experience/knowledge at the mo'. In the mean time I've been playing with changing the file to a CSV and trying to read it that way. Limited success so far, but I'm hopefull! Cheers Alun
  5. airprox

    Find a line in xls file and display other columns

    Hi Chaps, I'm back for more! I would like to be able to click a button and open a xls file, from within that file, I would like the program to search a certain column (not named, just letter) for the line that contains a same 4 letter alphanumeric code as one of the textboxes on my main form...
  6. airprox

    Reading a XML file and using certain parts

    In addition, I changed the first textBox to a messageBox.Show (padReader.GetAttribute("lat")); to test it was reading the right things and a messageBox opens with the figures for "lat", I click OK then the remaining 2 textBoxes fill with the correct data and a ... Disregard... just figured it...
  7. airprox

    Reading a XML file and using certain parts

    Hi again, Thanks for the explanation... much clearer to me now, however, just tried the code and it's not working for me. Stepping through the code, it skips through the first couple of bits (I took out the 2 lines I mentioned above and let your code do the work) then it recognises the...
  8. airprox

    Reading a XML file and using certain parts

    OK... I'll give that a go tonight. That does seem to make more sense. Can I also check then that the lines, padReader.Read(); padReader.Read(); are correct to make the reader skip the first 2 elements: <?xml version="1.0" encoding="ISO-8859-1"?> <FSData version="9.0"...
  9. airprox

    Reading a XML file and using certain parts

    Hi Folks, Back again! OK... My program has grown, now when I press a button, I would like to open a xml file, which looks something like this... //This is an example of the XML files <?xml version="1.0" encoding="ISO-8859-1"?> <FSData version="9.0"...
  10. airprox

    Simple C# problem

    Many thanks JurkMonkey... I've tested it and it does exactly what I was after. Off to discover my next stupid question! Cheers Alun
  11. airprox

    Simple C# problem

    Excellent stuff... I shall give it a go when I get home from work. Many Thanks! Alun
  12. airprox

    Simple C# problem

    Hi folks, I've just started teaching myself C#, I actually design freeware scenery for Flight Sim and needed an application to do a particular task... can't be that hard! Well, I've finally gotten to the stage where I have actually got an application doing what I want it to do... kinda! It's...

Part and Inventory Search

Back
Top