Re: Re Win32lib questions
- Posted by Brian Broker <bkb at CNW.COM> Aug 25, 2000
- 455 views
On Fri, 25 Aug 2000 17:43:56 -0400, wolfgang fritz wrote: >> I just tested my SetWindowLong to remove ES_AUTOHSCROLL from an EditText, >> but it didn't seem to work. The control still scrolls. Does anyone know >if >> there's something that needs to be called to update this sort of thing? > >Why not just use: > integer i > i=sendMessage(Sle1,EM_LIMITTEXT,55,0) -- max 55 char. using EM_LIMITTEXT. > >I guess no-one has used my 'tuts', so maybe I should just scrap-em . >Wolf Wolf, Don't give up on the tutorials. There is a lot of good info there... Some of it was a little dated last time I checked but it's still good info. I know it can be a pain keeping that sort of thing up to date, especially when you've put so much into some of the lessons, just to have that work become somewhat obsolete with Win32Lib updates... But there are still some good advanced Windows programming techniques demonstrated. The tutorial just needs a little more exposure (and periodic updates will keep it on the top of the recent contributions page). -- Brian