Re: Single line RichEdit
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 04, 2004
- 618 views
> -----Original Message----- > From: Isaac Raway [mailto:isaac-topica at blueapples.org] > 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. -- Derek -- cheers, Derek Parnell