|
-
May 8th, 2001, 01:02 AM
#1
Thread Starter
New Member
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 ....
-
May 8th, 2001, 02:31 AM
#2
Retired VBF Adm1nistrator
Skins, to change the appearance of the application, or skins to wrap around a 3d model ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 8th, 2001, 08:54 AM
#3
Fanatic Member
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)
-
May 8th, 2001, 11:11 PM
#4
Thread Starter
New Member
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.....
-
May 9th, 2001, 01:29 AM
#5
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|