CSHARPWINDOWSFORM Telegram 221
يمكنك اضافة العدد الذي تريد من الاختصارات داخل الدالة
تابع المثال التالي قمنا باضافة اختصار اخر ويقوم بعمليه اخرى غير طباعة رسالة


protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
{
if (keyData == (Keys.Control | Keys.F))
{
MessageBox.Show("What the Ctrl+F?");
return true;
}

if (keyData == ( Keys.B))
{
this.BackColor = Color.Red;

return true;
}
return base.ProcessCmdKey(ref msg, keyData);
}


عند الضغط على الزر B في الكيبورد يتم تغيير لون الخلفية للفورم



tgoop.com/CsharpWindowsForm/221
Create:
Last Update:

يمكنك اضافة العدد الذي تريد من الاختصارات داخل الدالة
تابع المثال التالي قمنا باضافة اختصار اخر ويقوم بعمليه اخرى غير طباعة رسالة


protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
{
if (keyData == (Keys.Control | Keys.F))
{
MessageBox.Show("What the Ctrl+F?");
return true;
}

if (keyData == ( Keys.B))
{
this.BackColor = Color.Red;

return true;
}
return base.ProcessCmdKey(ref msg, keyData);
}


عند الضغط على الزر B في الكيبورد يتم تغيير لون الخلفية للفورم

BY برمجة تطبيقات الويندوز C# Programming


Share with your friend now:
tgoop.com/CsharpWindowsForm/221

View MORE
Open in Telegram


Telegram News

Date: |

Developing social channels based on exchanging a single message isn’t exactly new, of course. Back in 2014, the “Yo” app was launched with the sole purpose of enabling users to send each other the greeting “Yo.” To upload a logo, click the Menu icon and select “Manage Channel.” In a new window, hit the Camera icon. Telegram users themselves will be able to flag and report potentially false content. The Standard Channel 6How to manage your Telegram channel?
from us


Telegram برمجة تطبيقات الويندوز C# Programming
FROM American