问两个问题
第一个帖中取整数
第二个帖中是shellexecute函数打开一个新IE窗口,要求是相对地址
回答正确我就结帐啊
谢谢http://community.csdn.net/Expert/topic/4358/4358433.xml?temp=.3574488
http://community.csdn.net/Expert/topic/4360/4360245.xml?temp=.7253534

解决方案 »

  1.   

    http://www.delphipages.cn/dispbbs.asp?boardID=4&ID=326&page=1
    这个应该是你想要的。____________________________
    Delphi中文技术论坛 
    http://www.delphipages.cn
    专用群组号:2244008 欢迎加入!
    不以物喜,不以已悲
      

  2.   

    shellexecute(handle,'open','C:\Program Files\Internet Explorer\IEXPLORE.EXE','about:blank', nil,sw_shownormal);试验成功
      

  3.   

    ShellExecute(Handle,'open',PChar('C:\Program Files\Internet Explorer\IEXPLORE.EXE'),PChar(edit1.Text),nil,SW_SHOW);