SmartPhone 2003 - Hi - Is it possible to build -

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

a CompactFrame work class library - which inherits from a User Control ( that we can )
but also that it is vieable for design time intervention ?
I tried some mischiefs - none of them worked,
I saw System.Component...Design class that can help ,
but if you had already done that - it would be really great.

my goal is to write a UserControl kind of Class-Library which enables the developer to move stuff around it the same way the Regular Frame work does.
the Platform is SmartPhone2003...

Thank You.
(e-mail address removed)
 
I don't believe that this is officially supported by VS .NET 2003. However,
I think there are some things you can do to get some semblance of visual
inheritance (I think that is what this is called). .NET Compact Framework
Programming with C# (or the VB .NET version of the book), by Paul Yao and
David Durant, discusses this. My copy's at home, so I can't give you the
exact page references.

Here's the link:
http://www.amazon.com/exec/obidos/t...103-2375713-7380638?v=glance&s=books&n=507846
 
Back
Top