Jump to content

How the heck do i get a VScroll on an edit control


Drifter
 Share

Recommended Posts

I have a line that goes like this:

$edit = GUICtrlCreateEdit("",20,40,560,460,BitOr($ES_MULTILINE,$ES_WANTRETURN,$ES_AUTOVSCROLL))

The help file says that $WS_VSCROLL, $ES_AUTOVSCROLL are part of the default configuration. However, when I add $WS_VSCROLL to my BitOr, SCiTE complains that the variable doesn't exist! Why?

$ES_AUTOVSCROLL is all i really need but having a vscroll would be really helpful and honestly something anyone should expect in my application. Any help is well appreciated. ;)

PS: i did

#include <EditConstants.au3>
Edited by Drifter
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...