How can I have design time support for my custom user controls in Visual Studio 2008?

前端 未结 2 1446
逝去的感伤
逝去的感伤 2021-01-01 05:52

I\'m an creating a custom user control for .NET Compact Framework and I want to keep design time support.

I\'d like to think in Visual Studio 2008 that this is not t

相关标签:
2条回答
  • 2021-01-01 06:12

    There is a sample you can download here that shows how to incorporate a WYSIWYG design-time experience.

    Also there is annother tutorial here. Look at the section on the "Designer".

    Hope this helps

    0 讨论(0)
  • 2021-01-01 06:14

    Creating and Migrating Smart Device Custom Controls by Using Visual Studio 2005

    I liked this one better, and it looks like VS 2008 works the same way as VS 2005. There is a download as well at the bottom of the page.

    0 讨论(0)
提交回复
热议问题