|
-
May 6th, 2000, 01:52 AM
#1
Thread Starter
Lively Member
Will sombody create a picture box control with transperency options? Or if there is one already help me!!
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 02:17 AM
#2
transcendental analytic
I think it's easier to just use bitblt to draw transparent pictures
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.
-
May 6th, 2000, 02:40 AM
#3
Thread Starter
Lively Member
I asked for a control!!!
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 02:51 AM
#4
transcendental analytic
Just wait a ten minutes, i have one for you
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.
-
May 6th, 2000, 02:59 AM
#5
Thread Starter
Lively Member
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 03:49 AM
#6
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.
-
May 6th, 2000, 04:17 AM
#7
Thread Starter
Lively Member
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 07:35 AM
#8
transcendental analytic
Put a control on your form and set a picture in it (which have a color that is "transparent" then change the maskcolor property to that color, usually pink or something that you don't use. Then the control will cut the regions, even in designtime
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.
-
May 6th, 2000, 07:40 AM
#9
Thread Starter
Lively Member
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 07:55 AM
#10
transcendental analytic
Where did you got stuck? It work's fine on my comp
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.
-
May 6th, 2000, 08:00 AM
#11
Thread Starter
Lively Member
I fill everything in on the properties but it doesnt make the images RGB 0,255,0 transparent
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 08:10 AM
#12
transcendental analytic
Are you sure that you have anything totally green in your picture?
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.
-
May 6th, 2000, 08:23 AM
#13
Thread Starter
Lively Member
Frankie Weindel
VB 6 Learning Edtion SP3
-
May 6th, 2000, 08:35 AM
#14
transcendental analytic
hmmm, try something else, other colors and pictures maybe?
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.
-
Jun 1st, 2000, 02:45 AM
#15
Member
Originally posted by kedaman
I think it's easier to just use bitblt to draw transparent pictures
How can you user bitblt to to draw transparent pictures.
-
Jun 1st, 2000, 03:31 AM
#16
transcendental analytic
You must either generate a mask of the maskcolor of a picture in black and white or make it psp or photoshop, and then draw the picture with vbSrcPaint and vbSrcAnd
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
|