|
-
Apr 17th, 2001, 01:52 PM
#1
Thread Starter
New Member
how do u make an image with an irregular border (or at least no background) ?
-
Apr 18th, 2001, 02:17 AM
#2
Fanatic Member
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)
-
Apr 18th, 2001, 05:25 AM
#3
transcendental analytic
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.
-
Apr 18th, 2001, 07:44 AM
#4
Fanatic Member
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)
-
Apr 18th, 2001, 09:14 AM
#5
transcendental analytic
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.
-
Apr 18th, 2001, 07:35 PM
#6
Thread Starter
New Member
heh... see there's one small problem- I don't know how to make transparent GIF 's !
-
Apr 19th, 2001, 01:37 AM
#7
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|