Click here to Skip to main content
16,012,223 members
Home / Discussions / C#
   

C#

 
GeneralDataTable Pin
IamADotNetGuy21-May-04 7:26
IamADotNetGuy21-May-04 7:26 
GeneralRe: DataTable Pin
Heath Stewart21-May-04 8:53
protectorHeath Stewart21-May-04 8:53 
GeneralListView on select Pin
Adam Hable21-May-04 6:44
Adam Hable21-May-04 6:44 
GeneralRe: ListView on select Pin
Heath Stewart21-May-04 6:57
protectorHeath Stewart21-May-04 6:57 
GeneralRe: ListView on select Pin
Adam Hable21-May-04 9:10
Adam Hable21-May-04 9:10 
GeneralRe: ListView on select Pin
Heath Stewart21-May-04 9:18
protectorHeath Stewart21-May-04 9:18 
GeneralRe: ListView on select Pin
Adam Hable21-May-04 9:21
Adam Hable21-May-04 9:21 
GeneralRe: ListView on select Pin
Heath Stewart21-May-04 9:35
protectorHeath Stewart21-May-04 9:35 
Adam Hable wrote:
I did just uninstall VS.Net 2k2 Pro and install a fresh copy of VS.Net 2k3 Ent. Architect, I doubt that has anything to do with this error but...could it?

VS.NET has nothing to do with it. It's the version of the .NET Framework that you have installed that matters, and that - even the SDK - is independent of VS.NET. Obviously 2002 will install .NET 1.0 and 2003 will install .NET 1.1.

Also, just a little CPU-time saving tip: ListViewItem.Text == ListViewItem.SubItems[0].Text

As for the problem, you've got me there. I would suggest debugging your code and examining the protected Events property of the ListView (inheritted from Component, so you may have to walk up the derivation stack in the debugger) and see if somehow there are two handlers. I don't even think that's possible, though, since even a new delegate to the same method is "referentially" equal to an existing delegate pointing to the method.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: ListView on select Pin
Adam Hable21-May-04 9:55
Adam Hable21-May-04 9:55 
GeneralRe: ListView on select Pin
Heath Stewart21-May-04 9:57
protectorHeath Stewart21-May-04 9:57 
GeneralRe: ListView on select Pin
valikac21-May-04 7:08
valikac21-May-04 7:08 
GeneralRe: ListView on select Pin
Heath Stewart21-May-04 9:20
protectorHeath Stewart21-May-04 9:20 
GeneralOne about Remoting Pin
Diego F.21-May-04 6:22
Diego F.21-May-04 6:22 
GeneralRe: One about Remoting Pin
Heath Stewart21-May-04 6:46
protectorHeath Stewart21-May-04 6:46 
GeneralRe: One about Remoting Pin
Diego F.21-May-04 7:56
Diego F.21-May-04 7:56 
GeneralRe: One about Remoting Pin
Heath Stewart21-May-04 8:48
protectorHeath Stewart21-May-04 8:48 
GeneralRe: One about Remoting Pin
Diego F.22-May-04 4:06
Diego F.22-May-04 4:06 
GeneralRe: One about Remoting Pin
Heath Stewart22-May-04 4:11
protectorHeath Stewart22-May-04 4:11 
GeneralRe: One about Remoting Pin
Diego F.24-May-04 5:42
Diego F.24-May-04 5:42 
GeneralRe: One about Remoting Pin
Heath Stewart24-May-04 5:46
protectorHeath Stewart24-May-04 5:46 
GeneralRe: One about Remoting Pin
Diego F.25-May-04 6:05
Diego F.25-May-04 6:05 
GeneralRe: One about Remoting Pin
Heath Stewart25-May-04 6:43
protectorHeath Stewart25-May-04 6:43 
GeneralRe: One about Remoting Pin
Diego F.25-May-04 21:41
Diego F.25-May-04 21:41 
GeneralRe: One about Remoting Pin
Heath Stewart26-May-04 3:12
protectorHeath Stewart26-May-04 3:12 
GeneralRe: One about Remoting Pin
Diego F.26-May-04 5:20
Diego F.26-May-04 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.