如何在vb mshflexgrid控件显示的数据库中提取一个鼠标选中的表格里的内容?
2个回答
展开全部
楼上回答很对
第一种方法:
text1.text=mshflexgrid.TextMatrix(row, col)
row表示悔念:行号
col表示:列号敏虚
第二种方法:
mshflexgrid.row= lRow
mshflexgrid.col=lCol
text1.text=mshflexgrid.text '左右两边对调碧拿困就是赋值。
lRow表示:行号
lCol表示:列号
第一种方法:
text1.text=mshflexgrid.TextMatrix(row, col)
row表示悔念:行号
col表示:列号敏虚
第二种方法:
mshflexgrid.row= lRow
mshflexgrid.col=lCol
text1.text=mshflexgrid.text '左右两边对调碧拿困就是赋值。
lRow表示:行号
lCol表示:列号
追问
我想用鼠标控制row跟col,也就是说我鼠标点到哪里text就显示那个单元格里的内容,怎么弄?谢谢
展开全部
text1.text=mshflexgrid.TextMatrix(row, col)
row表示:行号银亮帆
col表示键悉:锋雹列号
row表示:行号银亮帆
col表示键悉:锋雹列号
追问
我想用鼠标控制row跟col,也就是说我鼠标点到哪里text就显示那个单元格里的内容,怎么弄?谢谢
追答
Private Sub mshflexgrid_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
If Button = 1 Then
Text1.Text = mshflexgrid.TextMatrix(mshflexgrid.Row, mshflexgrid.Col)
End If
End Sub
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询