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 wOOdy-Soft 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 JeepJson

  1. JeepJson

    Getting the CWnd from a dll

    What is the function to get the CWnd in a dll, of the app that is using the dll, instead of going this route: HWND hWnd = FindWindow(NULL, "My Prog") CWnd* pWnd = pWnd->GetFromHandle(hWnd); Where as that is the code in the dll to get the CWnd of the app that is using the dll...
  2. JeepJson

    Making my app Topmost in a callback

    I am new to C++, I don't know how to create Dll's yet :) But thanks for the reply, I did get it to work finally. Thanks anyway! Jason
  3. JeepJson

    Making my app Topmost in a callback

    Ok, here's the deal. I am making a dialog based app. I have a hook setup when you press F12 while using another app and it brings up a callback function that is a global. In the callback function I want to have it set my app to the Top-most window. here is what I have tried... What am I doing...

Part and Inventory Search

Back
Top