You must Sign In to post a response.
Category: Windows 8
#767134
Hi Anusha Chitneni.
First of all you select c# project in visual studio and select windows forms application template .
Then a form should come then click on tool box where you can find all controls in it.
WIth out form no controls will be shown.
if still not solved let me know.
Sridhar Thota.
Editor: DNS Forum.
First of all you select c# project in visual studio and select windows forms application template .
Then a form should come then click on tool box where you can find all controls in it.
WIth out form no controls will be shown.
if still not solved let me know.
Sridhar Thota.
Editor: DNS Forum.
#767135
Thank you.. cleared my problem... thanks to the forum...
#767137
You are welcome , If you have any doubts do posting in forum.
Solved, hence closing the thread.
Sridhar Thota.
Editor: DNS Forum.
Solved, hence closing the thread.
Sridhar Thota.
Editor: DNS Forum.
#767139
Hi,
If the application is in debugger mode the toolbox controls are not visible, first stop the debugger then you can able to view the toolbox controls in the list.
--------------------------------------------------------------------------------
Give respect to your work, Instead of trying to impress your boss.
N@veen
Blog : http://naveens-dotnet.blogspot.in/
If the application is in debugger mode the toolbox controls are not visible, first stop the debugger then you can able to view the toolbox controls in the list.
--------------------------------------------------------------------------------
Give respect to your work, Instead of trying to impress your boss.
N@veen
Blog : http://naveens-dotnet.blogspot.in/
#767329
Hi,
Yes when you debug your application, i.e when application is running, tool box dont displays controls to add in the form. You should stop debugging your application if you have to add controls in your form.
Regards,
SonyShiva
Never lose hope..You never know what tomorrow will bring
Yes when you debug your application, i.e when application is running, tool box dont displays controls to add in the form. You should stop debugging your application if you have to add controls in your form.
Regards,
SonyShiva
Never lose hope..You never know what tomorrow will bring
Return to Return to Discussion Forum