Results 1 to 5 of 5

Thread: making a skin

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    5

    making a skin

    can any body give pointers to how to build my own skins for an application in VB or VC ......please suggest sites if possible ....

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Skins, to change the appearance of the application, or skins to wrap around a 3d model ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    http://www.vbaccelerator.com/codelib/gfx/skin.htm

    Not always easy to implement, but once up and running, it will skin a VB form including the menus...
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    5

    i mean skin to change the appearence of the client window

    i ment skin to change the appearence of the client window (and not to skin 3d )..........................
    the "vbaccelerator" page was very useful but it called for use of their library functions i was looking for an implementation from the ground up.....

  5. #5
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    Well, you could set BorderStyle to None, and skin it yourself. The easiest way would be to just use pictureboxes or imageboxes and load the skin into them, or you could use BitBlt to draw the skin onto the form (never used the first method, I like the API more than a picturebox ), but it's not really that hard to accomplish.
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

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