Results 1 to 7 of 7

Thread: make a form look like some image

  1. #1

    Thread Starter
    Member boiler's Avatar
    Join Date
    May 2001
    Posts
    39

    Arrow make a form look like some image

    I want to make the form would look like a image.

  2. #2
    Matthew Gates
    Guest

    Question

    Code:
    Me.Picture = LoadPicture("C:\MyPic.bmp")

  3. #3

    Thread Starter
    Member boiler's Avatar
    Join Date
    May 2001
    Posts
    39

    Talking 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

  4. #4
    Matthew Gates
    Guest
    Oh, sorry. You may want to search http://www.planet-source-code.com for your answer.

  5. #5
    Megatron
    Guest
    Use a lot of images for each control. E.g: imgBtn would be a button, imgBack can be the background etc.

  6. #6
    New Member
    Join Date
    May 2001
    Posts
    3
    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.

  7. #7
    anoop007
    Guest
    For skins try www.vbaccelerator.com

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