Log in

View Full Version : [ask]message box di visual studio kq g muncul??


Guesuper
20th November 2011, 01:00 AM
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 :kabur:


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 :)

</div>