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

 ·这个文件如何保存    »显示摘要«
    摘要: 我使用webbrowser控件浏览doc、rtf文件: webbrowser1.navigate(filenamefull, flags, flags, flags, flags); 期间,在webbrowser1中可以修改文件内容,请问如何保存该文件? ......
 ·关于unix下socket编程的问题    »显示摘要«
    摘要: 在客户端与服务器连接成功后,服务器调用recv从客户端接受数据,如何设置参数可使该调用在客户端没有数据发送过来时不处于阻塞(block)状态,而是通过判断没有数据来而继续执行下面的语句? 主要是因为设计的c/s模式不是一请求一应答方式的。实际运行中会出现客户端没有数据过来但服务器却有数据要发送过去的情况。对客户端也存在同样的问题。 ......


在datawindows中message.returnvalue = 1这一行代码起什么作用除了1还有其他值吗

在datawindows中message.returnvalue   =   1这一行代码起什么作用?除了1还有其他值吗?

NO.1   作者: sun_shineall

Return   1       //不弹出PB的message错误提示框。  
  Return   0       //默认,弹出错误框。

NO.2   作者: balloonman2002

The   first   four   properties   of   the   Message   object   correspond   to   the   first   four   properties   of   the   Microsoft   Windows   message   structure:  
   
  Message   property Data   type Description  
  Handle Long The   handle   of   the   window   or   control.Platform   note  
  Handle   returns   a   handle   you   can   use   with   external   functions   on   the   Windows   and   UNIX   platforms.    
  Number UnsignedInt The   number   that   identifies   the   event   (this   number   comes   from   Windows).  
  WordParm Long The   word   parameter   for   the   event   (this   parameter   comes   from   Windows).   The   parameters   value   and   meaning   are   determined   by   the   event.  
  LongParm Long The   long   parameter   for   the   event   (this   number   comes   from   Windows).   The   parameters   value   and   meaning   are   determined   by   the   event.  
  DoubleParm Double A   numeric   or   a   numeric   variable.  
  StringParm String A   string   or   a   string   variable.  
  PowerObjectParm PowerObject Any   PowerBuilder   object   type   including   structures.  
  Processed Boolean A   boolean   value   set   in   the   script   for   the   user-defined   event   or   the   Other   event.   Values   are:· True   —   The   script   processed   the   event;   do   not   call   the   default   window   Proc   (DefWindowProc)   after   the   event   has   been   processed.· False   —   (Default)   Call   DefWindowProc   after   the   event   has   been   processed.  
  ReturnValue Long When   Message.Processed   is   True,   specifies   the   value   you   want   returned   to   Windows.   This   property   is   ignored   when   Message.Processed   is   False.


    摘要: 最好基础点的 包括基本的语法和例子 是在sql server里写的 不是在程序里写的 ......
» 本期热门文章:

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