B
Benny Raymond
I've seen both used... FromHwnd can be called like this
FromHwnd(this.Handle). FromHdc needs a call to
User32.GetWindowDC(this.Handle) - so my assumption is that FromHwnd is
better because it's less calls, but what's really the case?
FromHwnd(this.Handle). FromHdc needs a call to
User32.GetWindowDC(this.Handle) - so my assumption is that FromHwnd is
better because it's less calls, but what's really the case?