08-02-13, 01:49 AM
PHP كود :
Protected Overrides ReadOnly Property CreateParams() As CreateParams
Get
Dim cp As CreateParams = MyBase.CreateParams
Const CS_DBLCLKS As Int32 = &H8
Const CS_NOCLOSE As Int32 = &H200
cp.ClassStyle = CS_DBLCLKS Or CS_NOCLOSE
Return cp
End Get
End Property
ضع هذا الكود فى التصريحات وستجد ان زر الاغلاق قد تم الغاء الخروج منه
تقبل تحياتى وبالتوفيق
