Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Windows Forms Drop Shadow

Total Hit ( 16104)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


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 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.