NavigationMenu missing form toolbox

hello im wathcing this tutorial where a guy tells me to put a navigation menu in the windows form howevr i dont see it there
No description
23 Replies
TempleTerry[x64]
Kim Too
YouTube
How to make a modern code editor IDE (VS code inspired) - C# Tutorial
⬇️ Download Bunifu UI Framework https://kimtoo.net/bunifu . Join Kimtoo Academy to access unlimited the source code from this Channel: https://kimtooflex.gumroad.com/l/kimtoo-academy . 🔽 Get Bunifu Ui Framework (20% Discount code 'kimtoo') https://bunifuframework.com/checkout?edd_action=add_to_cart&download_id=25428&discount=kimtoo&ref...
Mayor McCheese
Mayor McCheese6mo ago
You can try right clicking the toolbox and selecting "reset toolbox" ( or something like that )
TempleTerry[x64]
i did that
Mayor McCheese
Mayor McCheese6mo ago
If you remove the search do you see any tools?
TempleTerry[x64]
yes
Mayor McCheese
Mayor McCheese6mo ago
Did you add the nuget package he mentioned?
TempleTerry[x64]
yes
Mayor McCheese
Mayor McCheese6mo ago
Can you double check it added?
TempleTerry[x64]
yes also the version added are correct
Mayor McCheese
Mayor McCheese6mo ago
Sometimes nugets fail to install for various reasons
TempleTerry[x64]
but the navigation abr seems to be a windows form
Mayor McCheese
Mayor McCheese6mo ago
Oh, dunno
TempleTerry[x64]
its fine i rpelaced it
Mayor McCheese
Mayor McCheese6mo ago
I don't see the navigation bar in windows.forms
TempleTerry[x64]
with three view either way when i try to run it says build errors but theres like zero code
using Bunifu.Utils;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace C__IDE
{
public partial class Form1 : BunifuForm
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void menuStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e)
{

}
}
}
using Bunifu.Utils;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace C__IDE
{
public partial class Form1 : BunifuForm
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void menuStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e)
{

}
}
}
Mayor McCheese
Mayor McCheese6mo ago
What is the build error
TempleTerry[x64]
fixed it so sorry for your time
Mayor McCheese
Mayor McCheese6mo ago
Np Just fair warning it's a 2 year old tutorial, such things tend to tech-rot
TempleTerry[x64]
alrigtk thx @🧨 New Years Mayor McCheese 🧨 can you help me out with a quick thing
TempleTerry[x64]
so i cant seem to move around the window aswell as my title isnt changing just says application title
Mayor McCheese
Mayor McCheese6mo ago
I can check it out in the morning I'm not near a computer