#MFC Programming# Using Dialog To Set A Correlate Menu
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了#MFC Programming# Using Dialog To Set A Correlate Menu相关的知识,希望对你有一定的参考价值。
This blog will show how to display a menu we designed in a dialog.
1.Insert a new dialog& a new menu in resourse view.
dialog:
menu:
2.Set their IDs that you can remember after which fill the menu blank in dialog properties view with the ID of your menu:
3. Display of result:
Delmore Zhu
2017-10-28
10:59:26
以上是关于#MFC Programming# Using Dialog To Set A Correlate Menu的主要内容,如果未能解决你的问题,请参考以下文章
Rod cutting - Using Dynamic Programming
Rod cutting - Using Dynamic Programming
[RxJS] Reactive Programming - Using cached network data with RxJS -- withLatestFrom()
Serial Port Programming using Win32 API(转载)
Aspect Oriented Programming using Interceptors within Castle Windsor and ABP Framework AOP
[Algorithms] Using Dynamic Programming to Solve longest common subsequence problem