CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Mar 2011
    Posts
    4

    Angry [HELP] How to skin .NET Applications?

    I have a big problem:

    I can't find a way to SKIN my Form Apps in Microsoft Visual C++ 2008 Express Edition, because it MUST FREE!!!
    And I don't find FREE libs/.NET Assemblies to skin my application. I WON'T BUY EXPENSIVE EXTENSIONS TO SKIN MY APPS!!!!!!

  2. #2
    Join Date
    Jan 2010
    Posts
    1,133

    Re: [HELP] How to skin .NET Applications?

    Uhm... what?

    What is your question? What exactly do you mean by "skin"? (I know what it means, what I'm asking is: what requirements do you need to meet?) Do you want to write the code yourself, or you're just looking for a pre-made free solution?

  3. #3
    Join Date
    Mar 2011
    Posts
    4

    Re: [HELP] How to skin .NET Applications?

    i'm looking for a pre-made solution, like SkinCrafter, or DevExpress, etc.
    but it MUST FREE!

  4. #4
    Join Date
    Jul 2002
    Posts
    2,543

    Re: [HELP] How to skin .NET Applications?

    I don't know about skin, BUT HOW DID YOU MANAGE TO MAKE THIS POST WITH POST COUNTER 0??????
    Last edited by Alex F; March 16th, 2011 at 02:38 AM.

  5. #5
    Join Date
    Mar 2011
    Posts
    4

    Re: [HELP] How to skin .NET Applications?

    Quote Originally Posted by Alex F View Post
    BUT HOW DID YOU MANAGE TO MAKE THIS POST WITH POST COUNTER 0??????
    ?? i don't know ??

  6. #6
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: [HELP] How to skin .NET Applications?

    Quote Originally Posted by Alex F View Post
    [...] HOW DID YOU MANAGE TO MAKE THIS POST WITH POST COUNTER 0??????
    I see that every once in a while but only have a vague idea of what might cause it. Maybe it's worth a post in the Feedback section... ... maybe not.

    EDIT: Oh, I just saw that TheGreatCthulhu already did post about that in Feedback: http://www.codeguru.com/forum/showthread.php?t=510072. Thanks.
    Last edited by Eri523; March 16th, 2011 at 08:16 PM.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  7. #7
    Join Date
    Jan 2010
    Posts
    1,133

    Re: [HELP] How to skin .NET Applications?

    This is C++/CLI forum, we count from 0 here, dammit!

    LOL

  8. #8
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Cool Re: [HELP] How to skin .NET Applications?

    Quote Originally Posted by TheGreatCthulhu View Post
    This is C++/CLI forum, we count from 0 here, dammit!
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  9. #9
    Join Date
    Mar 2011
    Posts
    4

    Re: [HELP] How to skin .NET Applications?

    ---------------------------
    after some SPAM, pls come back to topic
    ---------------------------

    i'm searching for a pre-made solution to skin my .NET apps made in C++/CLI

    i can't find 100% NO DEMO DLLs that can skin my apps

    SkinCrafter is awesome, but it coast 400$
    i tried it, and my form apps looks awesome with Skins.

    and now I searching for a free DLL for .NET, that is SkinCrafter-like, or not
    I only want apply a skin file to my apps! not more...

    any way, because i cannot find working cracks for all the Skinning stuff in find!
    and btw i won't have cracked software in my apps.

  10. #10
    Join Date
    Jan 2010
    Posts
    1,133

    Re: [HELP] How to skin .NET Applications?

    Quote Originally Posted by SoftHacker View Post
    ---------------------------
    after some SPAM, pls come back to topic
    ---------------------------
    Sry...

    Are you trying to skin windows forms?

    I've been able to find some open source solutions - but I never used any of them so I can't warrant their quality.

    The simplest one is not really for skinning, but I should take a look:
    CodePlex: Drawing Custom Borders in Windows Forms

    This one seems to be more alike to what you're looking for:
    SharpSkin Library

    Also, I found this - it's not free (nor open source), but it costs less than SkinCrafter, and it looks pretty decent (USD$129):
    SkinFeature

  11. #11
    Join Date
    Mar 2011
    Posts
    4

    Talking Re: [HELP] How to skin .NET Applications?

    Quote Originally Posted by TheGreatCthulhu View Post
    Sry...

    Are you trying to skin windows forms?

    I've been able to find some open source solutions - but I never used any of them so I can't warrant their quality.

    The simplest one is not really for skinning, but I should take a look:
    CodePlex: Drawing Custom Borders in Windows Forms

    This one seems to be more alike to what you're looking for:
    SharpSkin Library

    Also, I found this - it's not free (nor open source), but it costs less than SkinCrafter, and it looks pretty decent (USD$129):
    SkinFeature
    thank for the help
    i'm trying to get SharpSkin working for me now

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured