Appending control box 
Author Message
 Appending control box

    Hello, I send this message to ask if it is possible to append a
control box in the title bar of a window. I've used an ActiveX control
that appends a control box in the title bar and that box works as a
command box. Now I want to do the same thing, anyone know how to do so?
Thank you!

--
Bruce Lai

ICQ: 13949789 (scrop)



Mon, 21 Jan 2002 03:00:00 GMT  
 Appending control box
On Thu, 05 Aug 1999 15:26:23 +0800, Bruce Lai

Quote:

>    Hello, I send this message to ask if it is possible to append a
>control box in the title bar of a window. I've used an ActiveX control
>that appends a control box in the title bar and that box works as a
>command box. Now I want to do the same thing, anyone know how to do so?
>Thank you!

Bruce,

It's possible, but far from easy. You have to catch many of the
WM_NCxxx messages sent to your Form and handle the drawing of the
button yourself. It's nothing I recommend unless you absolutely need
an extra button there.

Mattias

________________________________________________
Mattias "BeeZo" Sj?gren

http://home1.2.sbbs.se/mattias.sjogren/sw/



Mon, 21 Jan 2002 03:00:00 GMT  
 Appending control box
    Hi.

        Use a form with a control box and use subclassing to the capture
when the button is pressed.

        Once you achive this you can do everything you want.

            Ron Srebro


Quote:
>     Hello, I send this message to ask if it is possible to append a
> control box in the title bar of a window. I've used an ActiveX control
> that appends a control box in the title bar and that box works as a
> command box. Now I want to do the same thing, anyone know how to do so?
> Thank you!

> --
> Bruce Lai

> ICQ: 13949789 (scrop)



Fri, 25 Jan 2002 03:00:00 GMT  
 Appending control box

Quote:

>     Hi.

>         Use a form with a control box and use subclassing to the capture
> when the button is pressed.

>         Once you achive this you can do everything you want.

>             Ron Srebro

I can't see how subclassing a form is going to get me a year's vacation in Hawaii!

<G>



Fri, 25 Jan 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Appending control box

2. Append Query Message Box

3. append list box items to table

4. ACC97: Appending records from list box

5. list box - append selected

6. checked box appends file to current doc

7. Appending text to a memo box

8. Appending text in a text box

9. appending to a text box

10. Append only text box

11. Append to file (Rich Text Box)

12. Help: appending text in a text box

 

 
Powered by phpBB® Forum Software