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 dencom 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: Cobra220
  • Content: Threads
  • Order by date
  1. Cobra220

    Reading data from online text file...

    I managed to figure out how to read data in from a text file in my program directory. How can I access a text file that is online? try{ StreamReader^theReader = gcnew StreamReader("http://www.whatever.com/file.txt"); //not the actual address, of course }...
  2. Cobra220

    C++'s equivalent of Java's Integer.parseInt()?

    Sadly, I've been searching a couple hours for a one line way to parse strings into integers. It is such a ridiculously simple task that I'm almost hesitant to post this. Please keep the terminology at a low level as I am extremely new to this language. Thanks guys! -David
  3. Cobra220

    Un-editable ComboBox (DropDownList) problems...

    I'm rather new to C++ but not to programming (up until this morning, I didn't know how to work Visual C++ '05). In an application I'm working on, I need a comboBox that is un-editable. I figured out that I do that by changing the dropDownStyle to dropDownList. It works fine except one thing...

Part and Inventory Search

Back
Top