Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 70,585 times

Contents

Related Categories

Skinning (BitBlt Introduction) - Introduction

Smile005

Introduction

Do you like the look of those fancy apps like Winamp or Media Player? The ones with stylish interfaces, lots of special effects and generally look downright cool? Is your new killer app dying for a makeover? If the answer is yes then you need to skin your app. Skinning your app can go from easy to dreadfully difficult depending on how far you want to distance your app from normal windows controls.

You might think as a VB developer, VB isn't powerfull enough to run an app and skin it at the same time, but with the help of the API it can. To begin with we're going to make a form that gets cover with a 'skin' onto which you could add buttons, while this isn't the perfect kinning method it's a start and a nice introduction to the GDI (Graphics Device Interface) API.

Apart from my school work I put most of my effort into running my joke site, I'd like to think that it makes someone smile each day. For about 1/2 a year I've been programming more and more in server side languages such as PHP and ASP, this is the partly the reason why I haven't continued any skinning articles. With my half migration to the open source software world (i.e. Linux) I've been forced to spend less time programming in Visual Basic, hopefully I will go back to doing most of my programming in VB soon.

Comments

  • Re: Skinnable VB.NET Form

    Posted by Scotty01 on 07 Feb 2007

    umm.... how do i fix the obstruction problem? help wanted fom any1

  • Skinnable VB.NET Form

    Posted by arizona2005 on 10 Feb 2006


    thanks for the great material you posted but unfortunatelly for me
    it all is in VB6. Can you show me a VB.NET example for this problem

    thanks

  • sample

    Posted by acnetonline on 16 Nov 2005

    there's a sample code in vb.net on this website that changes text to html. maybe you can use it?

  • Posted by DeviousAsti on 17 Jun 2005


    You can use a simple random XOR shift to do the 'encrypting'... as you probably know XOR of XOR gives original, so you can use the same for encoding/decoding provided the shift key is right. If you ...

  • how to encrypt picture using visual basic

    Posted by Sindu on 17 May 2005

    how to encrypt picture files using visual basic so that only certain people who know the password can see the picture