הוספת messageBOx

  • פותח הנושא rmy
  • פורסם בתאריך

rmy

New member
הוספת messageBOx

אני עובדת ב- C# .net רציתי לדעת איך אני יכולה להוסיף הודעה של OK
 

itaym02

New member
MessageBox.Show("OK");

There are some overloads for the Show method. You will probably find in them one that suits you better. Be sure to have the using System.Windows.Forms;
 

rmy

New member
MessageBOx

רשמתי using System.Windows.Forms ואני כותבת this. והוא לא נותן לי שום אפשרויות של MessageBox
 
למעלה