Solution:
Just copy and paste this code snippet In your .cs code .
protected override CreateParams CreateParams
{
get
CreateParams cp = base.CreateParams;
const Int32 CS_NOCLOSE = 0x200;
cp.ClassStyle = CS_NOCLOSE;
return cp;
}
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: