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
Printable View
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
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.