BrowseForFolderU.zip
文件大小: 1k
下载次数:2
源码类别:

文件操作

开发平台:

Delphi

源码售价: 5 个金币 积分规则     积分充值
资源说明:If you want to add a "New Folder" button to the above dialog then add the flag BIF_NEWDIALOGSTYLE, e.g.: browse_info.ulFlags := BIF_RETURNONLYFSDIRS or BIF_NEWDIALOGSTYLE If you find that the unit shlobj doe not include the necessary definition for BIF_NEWDIALOGSTYLE then you will need to provide your own definition: const BIF_NEWDIALOGSTYLE=$40 The BIF_NEWDIALOGSTYLE tip was contributed by Santiago Vila (www.dvwiz.com). I also gratefully acknowledge the help of Martin Birk for suggesting the addition of the line "browse_info.hwndOwner := Application.Handle ". Without that the browse dialog pops up in the corner of the screen, with the line the dialog pops up over the application. These notes are believed to be correct for Delphi 6 and Delphi 7, and may apply to other versions as well.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • ExcelHelper.rarExcel:文档,工作薄。创建删除和添加修改数据以及对文档文本格式的调整设置等的操作 ...
  • AcroRd32.rar用于对与PDF文件的阅读 导入和导出等一系列相关操作
  • PeEdit.rar取得pe文件信息,其他的不多说,新手的学习PE的好东西
  • SHP_to_VCT.rarSHP文件到VCT的格式转换,采用C++编程语言
  • outEXcel.rar关于从c++builder到处到excel的代码
  • 369.rar将某个文件目录内所有的txt文件合并。。。。。。。
  • selfremov.rar文件自删除代码,文件名改为*.bat,运行结束后即会自删除。
  • Text2PDF.zip将text格式的文件转换为pdf文件,非常强大好用
  • PDF2Text_CSharp.zip将pdf格式的文件转换为text文件,非常强大好用
  • scan.rar++技能白练,浏览文本文件的好程序,适合初学者学习
    
  • Excel.rarVC++实现excel表格的读写,程序开发中可以直接拿来用,排版非常清晰 ...
  • PEClean.rar一个清除PE头垃圾来缩短PE文件大小的演示程序。很好的说明了PE结构中无用的部分。学PE ...
  • filesrc.zip监视文件的存取for NT/2000/9X
  • VC++Excel.rarVC++处理EXCEL数据的经典例程
  • winpe.zip类似Borland公司的Tdump的程序。分析DLL/EXE文件信息
  • wordauto.zip在应用程序中使用Word
  • 直接读写文件.rar文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类. ...
  • WaveEditAuto.zip使用COM实现的编辑wave文件的程序
  • WriteDir_src.zip创建多级目录
  • 读写文件.rar一个读写文本文件的类,基本上各种文件操作都齐全了