P
Paul
I'm new to .net windows forms but know vc++ mfc and MVC
(model-view-controller) very well.
Just getting started I find it surprising I can't generate custom event
handlers via a wizard in the class view in the vs.net ide. You have to
code your own events and delegates stubs by hand. And there is
no way I am going to use unmanaged win32 SendMessage code in my app if I
can avoid it.
Eventually (like in a day folks) I want to have a model class that will
allow views to register for events. Are there any articles or samples on
MVC for .net forms that you know of? Thanks..
(model-view-controller) very well.
Just getting started I find it surprising I can't generate custom event
handlers via a wizard in the class view in the vs.net ide. You have to
code your own events and delegates stubs by hand. And there is
no way I am going to use unmanaged win32 SendMessage code in my app if I
can avoid it.
Eventually (like in a day folks) I want to have a model class that will
allow views to register for events. Are there any articles or samples on
MVC for .net forms that you know of? Thanks..