CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2001
    Posts
    3

    Extra Button in the ControlBox

    Hi!
    I need to put an extra button on the top of the main form application, on the caption. Perhaps you've seen the extra button on the top of GetRigth's download dialog box, I want some like that for my app.
    Do you know any windows API I can use?

    Thanx in advance,



  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Extra Button in the ControlBox

    Here is an example on PLanet-Source-Code.com/vb
    '
    '
    http://www.planet-source-code.com/xq...s/ShowCode.htm

    John G

  3. #3
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Extra Button in the ControlBox

    Great example

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  4. #4
    Join Date
    Sep 2001
    Posts
    3

    Re: Extra Button in the ControlBox

    Thank you for your help.

    Hjagar


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured