|
-
Mar 11th, 2002, 04:14 PM
#1
Thread Starter
Frenzied Member
Drawing a rectangle
Apparently everyone I give my programs to say my logo doesn't match the background color of the window (it does on mine)...so I guess they just have different settings. Is there a way to draw a rectangle the color I want over the background so no matter the settngs it will blend?
-
Mar 11th, 2002, 04:18 PM
#2
transcendental analytic
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.
-
Mar 11th, 2002, 04:22 PM
#3
Thread Starter
Frenzied Member
Many thanks ked
-
Mar 12th, 2002, 10:09 AM
#4
I think there is a transparent color in icons, but I don't know how to get it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 12th, 2002, 10:14 AM
#5
transcendental analytic
I think a mask bitmap is stored along with the icon, if i remember correct. The drawing would then perform in two steps, and-blit the mask and then or-blit the icon
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.
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
|