Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i implement this? #25

Closed
LiamKenyon opened this issue Mar 13, 2014 · 2 comments
Closed

How do i implement this? #25

LiamKenyon opened this issue Mar 13, 2014 · 2 comments

Comments

@LiamKenyon
Copy link

OK, simple and stupid question i know.

I have the package installed on my project, i have all the options in my toolbox.

What i want to know is how to i change the existing form from standard to metro style?

I'm using VB 2013 Express.

@gofal
Copy link

gofal commented Mar 13, 2014

I think it is not possible to do this in designer.
In the solution-explorer you will find a designer-file for every form. eg if your form is called UIMainForm, then you will find UIMainForm.vb as well as UIMainForm.Designer.vb and UIMainForm.resx.
You have to open the UIMainForm.Designer.vb file and there you see the partial class with the interitance. ( partial class UIMainForm inherits System.Windows.Forms.Form ). Change this to partial class UIMainForm inherits MetroFramework.Forms.MetroForm.

@LiamKenyon
Copy link
Author

Correct, knew it was simple, thanks very much.

Will help with update of program looks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants