摘要:
#include <string> using namespace std; class cstring : public string { private: enum{float_max_len = 30}; public: cstring(); cstring(const string& sdata):string(sdata){}; cstring(co......
摘要:
vb里,我要实现和asp里server.mappath一样的功能,先进有一位大虾教我用vb里的app.path来实现~~~~~现在我想问~~~~~我的代码如下: dim abc as new vb.app conn.open "xxxxxxxxxxxxxxxxxx" & abc.path(xxxx.mdb) 为什么会提示错误,上面的那一条提示无效调用new,删了......
treeview问题
页面设置背景图案background后,treeview底色为白色,设不成透明
如果只设置背景颜色backcolor,treeview就可透明显示,
请大家帮帮忙
NO.1 作者: itmouse
GZ!
NO.2 作者: m800803
gz!!
摘要:
怎么把combobox中的text赋值给字符串指针
......