Click to See Complete Forum and Search --> : Help: "pin-up" and "pin-down" in a VC++ dialog...


siyu
May 25th, 1999, 04:56 PM
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

paulus
May 25th, 1999, 08:11 PM
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.