G
Guest
Hi,
I'm trying to find a window handle using FindWindowEx. I get an error
undecalred identifier if I use FindWindowEx() and not a member of global
namespace if I use ::FindWindowEx()... Even though FindWindow() works
perfectly well.
I have imported <windows.h> but being quite new to C++ I can't find a
solution, can anyone help me?
I'm trying to find a window handle using FindWindowEx. I get an error
undecalred identifier if I use FindWindowEx() and not a member of global
namespace if I use ::FindWindowEx()... Even though FindWindow() works
perfectly well.
I have imported <windows.h> but being quite new to C++ I can't find a
solution, can anyone help me?