Click to See Complete Forum and Search --> : making a skin
sai
May 8th, 2001, 01:02 AM
can any body give pointers to how to build my own skins for an application in VB or VC ......please suggest sites if possible ....:confused:
plenderj
May 8th, 2001, 02:31 AM
Skins, to change the appearance of the application, or skins to wrap around a 3d model ?
PsychoMark
May 8th, 2001, 08:54 AM
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...
sai
May 8th, 2001, 11:11 PM
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.....
PsychoMark
May 9th, 2001, 01:29 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.