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 Mike Lewis 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. SteveCRM

    Changing Window Color

    How do I change the windows color?
  2. SteveCRM

    Using Listboxes

    THANKS!!!!!!
  3. SteveCRM

    Using Listboxes

    Win API
  4. SteveCRM

    Random letters

    I don't remember how to do this but you could use this method: Randomize the correct numbers (all the letters ASCII values) and then convert that back to a letter.
  5. SteveCRM

    Using Listboxes

    It gives me an error that its not a class.
  6. SteveCRM

    Using Listboxes

    all I really need to know is how to add items, remove items, and clear the listbox. Also, how would I get text from a certain index?
  7. SteveCRM

    clearing an array

    how do I clear an array of characters?
  8. SteveCRM

    Access Violation while loading music file

    I get an access violation for this block of code and I am not sure why! char FileName[100]; char ShortFileName[100]; char todo[200]; GetWindowText(ghWnd_File, FileName, 100); if(GetShortPathName(FileName, ShortFileName, 100) !=0) { strcat(todo, "open "); strcat(todo...

Part and Inventory Search

Back
Top