#include "user32.as" #enum wid_main = 0 #enum wid_free url=http://www.yahoo.co.jp/ screen wid_main,200,40 objsize 200,20 int_total = 3 input int_total button gosub "ok",*go nextid = wid_free stop *go screen nextid,ginfo_dispx,ginfo_dispy,2,0,0,800,700 hwnd_Parent=hwnd nextid++ wndsizex = 800/int_total repeat int_total bgscr nextid,ginfo_dispx,ginfo_dispy,2,cnt*wndsizex,0,wndsizex,700 pos 0,0 axobj IE, "Shell.Explorer.2", ginfo(12), ginfo(13) IE->"Navigate" url SetParent hwnd,hwnd_Parent ShowWindow hwnd,5 nextid++ i+=5 loop ShowWindow hwnd_Parent,5 stop
数字を指定するとその数だけ分割されたウィンドウにyahooが表示され、
それぞれの分割されたウィンドウ内でページを進めたり戻したり、更新したり・・・・
という機能を加えたいのですが、うまくゆかずどうすればいのかが思いつきません。
何か良い案はございますでしょうか?