Jump to content

Scrollable child?


Guest Arco
 Share

Recommended Posts

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.

 

Link to comment
Share on other sites

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.

<{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.

Link to comment
Share on other sites

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.

<{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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...