#12006/5/26 10:12:45
按照译本书上所说制作网页浏览器,首先检查控件是否存在
if ActiveXInstalled()= 0 then------浏览器不存在
MB_Caption:="ActiveX Support Missing"
MB_BodyText:="You do not have the necessary ActiveX support files installed. "
MB_BoxNunber:=16
MB_Returnedvalue:=MessageBox(WindowHand, MB_BodyText,MB_Caption,MB_BoxNunber)
------显示信息
end if
出现提示框:函数MessageBox在哪里?可是我在AW文件里找不到?请问有谁知道?