AKAI TSUKI

System development or Technical something

2007-04-01から1日間の記事一覧

IEも動かせる

Const BROWSER_WIDTH = 600 Const BROWSER_HEIGHT = 400 Const BROWSER_INIT_X = 10 Const BROWSER_INIT_Y = 10 Const csTitlePostfix=" - Microsoft Internet Explorer" Const clSleep = 400 Const url = "http://www.hatena.ne.jp/" Dim ie, shell, i Set …