So before I go to my problem I have some things to point out.
-They are in the same Form
-Regular Buttons work
-This is being activated on the press of a button
So my error is 'ToolStripButton' does not contain a definition for 'Show' and no extension method 'Show' accepting a first arguement of type 'ToolStripButton' could be found (are you missing a using directive or assembly reference)
Then again I am really nooby at C# and I am probably missing a c# using system thing but I have no idea what. here are all my usings
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;
using System.Text.RegularExpressions;
using System.IO;
ok and finally here is a gyazo of my error https://gyazo.com/bc25c1c9430c46a24bbf4066ad5d1c62 Thanks all appreciated don't hate I am starting off with c# training !!! PS. I tried to make my tags as specific as possible, don't hate on that either please :P