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

    Visual C++ in Windows NT (error)

    I’ve been programming a program, in visual c++, on windows 98 with ease. I decided to try it on windows 95, it still ran with ease. I had to put it on a windows NT system and it doesn’t run properly. The program runs but I don’t get the proper results. When I run the program through debug...
  2. stefee

    CString Question

    Ok I need a programmer! I need to know if there is a way to make a string longer than 255 characters. I have a string that is 257 and it keeps dropping off the last two character. HELP ME :-) thanks in advance :-) stefee
  3. stefee

    Radio Buttons

    Ok, I know this is a beginner question, but I need to know how to capture a radio button and save it to my access database. Well I can capture the value of the radio button and put it in a variable, but I cant seem to save it to the database. Any help would be greatly appreciated. Thanks in...
  4. stefee

    How to change Title Bar

    I want to use one module for different things. Say for instance that you have an Order Form and a Detail Form. You can select either one of these by the menu option. (Remember: they are the same module/project). I want to display the 'Order' or 'Detail' in the top most title bar depending on...
  5. stefee

    Embedding SQL into VC++

    How do you embed SQL into Visual C++? I’ve found some resources on embedding SQL into C, but that isn’t helping me. I have to build a query in my program that searches several tables for matching data then displays it. I am currently using several nested loops, this works however, it slows...

Part and Inventory Search

Back
Top