1. SetForegroundWindow()
- Posted by pampeano at ROCKETMAIL.COM Jun 14, 2001
- 381 views
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Ă
2. Re: SetForegroundWindow()
- Posted by "Thomas Parslow (PatRat)" <patrat at rat-software.com> Jun 15, 2001
- 388 views
3. Re: SetForegroundWindow()
- Posted by Travis Beaty <travisbeaty at arn.net> Jun 15, 2001
- 375 views
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.