搜索资源列表
3jixialacaidan
- 参考有关资料,编了这个三级联动下拉表单的源代码,二级和四级联动下拉表单可以在此基础上简单改一下就行了。这个代码由于使用“-”作为分隔符,所以数据库中不能有“-”,如果一定要有“-”,可以把源代码改一下就行了。 -refer to the relevant information, provision of this linkage three drop-down form of source code, two and four drop-down interaction can form
vb69
- quickreport中自动换行代码如下: procedure AddSpace(var s:string i:integer) 运行文件中的示例代码,需要您的计算机中的操作系统为Microsoft公司的Windows 95/98, Windows NT 4.0, Windows Me或 Windows 2000,软件需要为VB 6.0及以上的版本-QuickReport automatically for the following lines of code : procedur
CoolMenu
- 很漂亮的菜单.. 在要使用此类菜单的头文件中加入成员变量(此例中使用:m_mnu), 注意要包括头文件:#include \"MyCoolMenu.h\",在要使用此类菜 单的初始化函数中 (如OnInitDialog):输入下行代码: m_mnu.AttachMenu(GetMenu()->GetSafeHmenu(),IDR_TOOLBAR1,CSize(16,15)) 如果不使用图标,则第一个参数为-1就行了。 最重要的就是在程序中要用窗口的OnDraw