请问微软的视窗界面中的菜单是如何实现的?

其中包括 右键 菜单,开始菜单, 窗口中 最上面那一层 菜单(文件、编辑、帮助。。。)
[43 byte] By [ioriwellings-八神奄] at [2008-5-26]
# 1
可视化编程工具里都有啊。
olivia2046-Startinmylife at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 2
在资源文件中建立,就是那种.rc的文件
yanwl-标准灌水马甲 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 3
记得是用C写的
Thie-荷塘月色 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 4
在RC文件中定义,很简单的。
sr388-sr388 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 5
我不要 像vb中 使用控件 与 快速生成器 生成的

我要的是 c代码 写的 底层函数 结构!
ioriwellings-八神奄 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 6
使用API函数写的,
你可以看看这个函数:
CreateMenu,以及相关的操作
combobox-流星 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 7
能不能 得到这个函数的 原码? 真的是这个函数 作的吗?那么恐怕 我们得不到源码

微软公布其源码了吗?
ioriwellings-八神奄 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 8
来人参与啊!
ioriwellings-八神奄 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 9
API函数现在不可能公布原代码
会用就行了
WINDOWS程序设计这本书上第十章有关于菜单的代码实现
不用快速生成器的
hux-孤翼 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...
# 10
谢你 上面这位兄弟 你能详细说一下 这本书的 基本资料吗? 出版社 书名 价钱 作者。。。

ioriwellings-八神奄 at 2007-10-24 > top of Msdn China Tech,PowerBuilder,控件与界面...