There are several smart client samples out there that can get you going
pretty quickly. The references I list below are sample smart client
applications released by Microsoft (or their partners) The samples (in
order) are called: TaskVision, IssueVision and FotoVision. TaskVision
and IssueVision are samples for building WinForms based smart clients.
FotoVision is the only one of the three that has a smart client
implmentation targeting the compact framework. If you are building a
WinForms smart client, I would start with TaskVision and then goto
IssueVision. Once you understand these two, you will be able to easily
implement a smart client. If you have to build a compact framework
smart client, then go directly to FotoVision.
Here are the links:
http://www.windowsforms.net/Applicat...=20&tabindex=8
http://www.windowsforms.net/Applicat...=40&tabindex=8
http://msdn.microsoft.com/smartclien...n/default.aspx
sayed