摘要:
各位 兄弟们千万不要来
......
摘要:
*************************************** 演示: http://www.sqlbbs.com.cn:8080/bbs/ 下载: http://www.womenwatch-china.org/upload/mbbs4.rar *************************************** 主要特点: 简洁! vbulletin界面风格 ......
treeview上的ContextMenu问题
在treeview接点中在触发ContextMenu事件,如何读取到treeview节点上的Text
NO.1 作者: Hemee
按楼主的意思应该是这样:
TreeNode tn = treeview.GetNodeAt(treeview.PointToClient(MousePosition));
string text = tn.Text;
摘要:
以下的数据库连接程序,错在哪里啊? 发现自己查错能力好差啊,高手帮帮忙 import java.sql.*; public class dbconnection { public static connection getconnection() { connection conn = null; resultset rs; statement st; try { class.fornam......