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

    How to create a scaling ruler, please help

    I want to add a horizontal ruler and vertical one within my frame, when I draw some graphics. I am not sure of whether it can be
    implemented by derived a class from CToolBar. Some friends show any ideas or codes are very appreciated.


  2. #2
    Join Date
    May 1999
    Posts
    8

    Re: How to create a scaling ruler, please help

    See the wordpad sample(ruler.h, ruler.cpp and etc.).
    You can find it in VC++ samples(mfc\ole\wordpad).

    Good luck to you.


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