Jump to content

Recommended Posts

Guest rathore
Posted

is it possible (maybe by a style or exstyle) to cause the edit control to word-wrap?

i searched the help file for 'wrap' but found only this:

UDS_WRAP 0x01 Causes the position to wrap if it is incremented or decremented beyond the end or beginning of the range.

Posted

see this post for some info/example

style == 0x50200104

WS_CHILD 0x40000000

WS_VISIBLE 0x10000000

WS_VSCROLL 0x00200000

ES_LEFT 0x00000000

ES_MULTILINE 0x00000004

ES_NOHIDESEL 0x00000100

exStyle == 0x00000200

WS_EX_CLIENTEDGE 0x00000200

WS_EX_LEFT 0x00000000

WS_EX_LTRREADING 0x00000000

WS_EX_RIGHTSCROLLBAR 0x00000000

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Guest rathore
Posted

sorry for my late reply (the topic notification is moody i guess).

thanx cyberslug, your answer is to the point and exact, it did the job.

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
  • Recently Browsing   0 members

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