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
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
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:
I had this constants in a Delphi 7 program. They are not compiling under Delphi XE. TYPE TSingleChar= AnsiChar;
Has anyone ever tried to a开发者_运维知识库ttach delphi to his own windows service(32 bit app.) process under Windows Server 2008 64 bit?
I implemented this code but again i am not able to search through the subdirectories . procedure TFfileSearch.FileSearch(const dirName:string);
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?
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.
I installed jclcompressin component yesterday. When I use it there is an error \"load to 7z.dll\".开发者_如何学运维
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?