Reputation: 3751
I am devloping custom dilaog editor in MFC.
I want to show grid lines on MFC dilaog when I run the dilaog(on DoModal)
how this can be achived in MFC? is there any property to be set?
Upvotes: 1
Views: 660
Reputation: 46539
No. The grid is only used at design time and simply doesn't exist at run time.
You can draw some horizontal and vertical lines yourself though...
Upvotes: 1