"Forrest" wrote:
>
> UÂżytkownik "Joachim" <(E-Mail Removed)> napisaÂł w
> wiadomoÂści news:E65A3ADE-160A-44E1-9163-(E-Mail Removed)...
> > I'm trying to figure out how to make a SmartPart visible on my screen
> > through
> > a SmartPartPlaceHolder. I have the following code (I don't have so much
> > understanding of CAB yet so there might be a few things wrong here and
> > there
> > - I hope you can help and correct me):
> >
> > //------ CABTest2 project -------------
> >
> > //Program.cs
> > using System;
> >
> > namespace CABTest2
> > {
> > static class Program
> ....
> ....
> ....
>
> Please try this link
>
> http://msdn.microsoft.com//msdnmag/i...s/default.aspx
Not much that helped me there, except for
"Views can be displayed by using SmartPartPlaceHolder classes or through
what CAB calls a workspace. These are simply layout containers used to
display your views in a given arrangement. If you have ever worked with the
Java abstract windows toolkit (AWT), you should be familiar with this
concept."
> Sorry, but your code is terible.
Thanks, that was encouraging and informative.
> Regards
> Forrest
>
Joachim