Ceriwis

Ceriwis (https://forum.ceriwis.com/forum.php)
-   Programming (https://forum.ceriwis.com/forumdisplay.php?f=63)
-   -   [ask]message box di visual studio kq g muncul?? (https://forum.ceriwis.com/showthread.php?t=572828)

Guesuper 20th November 2011 01:00 AM

[ask]message box di visual studio kq g muncul??
 

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>


All times are GMT +7. The time now is 04:58 PM.