Results 1 to 4 of 4

Thread: form drop-shadow

  1. #1

    Thread Starter
    Lively Member Edilson's Avatar
    Join Date
    Aug 2000
    Location
    Orlando
    Posts
    81

    form drop-shadow

    IS there a way to implement a drop-shadow on a mdi chid form ??

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    You would have to add code to the paint event of the child to update it's region to include a graphics path where you can draw the shadow. You should be able to accomplish that by adding a handler to its paint event.

    I have code at work, that I'll pass along tomorrow if no one answers this by then.

  3. #3

    Thread Starter
    Lively Member Edilson's Avatar
    Join Date
    Aug 2000
    Location
    Orlando
    Posts
    81
    I've tried to draw a retangle using Color.FromArgb(50, 0, 0, 0)
    , but the controls on the form keep showing on top of the retangle.

    this is for a help form, it should appear on top of another form.
    considering this is a mdi enviromment.

  4. #4

    Thread Starter
    Lively Member Edilson's Avatar
    Join Date
    Aug 2000
    Location
    Orlando
    Posts
    81
    Anyone ????????

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