|
-
May 28th, 2001, 08:34 PM
#1
Thread Starter
Member
make a form look like some image
I want to make the form would look like a image.
-
May 28th, 2001, 08:50 PM
#2
Code:
Me.Picture = LoadPicture("C:\MyPic.bmp")
-
May 28th, 2001, 09:01 PM
#3
Thread Starter
Member
picture
i know how to do that,
What i want to do is
make it likea skin, for example like oyu have skinz for winamp, you can chage they way it looks by using different images
-
May 28th, 2001, 09:34 PM
#4
Oh, sorry. You may want to search http://www.planet-source-code.com for your answer.
-
May 29th, 2001, 02:41 PM
#5
Use a lot of images for each control. E.g: imgBtn would be a button, imgBack can be the background etc.
-
May 30th, 2001, 02:56 AM
#6
New Member
you could change the borderstyle proprty to 0 (None)
and load the picture.
Use the click/mousedown/mouseup events to simulate a click.
If you want to make the forms diffrent shapes you chould read this.
MizardX
Last edited by MizardX; May 30th, 2001 at 03:03 AM.
-
May 30th, 2001, 09:33 AM
#7
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
|