简体   繁体   中英

How to show Grid Line on MFC dialog? (not in design but while running dialog)

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM