How to make a window an active window(focussed window)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
ravi_reddy_007
Posts: 3
Joined: Wed Jul 27, 2005 11:00 pm

How to make a window an active window(focussed window)

Post by ravi_reddy_007 »

On windows operating system How can we make a window an active window (focussed window) using c/c++ programming.
I tried using SetForegroundWindow() but it is not working.
AllowSetForegroundWindow() will work on Windows XP?

Any how please give me an idea regaurding this.
Phibred
Member
Member
Posts: 31
Joined: Sun Jun 26, 2005 11:00 pm
Location: Toronto, Ontario, Canada
Contact:

Re: How to make a window an active window(focussed window)

Post by Phibred »

I have an idea, why not ask some one on MSDN. This form is for people who develop their own Operating Systems.
It will come from the ashes of the old era.
-- James Vaughan
Post Reply