(´・∀・`) JScript . ..
[
2ch
|
▼Menu
]
■コピペモード
□
スレを通常表示
□
オプションモード
□このスレッドのURL
■項目テキスト
90:デフォルトの名無しさん 06/09/25 01:22:02 ダイアログの表示だけなら // monadialog.js import Accessibility; import System.Drawing; import System.Windows.Forms; var f: Form = new Form(); f.Size = new System.Drawing.Size(300, 125); f.Text = "確認"; var mona : Label = new Label(); mona.AutoSize = true; mona.BackColor = Color.White; mona.BorderStyle = BorderStyle.FixedSingle; mona.Font = new Font("MS PGothic", 12); mona.Location = new Point(10, 10); mona.Text = "\n ∧_∧ \n( ´∀`) \n( )"; f.Controls.Add(mona); var message : Label = new Label(); message.Text = "ダイアログを表示してみますた。"; message.AutoSize = true; message.Location = new Point(100, 20); f.Controls.Add(message); var yes: Button = new Button(); yes.DialogResult = DialogResult.Yes; yes.Location = new Point(110, 60); yes.NotifyDefault(true); yes.Text = "はい"; f.Controls.Add(yes); var no : Button = new Button(); no.DialogResult = DialogResult.No; no.Location = new Point(190, 60); no.Text = "いいえ"; f.Controls.Add(no); f.ShowDialog();
次ページ
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
レスジャンプ
mixiチェック!
Twitterに投稿
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch
5380日前に更新/43 KB
担当:undef