|
|
|
Click here to copy the following block | public class Form1 : Form {
private const int CS_DROPSHADOW = 0x00020000;
public Form1() { InitializeComponent(); }
protected override CreateParams CreateParams { get { CreateParams p = base.CreateParams; p.ClassStyle |= CS_DROPSHADOW; return p; } } } |
|
|
|
Submitted By :
Ritesh Tijoriwala
(Member Since : 6/13/2004 1:49:49 AM)
|
|
|
Job Description :
job - Eat Computers, Drink Computers , Sleep Computers...
hobby - read, Cricket, tennis... |
View all (2) submissions by this author
(Birth Date : 10/10/1980 ) |
|
|