Re: Treeview w/Edit-Labels
- Posted by tone.skoda at gmx.net Jun 19, 2002
- 462 views
Hello, I made a little library to have treeviews with items which have more lines, you can get it here: http://www10.brinkster.com/tskoda/euphoria.asp#CustomTreeView I destory that default edit box and create my own in its place. Like this: if code = TVN_BEGINLABELEDIT then edit_control = sendMessage(treewnd, TVM_GETEDITCONTROL, 0, 0) Void = w32Func (xDestroyWindow, {edit_control}) ... create my own edit box or richedit or whatever ----- Original Message ----- From: <euman at bellsouth.net> To: "EUforum" <EUforum at topica.com> Sent: Thursday, June 20, 2002 1:07 AM Subject: Re: Treeview w/Edit-Labels > > Ok Derek, > > Now that I know I dont need to globalize anything in win32lib to make programs > work. I'll go on the hunt for the answer to my question. > This should be pretty easy to figure out anyway. > even still, this problem is alot easier solved if done in API... > atleast I dont have to travel around the world to party with my next door neighbor. > > Windows creates the Edit control and I retrieve the handle to this edit control > now I must process the edit control via subclassing. I dont suppose you have a > one word command for this do ya Derek? > > Euman > euman at bellsouth.net > > > >