iwk #272(2007/07/06 15:10 GMT) [ OCaml ] Rating-1/1=-1.00
1 2 3 4 5 6 7 8 9 10 11 12 13
open System.Drawing;; open System.Windows.Forms;; let form = new Form();; form.Visible <- true;; form.Size <- new Size(100,75);; let rTextBox = new RichTextBox();; form.Controls.Add( rTextBox );; rTextBox.Dock <- DockStyle.Fill;; rTextBox.Text <- "こんにちは、GUI!";; do Application.Run(form);;
Rating-1/1=-1.00-0+
[ reply ]
iwk
#272()
[
OCaml
]
Rating-1/1=-1.00
Rating-1/1=-1.00-0+
[ reply ]