program Project1;
uses Windows;
begin
  MessageBox(0,PChar('Ok!'),PChar('Title'),0);
end.

posted on 2007-11-21 13:02  万一  阅读(8534)  评论(7)    收藏  举报