Chapter 4 Lab Exercises Workspaces and Smart Parts

  1. Generate a new SCSF project, or use the one from your previous example. Examine the workspaces present in the project.

  2. Add a presenter and view to your project. In your controller, add the view to either of the workspaces that the project contains. Observe its behavior.

  3. Add a label and a button to your view class. Add a click event for the button and a string property for the label to your view's interface. Connect them to your presenter.

  4. Make your view support the ISmartPartInfoProvider interface, providing the ISmartPartInfo object to the workspace.

  5. Add another view and presenter. Convert a DeckWorkspace to a TabWorkspace. Create several tabs programmatically and place an instance of this new view ...

Get Programming Microsoft® Composite UI Application Block and Smart Client Software Factory now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.