|
-
Nov 24th, 2003, 03:17 PM
#1
Thread Starter
Lively Member
form drop-shadow
IS there a way to implement a drop-shadow on a mdi chid form ??
-
Nov 24th, 2003, 09:41 PM
#2
I wonder how many charact
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.
-
Nov 25th, 2003, 08:22 AM
#3
Thread Starter
Lively Member
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.
-
Nov 25th, 2003, 01:28 PM
#4
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|