Results 1 to 2 of 2

Thread: Watermark effect on window

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    1

    Question

    Looking for codes that can make an application to have a watermark effect. I would like to put a window frame onto the background of an application like ms excel. This window have an image, buttons and other controls. The user of the application could type over the window.

    Can anyone please help me?

  2. #2
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553

    Wink

    Set AutoRedraw to true.
    Apply the background.
    Set AutoRedraw to False.
    After Form_Activate(), you can put text on the screen with the simple Print statement.
    When you execute the Cls statement, all text disappears, but the background remains the same.
    To clear the background, use LoadPicture().

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