C
C#13mo ago
StarGecko

✅ Toolbox option not visible in visual studio 2023 while using winforms.

So, I was trying to make a winforms project and I got to the step where I am supposed to Add Controls to the form. The tutorial I am following has a neat little Toolbox panel for the Control (in the first picture) Mine looks like the 2nd picture. What did I do wrong and how do I fix it?
6 Replies
StarGecko
StarGecko13mo ago
Buddy
Buddy13mo ago
Buddy
Buddy13mo ago
Eh Just click it and pin it
StarGecko
StarGecko13mo ago
i cant seem to be able to do that. There is nothing there. I am clicking everywhere in that vicinity Although there used to be a "Data Management" option like the Toolbox in the first picture and I closed it and there is nothing there now
TheBoxyBear
TheBoxyBear13mo ago
Go to the View menu you can reopen any window/tab
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ event handler not being triggeredI'm having difficulty making this event works, can someone more experienced point me what im doing ❔ Is it possible to create a augment reality system in windows form in visual studio.I have looked on stack overflow and other resources to try to find out if it is possible to make a a❔ I want to only have hours, minutes, secs, on my count up for my music:here code: ```c private async Task UpdateSongPositionAndDuration(string accessToken) { ❔ I wrote a program that calculates the shortest path to move fridge to a certain place but its slowI wrote a program that calculates the shortest path to move fridge to a certain place but the runtim❔ Razor pages - Filtering data (shown in table) by some random filtersAs mentioned in title, I am showing some data in table, and I need some filters, like `serialNumberWpf RichTextBox stylingGuys any idea how to disable automatic styling in WPF richtextbox For example i have toggle button ❔ Just beginning the stuffI found that c# is what I need basically, because I can do a lot of funny stuff with it. I need to kThis project is not supported in C# Dev Kit.I've problem when load my project in vscode. i want to change code from Microsoft Visual Studio to VQueryParameter .NET MAUIthe query parameter Id is not being set correctly in my viewmodel .when using breakpoints I am able ❔ Making charts in .net core mvcI want to create a linechart showing daily income and expense transactions. I have created in my BLL