Results 1 to 4 of 4

Thread: Kedaman Please Read!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Lindenwold, NJ, USA
    Posts
    67
    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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Lindenwold, NJ, USA
    Posts
    67

    Cool Well?

    Well?
    Frankie Weindel
    VB 6 Learning Edtion SP3

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Lindenwold, NJ, USA
    Posts
    67
    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
  •  



Click Here to Expand Forum to Full Width