Re: WndProc in managed C# code
From: Alex Feinman [MVP] (public_news_at_alexfeinman.com)
Date: 08/18/04
- Next message: Alex Feinman [MVP]: "Re: SQL Err when WLAN conn is dropped and then restored. Help!"
- Previous message: Alex Feinman [MVP]: "Re: How can i load a csv file into a dataset in .Net Compact framework"
- In reply to: Eugene Mayevski: "Re: WndProc in managed C# code"
- Next in thread: Andreas Selle: "Re: WndProc in managed C# code"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Aug 2004 18:02:18 -0700
Actually the better way is by using GetCapture. I'm not aware of any side
effects of doing that (unlike SetFocus/GetFocus)
-- Alex Feinman --- Visit http://www.opennetcf.org "Eugene Mayevski" <mayevski@eldos.org> wrote in message news:u7GBwAKhEHA.592@TK2MSFTNGP11.phx.gbl... > Hello! > You wrote on Tue, 17 Aug 2004 11:13:47 -0700: > > PGT> That's right! Alex did get that to work, didn't he? Sorry, I'd > PGT> forgotten about how impressive that was... > > There's one narrow place in that solution -- HWND is obtained using > GetFocus(). While sometimes this works, this is obviously not a solution > for > every window. > Does anybody know how to get native (OS-specific) HWND from WinForms > window? > > With best regards, > Eugene Mayevski >
- Next message: Alex Feinman [MVP]: "Re: SQL Err when WLAN conn is dropped and then restored. Help!"
- Previous message: Alex Feinman [MVP]: "Re: How can i load a csv file into a dataset in .Net Compact framework"
- In reply to: Eugene Mayevski: "Re: WndProc in managed C# code"
- Next in thread: Andreas Selle: "Re: WndProc in managed C# code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|