Hi Schneider,
> I would like to see the Form in the control toolbox.
Could you tell me what the "control toolbox" is?
> Why should the IDE decide what form to create.
VS has several item templates, e.g Windows Form, Inherited Form and so on.
It's we that decide what form to create by selecting the menu Project>Add
Windows Form and form template.
> I could create custome Form/Controls with different needs.
You can create a custom Form in a project but you cannot add the custom
form to the Toolbox. But for custom control you create, you can add it to
the Toolbox.
If you have any question, please feel free to let me know.
Sincerely,
Linda Liu
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
schneider - 07 Apr 2008 05:01 GMT
> Hi Schneider,
>
>> I would like to see the Form in the control toolbox.
>
> Could you tell me what the "control toolbox" is?
Toolbox where all the controls are: Scroll Bar, TextBox, ...
>> Why should the IDE decide what form to create.
>
> VS has several item templates, e.g Windows Form, Inherited Form and so on.
> It's we that decide what form to create by selecting the menu Project>Add
> Windows Form and form template.
I'm suggesting a different way.
The thought is I could build a MyForm of type Windows.Form, and it shows up
on the Toolbox.
When a user clicks on MyForm the designer shows the MyForm much like it does
now, except it's a custom form, with whatever special features I added.
>> I could create custome Form/Controls with different needs.
>
[quoted text clipped - 33 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Linda Liu[MSFT] - 09 Apr 2008 08:15 GMT
Hi Shneider,
Thank you for your quick response!
> The thought is I could build a MyForm of type Windows.Form, and it shows
up on the Toolbox.
This is not supported in VS so far.
> When a user clicks on MyForm the designer shows the MyForm much like it
does now, except it's a custom form, with whatever special features I added.
You can create the MyForm in a project as a base form. Then when you want a
form in the project that has the same special features as the MyForm as
well as some other features, you can add a form in the project derived from
the MyForm.
Hope this helps.
If you have any concern, please feel free to let me know.
Sincerely,
Linda Liu
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
This posting is provided "AS IS" with no warranties, and confers no rights.