I did a search for this, and couldn't find anything so I thought I'd ask you guys.
So, I've got two forms. I'm making a notepad for my class, and I'm trying to change the colour - The way I'm trying to do this is like this.
I've got my main form, with my Richboxeditor and I've got a button I want the user to press to change the colour, it's going to open up my second form (frmColors) and here's how I've tried it so far, it's getting something to pop up, but it's not my form with my colours on it.
Dim frmColor As New Form
frmColor.Show()
So, I've got two forms. I'm making a notepad for my class, and I'm trying to change the colour - The way I'm trying to do this is like this.
I've got my main form, with my Richboxeditor and I've got a button I want the user to press to change the colour, it's going to open up my second form (frmColors) and here's how I've tried it so far, it's getting something to pop up, but it's not my form with my colours on it.
Dim frmColor As New Form
frmColor.Show()
Comment