delphi-7
Terminate a java application from Delphi program
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[详细]
2023-03-13 20:33 分类:问答CREATE new TABLE from a query on another TABLE using ADO
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?[详细]
2023-03-13 19:59 分类:问答Convert a class string to TClass [duplicate]
This question already has answers here: Closed 11 years ago. Given the Classes: uses InvokeRegistry; //where TRemotable is defined.[详细]
2023-03-13 10:37 分类:问答Run a batch file from button click in delphi7
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?[详细]
2023-03-13 10:04 分类:问答How to read/write local characters from/to MSWord 2003 using Delphi 7?
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[详细]
2023-03-13 05:46 分类:问答How to hide a column in TListview?
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[详细]
2023-03-12 23:24 分类:问答Will compiling a DLL in Delphi 7 on a 64bit OS result in a 64bit DLL?
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[详细]
2023-03-12 15:58 分类:问答Migration from 32 bit [Delphi 7] to 64 bit [duplicate]
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[详细]
2023-03-12 11:12 分类:问答Looking for Delphi 7 code to detect if a program is started with administrator rights?
I am look开发者_StackOverflowing for working (obviously) Delphi 7 code so I can check whether my program is started with administrator rights.[详细]
2023-03-11 23:12 分类:问答How to combine overload and stdcall in Delphi?
I have a SOAP Data Module that exports this function function MyFunction(MyParam1, MyParam开发者_运维技巧2): boolean; stdcall;[详细]
2023-03-11 16:10 分类:问答