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.
word-wrap
Started by
Guest_rathore_*
, Jul 11 2004 01:50 AM
2 replies to this topic
#1
Guest_rathore_*
Posted 11 July 2004 - 01:50 AM
#2
Posted 11 July 2004 - 02:40 AM
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
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!
#3
Guest_rathore_*
Posted 14 July 2004 - 12:30 PM
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.
thanx cyberslug, your answer is to the point and exact, it did the job.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



