CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: form effects

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    form effects



    Does anyone know how apps such as yamp and neoplanet implement the "skin" look?

    By skin I mean making the titlebar and window have a customized look to it.

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: form effects



    Hi


    There are plenty of ways to customize your application in this way. There are code samples on this site for creating 'odd' shaped windows. As for changing the appearance of the Title Bar - you either do away with it altogether and create your own control to mimic it's functionality, or subclass the painting of the title bar to add your own effects.


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com/vb

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