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.
Printable View
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.
Well?
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")
Sorry I forgot the "Set" on Set KedaTransparent1.Picture = LoadPicture("C:\path\file.bmp")