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

    cycling child windows with tab and defining the enter action C++

    I was trying to do this a long time, but with no success. my code: #include <windows.h> using namespace std; char* ClassName = "mywindowclass"; HWND hMain = NULL; HWND hChild1 = NULL; HWND hChild2= NULL; LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) {...

Part and Inventory Search

Back
Top