Re: Single line RichEdit
- Posted by Isaac Raway <isaac-topica at blueapples.org> Mar 04, 2004
- 601 views
Gotcha. Yes, this is perfect. Thank you. Derek Parnell wrote: > >> -----Original Message----- >> From: Isaac Raway [mailto:isaac-topica at blueapples.org] >> Sent: Thursday, 4 March 2004 3:27 PM >> To: EUforum at topica.com >> Subject: Re: Single line RichEdit >> >> >> it gave me this: >> >> Error code 461 >> Failed to acquire a hWnd when creating a control. >> >> Win32Lib v0.59.1 08-June-2003 >> > > Okay, that must be new to the the next release. It is just a > combination of ... > > constant WS_CLIPPINGCHILD = WS_CHILD + WS_CLIPSIBLINGS > > The reason you got a failure with just WS_CLIPCHILDREN is that you > need to specify WS_CHILD if your control has a parent. >