Split spin in two buttons

  • Thread starter Thread starter Ghost
  • Start date Start date
G

Ghost

Hi all I hope in an answer that could help me about my problem.

I'm creating a GUI in Visual C++ .NET and I'd like to split the "Spin
Control" in two buttons, has someone some ideas to do this?

The normal spin control
 
I don't think there exists a simple way. Because control draws those
buttons, and I don't think you can intervent that default behavior.
Theoretically, I can suggest you to try to use owner drawing. The best
is, I think, rolling-your-own split-spin control. I don't think it is
hard to implement.

Ismail
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top