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

</div>
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


Terkait
Thread Thread Starter Forum Replies Last Post
JUAL Visual Studio Original sukalaptop Software Original & Open Source 0 26th May 2012 10:15 AM
JUAL MS Visual Studio Pro 2008 FPP pentium87 Software Original & Open Source 0 26th May 2012 10:06 AM
JUAL MS Visual Studio Pro 2008 FPP processcpu Software Original & Open Source 0 26th May 2012 10:04 AM
(req) master visual studio 6 JagoVB Programming 0 20th November 2011 11:26 AM

 


All times are GMT +7. The time now is 02:46 PM.