|
-
Apr 19th, 2000, 04:22 PM
#1
Thread Starter
Lively Member
What is the best way to include an image control with a image that has the background blend to the form background as the image move across the screen ? The background of the form is an image.
And is there a way to have words printed on form with a large picture as background ? Somesort like a transparent label control. I can't use the print currentx and y because it will create a word which hide behind the picture.
Thx.
-
Apr 19th, 2000, 05:09 PM
#2
PowerPoster
Hm.. didn't you ask the same question at the general questions board? Please don't...
-
Apr 20th, 2000, 01:27 AM
#3
Thread Starter
Lively Member
I'm sorry gees...
But how about the other problem. Transparent image in VB.
-
Apr 21st, 2000, 11:06 PM
#4
-
Apr 23rd, 2000, 05:25 PM
#5
transcendental analytic
Label does this because it's not an wnd, draws directly on the form. You could change the region of whatever control you're using with some api calls. It will make it as transparent as clicking on the transparent section will cause click to the form.
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
|