sconley Posted March 10, 2005 Posted March 10, 2005 I'm just starting to use the GUI features in AutoIt3, so this question may have an obvious answer that I don't see. I've created a GUI Window using the $WS_VSCROLL style Bitor'd with $GUI_SS_DEFAULT_GUI. I get a vertical scroll bar, but it won't scroll. I have controls that are below the bottom border of the GUI that I can't get to. What am I missing?
CyberSlug Posted March 10, 2005 Posted March 10, 2005 See http://www.autoitscript.com/forum/index.ph...wtopic=8923&hl=But it seems it should be possible with the Win32 GetScrollInfo functionhttp://weblogs.asp.net/oldnewthing/archive.../10/129068.aspx Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
jpm Posted March 10, 2005 Posted March 10, 2005 See http://www.autoitscript.com/forum/index.ph...wtopic=8923&hl=But it seems it should be possible with the Win32 GetScrollInfo functionhttp://weblogs.asp.net/oldnewthing/archive.../10/129068.aspx<{POST_SNAPBACK}>As I understand Window API, it is not possible the control has to be designed for scrolling. Edit controls are.But the GuiCreate is not creating a control as such.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now