上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 37 下一页
  2008年10月14日
摘要: 急!delphi中variant能否和object类型转换。实例:在使用getpropvalue(range,'属性')时提示类型有错,如何解决?!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061215234307142.html 小弟在编写程序过程中,想取得某一属性值,使用getpr... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(481) 评论(0) 推荐(0)
摘要: 这几天惨遭Delphi类型转换折磨,请问怎么把double转成int类型 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061216093950141.html 好不容易找了个FloatToDecimal函数,摆置了半天也不知道怎么个用法,真郁闷。 高手赶快指点指点,我快... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(878) 评论(1) 推荐(0)
摘要: 如何计算某时间段内有几个星期几? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061216151111140.html 已知日期A是星期二、四、日中的一天。求A到B这段日期内共有几个星期二、四、日? { 函数参数说明:A--The Old Date B--The... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(771) 评论(0) 推荐(0)
摘要: 请问:软件运行前的设置界面显示'第一次运行软件,正在设置...'等信息的东东叫什么?如何做出这种东东呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061216184137139.html 就是说软件工作前要有一段初始化的工作,将这个信息提供给使用者,如何用最简单的方法做出这种功能呢?最好... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(107) 评论(0) 推荐(0)
摘要: 两数组的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217001324138.html 问题1:找出两数组的不同数和共有数的值和位置,和同值同位置的值存入数组s1……s9 如: 数组值r1为{ 1, 6,23,15, 5,28, 8,11,1... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(151) 评论(0) 推荐(0)
摘要: 如何在一个窗体中加载另一个窗体上的控件? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217012218137.html 想在一个窗体上加载另一个窗体现存的控件,请问该怎么做? 如form1有edit1 想在form2中加载form1的edit1,该怎么办?谢谢! ... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(328) 评论(0) 推荐(0)
摘要: 请各位大虾帮我看看,这句是什么意思? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217220452133.html 此段代码为书中的例子的一部分代码,讲的是用类引用类型动态创建控件,其中有一句代码不明白其含义,请各位大虾赐教! procedure TMain... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(153) 评论(0) 推荐(0)
摘要: 為什麼不能識別該數據類型 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061219144304116.html 我現在使用的是sql server 2000作為後台,用delphi進行開發,現在為什麼我的dataset 不能識別Memo類型數據啦,以前是可以的哦,請高手幫忙 人... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(141) 评论(0) 推荐(0)
摘要: 求助!从excel导出数据? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061219174414115.html 如题,如何实现! com接口 请详细点可以嘛? 系统为3层结构,希望通过控件实现 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(271) 评论(0) 推荐(0)
摘要: 看看这段代码有没有内存泄露? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061219185953114.html 类方法: function TAdoHelper.GetDataSet(sqlstr: string; params: TStrings): TD... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(174) 评论(0) 推荐(0)
摘要: 如何读取网页源码然后生成html文件? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061219212425113.html 我在网上找了好久没有找到,不知道用哪个函数可以实现?希望给段代码,谢谢了,在线等. uses ActiveX, ComObj; //... ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(387) 评论(0) 推荐(0)
摘要: 请教:A和B是两个tstringlist,如何除去B里面所有与A里面相同的项目?用下面的代码为什么会出错呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220050104112.html 我的意思是,如果是A,B是集合的话,那么我要B-A; for ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(193) 评论(0) 推荐(0)
摘要: 问一个调用VC下编写的dll的问题???好怪哦 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220075845111.html 接口函数定义: extern "C" DllExport int PCFileCopyToOther(char Disk, ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(148) 评论(0) 推荐(0)
摘要: Delphi Result問題 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220091412110.html 請問delphi自定議函數中的result是不是和其它語言的return一樣?不過在其它語言中遇到return便會結束函數.delphi中好像不是.請高手幫助提示下!!! ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(464) 评论(0) 推荐(0)
摘要: 窗体的autoscroll:=true,窗体scroll时,如何让窗体中的toolbar在窗体滚动时仍可见并保持在窗体最上方? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220094547109.html 我在窗体的onmousescroll中加了如下代码,但toolbar的位置定位... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(266) 评论(0) 推荐(0)
摘要: [原创/讨论] Windows 核心编程研究系列之二:读取物理内存地址中的内容 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220115340108.html 请到以下连接观赏: http://community.csdn.net/Expert/topic/524... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(216) 评论(0) 推荐(0)
摘要: 想结婚选日子吗?超难的“双八”问题,我没分了,有兴趣的进,很好玩!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220122423107.html 众所周知,前天,也就是公历12.18,农历10.28,在整个北京,结婚的人特别多,晚上八点多,领证的队还排的很长,那么,如何用程序得出... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(401) 评论(0) 推荐(0)
摘要: 按钮凹凸问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220132759106.html 比如WINDONS自带的写字板,当下B图案,则B图案凹下去,并所选字体为粗体,再按一下,按钮和字体都还原了. 你自己编程也可以实现啊,在按钮的mousedown里写 可以把TSpeedBut... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(194) 评论(0) 推荐(0)
摘要: 含小数点的字符串转换为数值型 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220145819105.html 我取了表格控件中的值,DBGRIDEH1.getfootervalue(1,DBGRIDEH1.columns[5]),但其值为字符型,而且是带小数点的字符串,例:‘0.49’... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(599) 评论(0) 推荐(0)
摘要: 新手+菜鸟,请教关于取当天日期的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220153528104.html 我想让DateTimePicker.Date的值等于当天的日期 我的写法如下: DateTimePicker.D... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(251) 评论(0) 推荐(0)
摘要: 两个字节,如果写入一个大于65535的数? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220165725103.html 正常情况下FFFF为65535,如何突破呢? 突破不了了,想办法改成四个字节吧 有没有什么压缩算法?或高招,大家帮我想想.今晚就散分. 觉得已没有可能了。除非这... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(953) 评论(0) 推荐(0)
摘要: 这算是listview的bug吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220171729102.html 我想把listview里选中的一行纪录的某个字段保存到edit里,代码如下: edit1.text:=listview1.Selected.SubI... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(180) 评论(0) 推荐(0)
摘要: 低版本写的程序迁移到高版本??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061220174703101.html 如d5 -> d7 1.怎么迁移? 2.有迁移向导么? 3.做哪些准备或改动? 4.注意事项? 这个有点难... ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(269) 评论(0) 推荐(0)
摘要: 初学请教一下,怎么运行记事本 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218190014122.html 初学者来问问,不要笑我哦 怎么用BUTTON来运行一个XP的程序呢 就比如记事本吧,记事本占的资源小一点点 要是运运3DMAX我机子可... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(213) 评论(0) 推荐(0)
摘要: String[60]类型的值怎么赋给array[0..59] of Char类型啊? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218235013121.html 不知道 String[60]类型的值怎么赋给array[0..59] of Char类型 ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(135) 评论(0) 推荐(0)
摘要: 在DEPHI中如何将ScriptErrorsSuppressed的属性添加到TWebBrowser上 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061219015830120.html 在DEPHI中如何将ScriptErrorsSuppressed的属性添加到TWebBrowser上 ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(200) 评论(0) 推荐(0)
摘要: 刚学,做个listview,居然没做出来,请教 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061219095103119.html 什么smallimages也不知道怎么填? item: data啊, imageIndexa啊 listview1.a... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(128) 评论(0) 推荐(0)
摘要: 关于在DLL中调用TXMLDocument时出错的问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218133656127.html 我在dll中使用XML读取和写如配置,每次静态调用完以后都会出现错误:Access violation at address 000... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(429) 评论(0) 推荐(0)
摘要: 文件读写的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218152401126.html 我的文件是 [第一次] 00:00---00:40 第一次我拉着你得手 00:41---01:22 不知往哪走 ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(74) 评论(0) 推荐(0)
摘要: 如何声明一个全局变量,可以在应用的任何单元引用 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218153004125.html 如何声明一个全局变量,可以在应用的任何单元引用 unit unit1; interface var ... 阅读全文
posted @ 2008-10-14 16:31 delphi2007 阅读(148) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 37 下一页