C
C#17mo ago
PhilipPanda

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
PhilipPanda
PhilipPandaOP17mo ago
No description
PhilipPanda
PhilipPandaOP17mo ago
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 McCheese17mo ago
You can try right clicking the toolbox and selecting "reset toolbox" ( or something like that )
PhilipPanda
PhilipPandaOP17mo ago
i did that
Mayor McCheese
Mayor McCheese17mo ago
If you remove the search do you see any tools?
PhilipPanda
PhilipPandaOP17mo ago
yes
Mayor McCheese
Mayor McCheese17mo ago
Did you add the nuget package he mentioned?
PhilipPanda
PhilipPandaOP17mo ago
yes
Mayor McCheese
Mayor McCheese17mo ago
Can you double check it added?
PhilipPanda
PhilipPandaOP17mo ago
yes also the version added are correct
Mayor McCheese
Mayor McCheese17mo ago
Sometimes nugets fail to install for various reasons
PhilipPanda
PhilipPandaOP17mo ago
but the navigation abr seems to be a windows form
Mayor McCheese
Mayor McCheese17mo ago
Oh, dunno
PhilipPanda
PhilipPandaOP17mo ago
its fine i rpelaced it
Mayor McCheese
Mayor McCheese17mo ago
I don't see the navigation bar in windows.forms
PhilipPanda
PhilipPandaOP17mo ago
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 McCheese17mo ago
What is the build error
PhilipPanda
PhilipPandaOP17mo ago
fixed it so sorry for your time
Mayor McCheese
Mayor McCheese17mo ago
Np Just fair warning it's a 2 year old tutorial, such things tend to tech-rot
PhilipPanda
PhilipPandaOP17mo ago
alrigtk thx @🧨 New Years Mayor McCheese 🧨 can you help me out with a quick thing
PhilipPanda
PhilipPandaOP17mo ago
PhilipPanda
PhilipPandaOP17mo ago
so i cant seem to move around the window aswell as my title isnt changing just says application title
Mayor McCheese
Mayor McCheese17mo ago
I can check it out in the morning I'm not near a computer

Did you find this page helpful?