delphi-7
Open new pages also in TWebBrowser
I have created an app with a twebBrowser in it. Problem is when i click on some link, in say gmail, it opens in a new window of my default browser( which is IE). how do i make it work like firefox or[详细]
2023-03-20 06:34 分类:问答How to hook a method to the Edit event in Delphi 7 IDE?
I\'d like to automatically checkout a file when I start to edit it in Delphi 7 IDE. ClearCase is my version control system and I really hate the need to checkout a file before starting to edit. It a[详细]
2023-03-19 14:53 分类:问答Delphi How to get cursor position on a control?
I want to know the position of the cursor on a TCustomControl. How does one go abou开发者_JAVA技巧t finding the coordinates?GetCursorPos can be helpful if you can\'t handle a mouse event:[详细]
2023-03-19 03:03 分类:问答Sets in Delphi XE are not working the same way they worked in D7
I had this constants in a Delphi 7 program. They are not compiling under Delphi XE. TYPE TSingleChar= AnsiChar;[详细]
2023-03-19 01:40 分类:问答delphi 7 on 64 bit server 2008, problem
Has anyone ever tried to a开发者_运维知识库ttach delphi to his own windows service(32 bit app.) process under Windows Server 2008 64 bit?[详细]
2023-03-17 19:26 分类:问答How to Search a File through all the SubDirectories in Delphi
I implemented this code but again i am not able to search through the subdirectories . procedure TFfileSearch.FileSearch(const dirName:string);[详细]
2023-03-17 03:13 分类:问答How can I use a large file in Delphi?
When I use a large file in memorystream or filestream I see an error which is \"out of memory\" How can I solve this problem?[详细]
2023-03-17 00:13 分类:问答Delphi Tstringlist, write file synch
I make a very simple log with tstringlist. I write it to file: pLog.SaveToFile(FileName); Somewhere there is a bug, and my computer is shut-down.[详细]
2023-03-16 22:52 分类:问答How can I use jclcompression in Delphi, is there any example?
I installed jclcompressin component yesterday. When I use it there is an error \"load to 7z.dll\".开发者_如何学运维[详细]
2023-03-16 19:24 分类:问答How can I convert string to hex without changing its length?
I convert string to hex, but when I convert, hex code has 2*length(string) can I do that \"string length=hexstring length\" is it possible?[详细]
2023-03-16 17:56 分类:问答