R
Richard Lewis Haggard
I have a form. The form owns a listview control and an object that is acting
as a remoting server. I'd like to display information as it is received by
the server in the listview control that is owned by the server object's
owning form. I know how I'd do this in VC++6 and MFC but I'm trying very
hard to keep with the accepted C#.NET practices.What are the C#.NET standard
methods to do this?
===========
"I just got a new car for my wife. Wish I could make a trade like that every
day." --Henny Youngman.
Richard Lewis Haggard
as a remoting server. I'd like to display information as it is received by
the server in the listview control that is owned by the server object's
owning form. I know how I'd do this in VC++6 and MFC but I'm trying very
hard to keep with the accepted C#.NET practices.What are the C#.NET standard
methods to do this?
===========
"I just got a new car for my wife. Wish I could make a trade like that every
day." --Henny Youngman.
Richard Lewis Haggard