How can I maintain development time for my custom controls in Visual Studio 2008?

I am creating a user control for the .NET Compact Framework and I want to keep development time support.

I would like to think in Visual Studio 2008 that this is not the crazy, almost impossible task that it once was.

And I hope that somewhere there is a simple tutorial that will show me this is simple.

Is there any chance?

+3
source share
2 answers

Create and migrate custom smart device elements using Visual Studio 2005

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

+1
source

Here you can download here , which shows how to enable WYSIWYG development time.

There is also a textbook annotation here . See the "Designer" section.

Hope this helps

+2
source

Source: https://habr.com/ru/post/1304797/


All Articles