Results 1 to 8 of 8

Thread: [RESOLVED] custom skin for vb.net help.......

Hybrid View

  1. #1

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Resolved [RESOLVED] custom skin for vb.net help.......

    I was thinking of making a custom skin for my application.
    I looked into Aero like application like this one.

    But wait a problem it will not work on XP
    So my question is do you know were i can get free and good looking GUI.
    Or can i make the aero work some how on XP.
    Any ideas will help.
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: custom skin for vb.net help.......

    MiniTech made one that is supposed to work in XP, though I haven't tried it. It is in the CodeBank.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: custom skin for vb.net help.......

    Do you know any skins i can use.
    Thank you in advance
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  4. #4

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: custom skin for vb.net help.......

    Please any ideas....
    I spent 5 hours on google
    Tried word Ribbons but could not get them to work.
    And all the ones that i found are in C# which i do not like.
    Does someone know any ribbons controls in vb.net.

    I found this but it is in VB6 which i do not have.
    What should i do now
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: custom skin for vb.net help.......

    Ribbon controls are "in C#" or "in VB.NET". Pretty much the entire .NET Framework is written in C# but that doesn't stop you using it, does it? .NET is .NET. You can use libraries written in any .NET language in any .NET project.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: custom skin for vb.net help.......

    Thank you for the reply jmcilhinney

    When i download http://www.codeplex.com/Ribbon

    and open the System.Windows.Forms.Ribbon {.} Microsoft Visual Studio Solution (.sln) file

    i get this in the solution explorer


    I also added the System.Windows.Forms.Ribbon.dll to the project
    jmcilhinney do you know what the problem is?

    Thank you in advance
    Attached Images Attached Images  
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: custom skin for vb.net help.......

    I would guess that you're opening a solution that contains C# projects in VB Express. In that case you won't be able to view the demo app unless you use C# Express or VS, but that doesn't mean that you can't reference the DLL containing the Ribbon itself and use it in your own VB projects. Like I said, that's basically what you are doing now with the .NET Framework: referencing DLLs that were originally written in C#.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  8. #8

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: custom skin for vb.net help.......

    Thank you so much jmcilhinney i finally found out how this Works.
    You are a Programming GOD
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

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