使用DDE使应用程序可以添加新的程序组
2010-05-25 20:36:57 来源:WEB开发网核心提示:5.使用Class Wizard给CPMGROUPApp添加一个ExitInstance函数,输入下列代码:int CPMGROOPApp::ExitInstance(){// TODO: Add your specialized code here and/or call the base classDdeUnini
5.使用Class Wizard给CPMGROUPApp添加一个ExitInstance函数,输入下列代码:
int CPMGROOPApp::ExitInstance()
{
// TODO: Add your specialized code here and/or call the base class
DdeUninitialize(dwDDEInst);
return CWinApp::ExitInstance();
}
6.按F5运行,分别输入组名、标名、文件名,按确定看看。
7.当然我们也可用其它命令字对程序组进行其它操作:
[ShowGroup(My Group,1)]
显示并激活名为My Group的组窗口
[DeleteGroup(My Group)]
删除名为My Group的组
[ReloadGroup(My Group)]
去除并重新装载名为My Group的组
[Additem(HELLO.EXE,HELLO)]
为HELLO.EXE创建图标,标记为HELLO
[ReplaceItem(HELLO)]
为名为HELLO的条目去除图标,并在这里插入下一条目
[DeleteItem(HELLO)]
删除名为HELLO的条目
[ExitProgMan(1)]
退出程序管理器,并存贮信息(0不存)
更多精彩
赞助商链接