This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / VC#菜鸟问题请教。在VC++里面有event wizard协助给一个控件添加相关事件的代码。在VC#里面类似的功能在哪里?我找遍了所有菜单项也没找到。按理说应该是个很常用的东西才对。多谢。
-forex(痛苦中,快乐中);
2003-12-17
{151}
(#1519744@0)
-
这个问题搞定了。再问个新问题。ListView.SelectedIndexCollection.Item Property 在文档中明明是存在的,但程序编译的时候就是说没有item这个属性。我用它是要找出listview里当前被selected的item。请高人指点。
-forex(痛苦中,快乐中);
2003-12-18
(#1520320@0)
-
like thisListView.SelectedIndexCollection a = listView1.SelectedIndices;
selected Items of listView1 are
listView1.Items[a[0]]
listView1.Items[a[1]]
..................
listView1.Items[a[a.Count - 1]]
-guestagain(guest again);
2003-12-18
{199}
(#1520369@0)
-
感谢高人。我搞清了自己的问题所在。我误把item[0]写成了item(0)。
-forex(痛苦中,快乐中);
2003-12-18
(#1520378@0)
-
新问题。请进。
-forex(痛苦中,快乐中);
2003-12-20
{521}
(#1524054@0)
-
把你的code帖全一点,就这两句还得猜,估计是没有建OleDbConnection。
-guestagain(guest again);
2003-12-20
(#1524141@0)
-
请教:什么是VC#? 你想说的是.NET的C#?
-newmanor(游园惊梦);
2003-12-20
(#1524130@0)