R
Rich
I created a user control in C# in VS2005 under Windows Control Library. It
was a blinking label. It contained a label and a timer and some timer code.
I then wanted to create the same type of user control in VS2008 (C#). I
selected WPF user control library as my project type. I could not find a
timer control in the toolbox in the VS2008 project. So instead I just opened
up the VS2005 project in VS2008 and let VS2008 convert the project to the
VS2008 format. This happened without any errors/problems.
Question: What type of project did VS2008 convert my VS2005 user control
to? I wanted to do it from scratch so I would know how to do it.
Thanks,
Rich
was a blinking label. It contained a label and a timer and some timer code.
I then wanted to create the same type of user control in VS2008 (C#). I
selected WPF user control library as my project type. I could not find a
timer control in the toolbox in the VS2008 project. So instead I just opened
up the VS2005 project in VS2008 and let VS2008 convert the project to the
VS2008 format. This happened without any errors/problems.
Question: What type of project did VS2008 convert my VS2005 user control
to? I wanted to do it from scratch so I would know how to do it.
Thanks,
Rich