在console程式,如何顯示表單及元件? |
尚未結案
|
ast
一般會員 發表:3 回覆:2 積分:1 註冊:2009-04-28 發送簡訊給我 |
請問底下原本用MessageBox.Show,我想用Form替換,做到同樣功能,
但程式執行時,畫面都凍結像當掉 [code c#] using System; using System.Text; using System.Windows.Forms; namespace ConsoleApplication1 { class Program { static StringBuilder OutputText = new StringBuilder(); static Form fm=new Form(); static ListBox lb=new ListBox(); static void Main(string[] args) { lb.SetBounds(10,10,200,200); lb.Parent=fm; AddToOutput("測試一"); AddToOutput("測試二"); MessageBox.Show(OutputText.ToString(), "訊息"); //fm.Show(); Console.ReadLine(); } static void AddToOutput(string Text) { //lb.Items.Add(Text); OutputText.Append("\n" Text); } } } [/code] 編輯記錄
ast 重新編輯於 2009-05-11 19:37:58, 註解 無‧
|
shieh2700
高階會員 發表:0 回覆:127 積分:100 註冊:2002-06-13 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |