CSHARPWINDOWSFORM Telegram 19
الخطوات

1- انشاء مشروع Windows Forms
2- قم با اضافة كلاس جديد من خيار project في الشريط العلوي في الفيجوال

3- طبق الكود التالي

public class NumericTextBox : System.Windows.Forms.TextBox
{
public int NumberOfDigits
{
get
{
int digits = 0;
foreach (char c in Text)
{
if (Char.IsDigit(c)) digits++;
}
return digits;
}
}

}

//End

يمكنك تغيير اسم الكلاس الى اي شي تريد

بعد الانتهى من الكلاس

قم بالضغط على خيار
Build
من الشريط العلوي
واختار
Rebuild Solution

الان اذهب الى قائمة الادوات
ToolBox

واكتب اسم الاداة (اسم الكلاس)
الذي انتهيت من كتابته
واضفه للفورم
👍1



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

الخطوات

1- انشاء مشروع Windows Forms
2- قم با اضافة كلاس جديد من خيار project في الشريط العلوي في الفيجوال

3- طبق الكود التالي

public class NumericTextBox : System.Windows.Forms.TextBox
{
public int NumberOfDigits
{
get
{
int digits = 0;
foreach (char c in Text)
{
if (Char.IsDigit(c)) digits++;
}
return digits;
}
}

}

//End

يمكنك تغيير اسم الكلاس الى اي شي تريد

بعد الانتهى من الكلاس

قم بالضغط على خيار
Build
من الشريط العلوي
واختار
Rebuild Solution

الان اذهب الى قائمة الادوات
ToolBox

واكتب اسم الاداة (اسم الكلاس)
الذي انتهيت من كتابته
واضفه للفورم

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


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

View MORE
Open in Telegram


Telegram News

Date: |

The channel also called on people to turn out for illegal assemblies and listed the things that participants should bring along with them, showing prior planning was in the works for riots. The messages also incited people to hurl toxic gas bombs at police and MTR stations, he added. A new window will come up. Enter your channel name and bio. (See the character limits above.) Click “Create.” 2How to set up a Telegram channel? (A step-by-step tutorial) Public channels are public to the internet, regardless of whether or not they are subscribed. A public channel is displayed in search results and has a short address (link). The creator of the channel becomes its administrator by default. If you need help managing your channel, you can add more administrators from your subscriber base. You can provide each admin with limited or full rights to manage the channel. For example, you can allow an administrator to publish and edit content while withholding the right to add new subscribers.
from us


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