Results 1 to 7 of 7

Thread: another simple question...

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    11
    how do u make an image with an irregular border (or at least no background) ?

  2. #2
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    Depends on what you're going to use it for, if it's just for an image on a form or something, use the Image control instead of a Picturebox and load a transparant GIF into it...
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    or transparent icon if you need 24 bit colors
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    Well, I had this weirdest thing with icons. I created an 128x128 16m color icon (which is possible btw, Axialis AX-Icons can handle them well), and loaded it into a picturebox. It would display perfectly on my own system, but some other systems had problems with the icon somehow. A GIF or even a Bitmap worked perfectly...
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    hmm you might be right, i made a 60x60 icon with microangelo, and it worked fine on my comp, but i haven't tried others. i'll check it out.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    11
    heh... see there's one small problem- I don't know how to make transparent GIF 's !

  7. #7
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    I normally use Animation Shop, but there are a lot of programs available at download sites...
    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