Results 1 to 2 of 2

Thread: Customizing The Background for MDIForm

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    77

    Customizing The Background for MDIForm

    Other then changing the background of the MDI form using the "Properties - Picture" to select the background picture, is there a way to do it through coding ??

    If there is, can i know what is the code that i can use to do that ???

    Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421
    VB Code:
    1. MDIForm1.Picture = LoadPicture("C:\MyPicture.bmp")

    That should work.
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

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