Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Guesuper Guesuper is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 408
Rep Power: 14
Guesuper mempunyai hidup yang Normal
Default [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


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



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 10:47 AM.


no new posts