For intrested people: I didn't got GetScrollBarInfo working, but I found a solution to know if the Access window scrollbars are visible or not. You find it here:
http://www.vbforums.com/showthread.php?p=4101744&posted=1#post4101744
so, strongm, that means you are confirming my code?
I have doubts about the value of the
Global Const OBJID_CLIENT As Long = &HFFFFFFFC
Global Const OBJID_HSCROLL As Long = &HFFFFFFFA
Global Const OBJID_VSCROLL As Long = &HFFFFFFFB constants.
I found that in C++ examples, but I don't know the...
Hi all,
Somebody has a running example of GetScrollBarInfo API ? With my code, I get no results and a dll error 87.
I'm trying to know if the scrollbars (in my case, the horizontal scrollbar) are showed in the main access window. I use GetScrollBarInfo. There are 2 days I'm, searching info...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.