Re: Treeview w/Edit-Labels

new topic     » goto parent     » topic index » view thread      » older message » newer message

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
>
>
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu