Jump to content

Recommended Posts

Guest Arco
Posted

Hi :">

How i can make child-window inside on a parent-window? And make it scrollable?

Tnx.

Posted

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.

 

Posted

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.

Posted

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.

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
×
×
  • Create New...