Win 10 VS C# Empty Toolbox ?

vmars316 621 Reputation points
2020-09-27T16:19:52.923+00:00

Hello & Thanks ;

Starting my 1st C# project , CefBrowser ,
But cant get populated Toolbox to appear .
How can I fix this ?

Thanks for your Help...

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,869 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Castorix31 83,101 Reputation points
    2020-09-27T17:51:55.953+00:00

    A Form in Design mode must be selected so that the Toolbox is filled

    Like this => Toolbox

    0 comments No comments

  2. vmars316 621 Reputation points
    2020-09-29T19:35:21.607+00:00

    Thanks Castorix31;
    Yes , I am doing that;
    Still Toolbox is empty
    if I click on the Toolbox arrow down
    it shows the text of Controls I have already used .
    But no Toolbox Icon list .
    ?


  3. Daniel Zhang-MSFT 9,621 Reputation points
    2020-09-30T02:57:39.797+00:00

    Hi Vernon Marsden,
    This can also happen if you switch into design mode but the application is still running.
    So you need to chack if your application is running. If so, please stop it.
    If not, please refer to more methods in these threads.
    Visual Studio Tool box is Empty
    visual studio toolbox is empty/greyed out
    Best Regards,
    Daniel Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments