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

别等时光非礼了梦想. 提交于 2019-12-18 13:38:02

问题


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 the crazy almost impossible task it once used to be.

And I'm hoping there is a simple tutorial somewhere that will show me, it is a snap.

Any chance?


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/923570/how-can-i-have-design-time-support-for-my-custom-user-controls-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!