How can I kill a process which is started by ShellExecute() in Delphi 7.When clicking a button a java app开发者_如何学JAVAlication is opened. It works perfectly. I need to close the process by clickin
I need to CREATE a new table from a query on existing tables using ADO query. DB is MS Access 2003. Is there a simple way to recreate this?
This question already has answers here: Closed 11 years ago. Given the Classes: uses InvokeRegistry; //where TRemotable is defined.
I have a batch file and an application developed in delphi7. Both are working fine.开发者_Python百科 I want to run the batch file when clicking a button. what can I do for that?
I have ListView on my form containing names and numbers and I have to provide printing MSWord document with those data filled int开发者_JS百科o document\'s tables. Everything works fine with english c
I am using a listview to store and show data. How can i hide and show a column in listview? 开发者_如何学JAVADont tell me to set the column width to 0 please!!!!In the Delphi TListView you can\'t hide
As the title suggests! I\'m trying to get a 64bi开发者_如何学编程t dllNo.Nope. Delphi 7 was released in 2002; the first AMD64 processor was released in 2003. No way Delphi 7 knows how to generate 64
This question already has answers here: Closed 11 years ago. Possible Duplicates: How to also prepare for 64-bits when migrating to Delphi 2010 and Unicode
I am look开发者_StackOverflowing for working (obviously) Delphi 7 code so I can check whether my program is started with administrator rights.
I have a SOAP Data Module that exports this function function MyFunction(MyParam1, MyParam开发者_运维技巧2): boolean; stdcall;