Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello Developers,
i m new to C# programming.
i stared a new project in winforms with >net Framework 4.7.2.
i want to add ButtonX on a usercontrol/Form in design mode. but when i drag & Drop control to form it appears down area, where timer, backgroundworker etc appears.
i added reference to that control libraries but faild.
.
i dont know what is the logic behind this issue.
please help me.

What I have tried:

Screenshot[^]
Posted
Updated 6-Feb-20 21:21pm

1 solution

You are going to have to look at the definition of "ButtonX" - it's not a standard WinForms control (that would be "Button") so it's quite possible that it's not being recognised as a valid control.

Start with "what is this derived from?" and work from there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900