hi all
i need to get the handle off an app...
i try with FindWindow but... nothing
can someone help??
bye
5k3l3t0r
i need to get the handle off an app...
i try with FindWindow but... nothing
can someone help??
bye
5k3l3t0r
FindWindow should work if you know the exact Title of the Window. Also you could try using EnumWindows and loop through all existing windows until you find the one you're looking for.
Here is a simple example using FindWindow and FindWindowEx