1. SetForegroundWindow()
Hi all,
I've been trying to use this api to bring a window that I create to
the front of the others. In the win32api file, it says that if it
fails, it return 0 and it's returning 0, but I don't know why, because
I pass my app's handle number and that's all I should pass to it...
Any with a solution or explanation to this?
TIA,
Guillermo BonvehĂ
3. Re: SetForegroundWindow()
Howdy Guillermo!
> Hi all,
> I've been trying to use this api to bring a window that I create to
> the front of the others. In the win32api file, it says that if it
> fails, it return 0 and it's returning 0, but I don't know why, because
> I pass my app's handle number and that's all I should pass to it...
> Any with a solution or explanation to this?
Take a look at moveZOrder() in win32lib.ew, if you're using that. Otherwise
send me the code and I might be able to offer further suggestions.
Travis Beaty
Claude, Texas.