src在一个Dlg中添加多个RadioGroup的方法

时间:2014-03-02 06:35:50
【文件属性】:
文件名称:src在一个Dlg中添加多个RadioGroup的方法
文件大小:28KB
文件格式:RAR
更新时间:2014-03-02 06:35:50
add 多个 radio button group vs6 + winxpSp3 简单的实现:降低了工作量. 在一个Dialog中添加多个RadioButton Group的方法: 对于每个RadioGroup的组都分别设置如下: IDC_Group_x, Properties>>General: Group(不选) Tab stop(选择) 这个Group内的IDC_RADIO_x1~IDC_RADIO_xn, 保证IDC_RADIO_x1~IDC_RADIO_xn在Resource.h中的 ID序号是连续的. IDC_RADIO_x1: Properties>>General: Group(选择) Tab stop(不选), IDC_RADIO_x2~IDC_RADIO_xn: Properties>>General: Group(不选) Tab stop(不选), 调整Tab Control(CTRL + D), 使每组RadioButton都是连续的TabID.
【文件预览】:
在一个Dlg中添加多个RadioGroup的方法
----res()
--------testDlg.ico(1KB)
--------testDlg.rc2(399B)
----testDlg.aps(37KB)
----testDlg.ncb(57KB)
----testDlg.rc(7KB)
----testDlgDlg.h(1KB)
----testDlg.h(1KB)
----testDlg.dsw(537B)
----testDlg.dsp(4KB)
----testDlg.opt(53KB)
----StdAfx.cpp(209B)
----resource.h(2KB)
----testDlg.plg(2KB)
----StdAfx.h(1KB)
----testDlgDlg.cpp(5KB)
----testDlg.clw(2KB)
----testDlg.cpp(2KB)
----ReadMe.txt(466B)

网友评论

  • 很有用,程序写的蛮好的。