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 DevilCommander

  1. DevilCommander

    pointer help

    I been working with a dll wrapper and this function: void Console(char *pcCommand) //Used to print to console, just like in-game { //post: writes pcCommand to Console HWND MConsole = FindWindow(0, "Console"); EnumChildWindows(MConsole, EnumChildSendCommandProc,(LPARAM)pcCommand); } My...

Part and Inventory Search

Back
Top