Hi eXtreme,
For winform books, I'd recommend Chris Cells's
#Windows Forms Programming in C#
http://www.amazon.com/exec/obidos/tg/detail/-/0321116208/102-9824083-4872945
?v=glance
Also, there're many good tech articles in MSDN
#Windows Forms Programming in C#
http://msdn.microsoft.com/library/en-us/dnanchor/html/WinFormsAnchor.asp?fra
me=true
In addition, as for the
===============
how to reference objects not in the current form?
===============
you mentioned, I think it depends on the objects/data's role and
functionality in your app. Is it usefule and accessiable from all the forms
in your app? If it's a global data, I think you can consider Nick 's
suggestion on using a singleton class which hold the goblal object
references so that we can Access those objects/datas from any form or
class's code. Since your scenario is winform(clientside app) , we don't
need to worry too much about cocurrecy issues.
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)