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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lGOOODl

  1. lGOOODl

    Counter Strike Server Info

    Hey there I'm creating a program there gets info from a cs server... to get the main info i use: ÿÿÿÿinfostring but how can i then get playeer info and other Thx GOOOD
  2. lGOOODl

    File Function .... no MFC

    That would be a noob salution ... I would like to delete some bytes from the end of a file !
  3. lGOOODl

    File Function .... no MFC

    Hi, I was hoping some of you great guy/girls would help me. =) How can I remove some text from the end of a file (whit fstream ?) Thx GOOOD
  4. lGOOODl

    Windows Active

    Hi, How can I detect if my window is active or not .... whitout MFC ... Thx GOOOD
  5. lGOOODl

    Balloon style

    Hi, How can I create a Balloon styled tooltip ? Whitout using MFC! Thanks GOOOD
  6. lGOOODl

    array of strings

    Hi try: char *words[3] = {"word1", "word2","word3"}; i havent tested it but it should word ! =)
  7. lGOOODl

    CPU Name

    That only gives me my logon name ... not the name of the cpu !
  8. lGOOODl

    CPU Name

    Hi, Is there someon who knows how to get the name of the cpu ? Thx. GOOOD
  9. lGOOODl

    CPU Speed

    How can i get the speed of my cpu ? Thx GOOOD
  10. lGOOODl

    Need Help...Program Folder

    Thanks, this was just was I was looking for!!!
  11. lGOOODl

    Very Simple C++ Question (no MFC)

    Is'nt there another way to do this, because this only shows were the program is opened from.
  12. lGOOODl

    Need Help...Program Folder

    Is'nt there a nother way then using direct ???
  13. lGOOODl

    how do I check to see if user entered a string when integers are asked

    You could probaly use. char string[3] = "123"; bool number1; bool number2; bool number3; if(string[0] = '0' || string[0] = '1' || string[0] = '2' || string[0] = '3' || string[0] = '4' || string[0] = '5' || string[0] = '6' || string[0] = '7' || string[0] = '8' || string[0] =...
  14. lGOOODl

    Very Simple C++ Question (no MFC)

    Hi, How can I get the path were my program execute file i placed? Thanks ..:::GOOOD:::..
  15. lGOOODl

    Change a Listbox BG Color?? (no MFC)

    Hi, I'm have a little problem, I find difficult to solve. SO i was hoping that you great guy's or girls would help me. I'm totaly lost!!! How can i change the backgroung color on a listbox??? Please Help Me ..:::GOOOD:::..

Part and Inventory Search

Back
Top