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.
Printable View
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.
See the wordpad sample(ruler.h, ruler.cpp and etc.).
You can find it in VC++ samples(mfc\ole\wordpad).
Good luck to you.