hwnd

  • Thread starter Thread starter Allen Browne
  • Start date Start date
A

Allen Browne

This is not straightforward in Access.

My understanding is that, unlike pure VB, controls in Access don't have a
hwnd. They are not windows: they are nothing but pictures (graphical
representations of the data) on the screen. Only the control that has focus
is a real window.
 
Hello all

how can i get the name of a control from its hwnd, i have a function with
control hwnd parameter so how can i get the name of this control from its
hwnd

thanks
 
Only certain Access form control's expose a permanent hWnd. What exactly are
you trying to accomplish? Can you post the code for the function you need to
call?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top