当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·applet新手问题    »显示摘要«
    摘要: 自己定义一个applent 存为如myapplet.class 那么在jsp文件中要使用它 ———————————————————————————————— <%@ page import="java.util.*, java.text.*" %> <html> <head><title>test</title>......
    摘要: 这段代码可以显示一个对象的属性 procedure getproperties(tobject : tobject); var proplist : pproplist; i : integer; begin proplist := allocmem(sizeof(proplist^)); i := 0; try getproplist(ptypeinfo (tobject.classin......


有没有人做过多页面浏览器(如myie),它的前进、后退功能是怎么实现的呢

我做了一个多页面浏览器,用Twebbrowser的goforward   和   goback方法控制页面的前进和后退,但是有的页面是不能前进的该怎么控制它不能响应goforward方法?

NO.1   作者: ChinaOk

procedure   TfrmWebBrowser.TTZFwebCommandStateChange(Sender:   TObject;  
      Command:   Integer;   Enable:   WordBool);  
  begin  
    case   Command   of  
          CSC_NAVIGATEBACK   :   tbnPrev.Enabled:=Enable;  
          CSC_NAVIGATEFORWARD   :   tbnNext.Enabled:=Enable;  
      end;  
  end;  
 


 ·窗体调用的问题    »显示摘要«
    摘要: if assigned(frmstatthrowaway) then frmstatthrowaway:=tfrmstatthrowaway.create(application); frmstatthrowaway.show; 为什么我一运行就出错???????????? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE