How to make a window an active (focussed)

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 (focussed)

Post by ravi_reddy_007 »

On windows operatins 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.
seejohnrun
Posts: 6
Joined: Tue Mar 22, 2005 12:00 am

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

Post by seejohnrun »

learn to spell...
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 (focussed)

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