הוספת messageBOx אני עובדת ב- C# .net רציתי לדעת איך אני יכולה להוסיף הודעה של OK
R rmy New member 22/9/04 #1 הוספת messageBOx אני עובדת ב- C# .net רציתי לדעת איך אני יכולה להוסיף הודעה של OK
I itaym02 New member 22/9/04 #2 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;
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;
R rmy New member 22/9/04 #5 MessageBOx רשמתי using System.Windows.Forms ואני כותבת this. והוא לא נותן לי שום אפשרויות של MessageBox
MessageBOx רשמתי using System.Windows.Forms ואני כותבת this. והוא לא נותן לי שום אפשרויות של MessageBox