Guest Arco Posted May 22, 2005 Posted May 22, 2005 Hi :"> How i can make child-window inside on a parent-window? And make it scrollable? Tnx.
GaryFrost Posted May 22, 2005 Posted May 22, 2005 as for the 1st part that's easy GUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] ) use extended style $WS_EX_MDICHILD as for the 2nd part, don't think that's available at this time in autoit. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jpm Posted May 22, 2005 Posted May 22, 2005 as for the 1st part that's easyGUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] )use extended style $WS_EX_MDICHILDas for the 2nd part, don't think that's available at this time in autoit.<{POST_SNAPBACK}>AutoIt just set the style you ask for. So it is available and mention in GUICreate.For the scrollable you need to create a control which is scrollable the gui by itself is not scrollable.
jpm Posted May 22, 2005 Posted May 22, 2005 as for the 1st part that's easyGUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] )use extended style $WS_EX_MDICHILDas for the 2nd part, don't think that's available at this time in autoit.<{POST_SNAPBACK}>AutoIt just set the style you ask for. So it is available and mention in GUICreate.For the scrollable you need to create a control on the child window which is scrollable. The gui by itself is not scrollable.
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