1. IDE editText characteristics?
- Posted by "sixs" <sixs at ida.net> Dec 05, 2003
- 542 views
Hello, I was wondering about options in IDE that are available in win32lib. I can restrict to numers, but was wondering about range of numbers and if I can easily use this " WS_EX_CLIENTEDGE " part of editText. jvandal
2. IDE editText characteristics?
- Posted by "Judith" <camping at txcyber.com> Dec 05, 2003
- 520 views
>Hello, >I was wondering about options in IDE that are available in win32lib. I >can restrict to numers, but was wondering about range of numbers and if >I can easily use this " WS_EX_CLIENTEDGE " part of editText. >jvandal IDE does not test range of numbers. You can use any extended style that is valid for a control in the field Ex Style. IDE does not provide a selection mechanism to pick the constant. I tested entering WS_EX_CLIENTEDGE in Ex Style but do not see any difference in how the edit box appears however. --judith