I have used this line of code in Delphi 5:
Table1.Locate('Number;Name', VarArrayOf([Edit1.Text, Edit2.Text]), []);
Why do I get an error in Delphi 7: Undeclared indentifier: VarArrayOf?
I have a Web Services, an ISAPI made by Delphi runnung under IIS, that tryes to connect to a MSSQL Server 2005 but can't. While I try to connect to it by using a Web Sevices client, Web Sevice...
how to get the serial number of cpu(pII and pIII or K serials) and hard disk in my delphi program?
Hi experts ,
I need to know which comuter sending a information to the server.
and my question is :
how to detect the comuter name ,user name or IP address in Labeal for example
thanks
Hi guys
I have this simple problem. I need to resize a bmp or jpg image in my program. Any help?
regards
Manuel Lopez (lopem)
I am writing an application where I am using a scrollbox with buttons inside it. I do not want scrollbars to be displayed. I still want to be able to scroll when clicking on, for example, one ...
Hi all,
Having a few problems trapping 'Asynchronous Socket Error 10053' in my application - written in delphi 2005, using TCP ClientSocket and ServerSocket.
I have tried placing the 'Er...
Hi, why do I get an error using this code? "Operation not allowed in context (or something like that). Can anyone see the problem? I'm using a dynamic stored procedure, taking a SQL command as...
Greetings experts,
I was wondering if anyone could provide me with some tutorials (both in depth and basic) which detail how to use the Treeview component. Although i have no problem using ...
can someone give me a link where i can download a file foe delphi the file I want is
Dsgnintf.dcu
thanks
I have a little problem with one of my programs that loads one specific internet page and evaluates the contents.
I use the THTTP-class and everything works fine on my PC... ONLY on my PC.
As ...
The title is the question. :)
I can't seem to find a definition of error codes in Delphi's online help, but it seems like it should be a very easy question.
Thanks,
AP9
Hi,
How can I force Windows Vista to execute (run) my application as a user with full Administrator-rights?
Currently Vista will user a Virtual Store to allow user that don't have full Adm...
Hello everyone, Ive got the following question.
A customer of ours uses a small database program in which they can view articles. It's a very old program ('98) but they still use it as a ...
I can't help but feel like this is a world class dumb question but...
I recently moved to Delphi from VB and I can't for the life of me figure out how to add procedures or functions that are ...
I would like to run a bat file in the background without the black screen opening.
Is there a way to run a bat file without it even flashing open at all?
Is there a way to tell if it...
How with code do you go back to row 1 column 4 or any other row/column combination in a ListView ?
Following is a snippet of code in CBuilder-: similar to Delphi code.
Start with a new ...
is there any way to convert "D" as a string type into "D" as a char type with Delphi 3?
How to change an EXE file's icon by programming?
Please give me some codes or an example.
Best regards.
Goomoo
Hi I know this is simple but anyway.
How do i get process Id of for example EXPLORER.exe
I know how to get process id through GetWindowThreadProcessId.
but i want ID of process that i only ...
Hi,
I need to call C# .net dll in Delphi win32 Application. I'm using Delphi 2005 and Visual Studio 2005 with .net 2.0. How can i call the dll without register the dll in registry? Can an...
Hi,
Does anyone knows where can I buy/find
a) delphi to visual basic
and
b) delphi to java
conversion tools???
A while I wrote a function called
function GetLastErrorStr: string;
I would like to re-create it, but I have lost the source due to a delphi ide-crash. The thing is that I just cant get...
Hi Guys,
There are a lot of posts on EE and on the net as well ,that deal with how to get unique system identifiers of a system, but the problem is that none of these tips seem to work(lik...
I need an advanced delphi keylogger
it must catch characters (~!@#$%^&*())
it must catch BackSpace and Enter
it must catch Capital Latters And Small Letters (not all cap or small)
Thx
P...