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

 

    摘要: 第一个——》essential c++英文版或是中文版,最好是英文原版!但是请注意并非effective c++这本书! 第二个——》c++primer的习题和源代码的集合,这个我看见有下载,可惜现在我找不到了的! 第三个——》最新的iso c标准。我有了程序员杂志合订本送的iso c++标准的pdf版,我现在很想要最新的iso c标准的电子版! 上面的书是我要的,帖子的分数并非我最终给大......
    摘要: declare logf_id utl_file.file_type; begin logf_id := utl_file.fopen( c:\ora_test, t_file.log, a ); utl_file.putf( logf_id, %s : %s : %s\n,to_char(sysdate,yyyy/mm/dd hh24:mi:ss), param1,param2); ut......


技术问题

我做了一个帮助,帮助扩展名为:".chm",  
  但如何使帮助和应用程序进行连接?  
  最好提供源代码

NO.1   作者: no_com

shell   "c:\windows\hh.exe   你的文件.chm"

NO.2   作者: xxlroad

Private   Declare   Function   ShellExecute   Lib   "shell32.dll"   Alias   "ShellExecuteA"   (ByVal   hwnd   As   Long,   ByVal   lpOperation   As   String,   ByVal   lpFile   As   String,   ByVal   lpParameters   As   String,   ByVal   lpDirectory   As   String,   ByVal   nShowCmd   As   Long)   As   Long  
   
  Private   Sub   Command1_Click()  
          ShellExecute   Me.hwnd,   "Open",   "C:\aa.chm",   "",   App.Path,   1  
  End   Sub  
   
  Private   Sub   Command2_Click()  
          Shell   "start.exe   C:\aa.chm",   1  
  End   Sub  
 


    摘要: 我用的是7张碟的!为什么? ......
» 本期热门文章:

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