关于菜单(50分)

  • 主题发起人 主题发起人 无痕
  • 开始时间 开始时间

无痕

Unregistered / Unconfirmed
GUEST, unregistred user!
为什么下面的函数不能用<br>for i := 0 to GetMenuItemCount(PopupMenu2.Handle) - 1 do<br>CheckMenuItem(PopupMenu2.Handle,0,MF_BYPOSITION or MF_Checked);<br><br>但是这个能用<br>hSysMenu := GetSystemMenu(Form1.Handle,False);<br>for i := 0 to GetMenuItemCount(hSysMenu) - 1 do<br>CheckMenuItem(hSysMenu,i,MF_BYPOSITION or MF_Checked);
 

Similar threads

S
回复
0
查看
911
SUNSTONE的Delphi笔记
S
S
回复
0
查看
888
SUNSTONE的Delphi笔记
S
I
回复
0
查看
752
import
I
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
916
SUNSTONE的Delphi笔记
S
后退
顶部