[问题] 初心者不会用Visual Studio 2012 打C#

楼主: nature23306 (pART)   2014-02-22 16:09:32
从方案到专案不知道要怎么选.....
有两组程式:
=====================================
using System;
using System.Windows.Forms;
class HelloMessage
{
public void Speak()
{
MessageBox.Show("Hello...");
}
}
=====================================
using System;
class TestApp
{
static void Main()
{
Console.WriteLine("Hello!");
}
}
=====================================
我只知道这两种一定是不同专案
第一个应该是编译完会跳出视窗
第二个会出现类似命令提示字符的视窗(cmd)
分别要怎么建立?
作者: YahooTaiwan (超可爱南西我老婆)   2014-02-22 16:33:00
1. Windows Form应用程式 2. 主控台应用程式

Links booklink

Contact Us: admin [ a t ] ucptt.com