CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    1

    Help: "pin-up" and "pin-down" in a VC++ dialog...

    Can anyone tell me how to implement the "pin-up" and "pin-down" functions in VC++?
    An example of this dialog is Visual Studio 6.0's "Edit->Goto" dialog, the "pin" is at the
    left-top corner...

    Thanks...

    sy


  2. #2
    Join Date
    May 1999
    Posts
    2

    Re: Help: "pin-up" and "pin-down" in a VC++ dialog...

    Hello,
    I have seen some codes using owner-drawn button
    to implement this. However, I think the best and
    coolest way is to use toolbar in the dialog. You have more control then.

    Paul.



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