Custom Form Skin

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
7 posts Page 1 of 1
Contributors
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Custom Form Skin
3aaBrSbeel
In this post I will show you a Custom Form Skin.

Note: THE PROJECT OR DLL FILE IS NOT MINE.
11.png
---
Requirement:
- Download the Project!

If you downloaded it. Lets start!

1. Make a New Form

2. Go to Toolbox, then, Right click on Picturebox. Now, click Choose Items.

3. Click Browse.

4. Find Skinner.dll. It's located in Form_Skin Folder> Skinner > Bin > Debug

5. Check the box beside FormSkin and press OK.

6. FormSkin will show in the ToolBox Menu.

7. Drag it on your Form.

8. To change the Form's name. Go to Properties Window then choose Form1
8.png
9. Change the Form1's Text.
" Changing the Form1's Text will change the FormSkin's Text as well.

10. Debug if your done ^.^

It will look like this.
10.png
Buh byesss!


This file is hosted off-site.
You do not have the required permissions to view the files attached to this post.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Custom Form Skin
MrAksel
That looks like a nice skin, are there any options to customize it?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Custom Form Skin
Dummy1912
not bad
but it flicker ALOT when you move the form.
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Re: Custom Form Skin
3aaBrSbeel
MrAksel wrote:
That looks like a nice skin, are there any options to customize it?
I don't think not.

The FormSkin is actually a "None" BorderStyleType. If you change it's BorderStyle, you will see the original buttons up top.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Re: Custom Form Skin
3aaBrSbeel
Dummy1912 wrote:
not bad
but it flicker ALOT when you move the form.
Yup it does. It's clearly made with pictures. And it's not perfectly sync.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Custom Form Skin
comathi
Here's the original link to the project: http://www.codeproject.com/Articles/249 ... -in-VB-Net

If I read the topic correctly, this is not an actual form, but more of a custom control that's added to the form instead of using the form itself.
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Re: Custom Form Skin
3aaBrSbeel
comathi wrote:
Here's the original link to the project: http://www.codeproject.com/Articles/249 ... -in-VB-Net

If I read the topic correctly, this is not an actual form, but more of a custom control that's added to the form instead of using the form itself.
Yup that's the one. The Form is not actually a real form. It's made only with pictures. Check the Resources file. :)
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
7 posts Page 1 of 1
Return to “Tutorials”