Hi all,
I am developing a tool for my game project, and I want to have the "find" feature. When Ctrl + F is pushed I want to create a new window.
(I don't want to have a dialog, I would like to implement the find feature with a window and a embedded dialog inside, VS 2008 style)
The window is a member variable in my class, m_FindWindow and this is my OnCreate method
Whatever::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
...

Find content
Male