FAQ |
Calendar |
![]() |
|
Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman. |
![]() |
|
Thread Tools |
#1
|
|||
|
|||
![]()
gan permisi mau minta tolong, ane lg nyoba program C# pake visual studio 2008 tp pas nyoba program yg sederhana buat nampilin message box. tapi pas di compile message box nya g keluar...ada yg tau g kenapa?? or udah pernah ad yg ngalamin kyk gn juga?? padahal sebelumnya g ada masalah ![]() Spoiler for : HTML Code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(EventArgs e) { MessageBox.Show("yes"); } } } makasih sebelumnya ![]() Terkait:
|
![]() |
|
|