|
-
Jun 30th, 2000, 10:26 PM
#1
Thread Starter
Lively Member
I actually got your Transparent Picture Box Control to work but I cant find a way to load a picture into it while in runtime.
Frankie Weindel
VB 6 Learning Edtion SP3
-
Jun 30th, 2000, 11:01 PM
#2
Thread Starter
Lively Member
Well?
Frankie Weindel
VB 6 Learning Edtion SP3
-
Jun 30th, 2000, 11:51 PM
#3
transcendental analytic
Well don't scream that much when you post, ok?
it's as simple as you do with a normal picturebox
Code:
Set KedaTransparent1.Picture = LoadPicture("C:\path\file.bmp")
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 30th, 2000, 11:54 PM
#4
Thread Starter
Lively Member
Sorry I forgot the "Set" on Set KedaTransparent1.Picture = LoadPicture("C:\path\file.bmp")
Frankie Weindel
VB 6 Learning Edtion SP3
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
|