Emulator PocketPC 2002 : API32 GetFocus return null

  • Thread starter Thread starter Richard Dutrulle
  • Start date Start date
R

Richard Dutrulle

Hello,
On emulator (Pocket PC 2002), with C# VS 2003, a call to Api32 GetFocus()
return null?
Does anybody have an idea?
Thank
Richard Dutrulle.
 
Are you saying that GetFocus() does not return the handle of the control
with focus when that control is in your application? Whether this is in the
emulator or not, GetFocus() will not return the handle if it's in another
application. Maybe you should tell us *why* you want to call GetFocus(), as
you may not need it at all to get the job done...

Paul T.
 
Back
Top