Dumb question: either I am stupid, or I am too smart for
the simple answer
I put the TabControl.....
I put a PageControl.....
Where (the H***) do I find the TTabSheet for making different pa...
Using Delphi 7 Ent
I need the code to create the xml file below from scratch, using an TXMLDocument component, created at design time. The code must not use the XML property. EXAMPLE: XM...
Main question : how to kill a process (Delphi 5 or 7(as U want) , XP )
Origin :
I use Firebird Classic as DB. For each connection, a new firebird process is created on the server. this...
how do i get the windows install date from the registry ?
I had used this code a long time ago, but it dont work under windows XP even if i point the key to '\SOFTWARE\Microsoft\Windows NT\Cu...
Hello :-)
I asked this question already but maybe if I ask twice I will get my solution faster :-)
So, I need my application to sometimes write to system registry.
I know that if I ad...
Hi,
I have one client and one server that I have implemented with the indy components in Delphi 7.
At the client end I need to send any one of three very different records to the server ...
Please, i'm looking for a FULL Delphi Ftp Server example, using IdFTPServer.
Any workfull sample will be very appreciate.
If I pinging an IP Address, what should I do to get pinging result and status with delphi?
Hi all,
Iam using Delhp4 and SQL 2000 for my application. some times i get a BDE Error 13059, General SQL error
while attemting to connect to the database using Tdatabase component. This e...
Hi All,
Hopefully this will be an easy question for a Delphi expert out there.
I have an application that is accessing 2 databases via a TQuery using a join and displaying the results in...
Use:
* Delphi 7
* Indy 10
* GMail account
And nothing else!
Okay, simple question. I have a GMail account and I need an example in code using the Indy 10 components (not any older versi...
Coming to Delphi from Visual Basic, there is one function that VB has that I can't find a similar one for in Delphi 3. That is the "Select case" function. In VB you could do this:
Select ...
I'm sure there was a 1 or 2 line command to make delphi pause for a specified number of miliseconds. Something like windows.?? = (*miliseconds*)
can anyone think of/remember a line like that....
Using either Delphi 3 or Delphi 5, is there a way to obtain a serial number off a USB flash (thumb) drive? I would like to lock a Delphi application to a USB flash drive, if possible.
Good day
I would like to know how can I read all usb ports on a computer and determine how much free space are available on the port and how can I copy data to the port
I'm trying to automate the task of downloading a file from a https web site. I'm just starting out and using the Indy IdHTTP component to try to send a Get request to the URL. My problem is ...
Is there out any component or procedure that could help me converting some of my old *.dcu's back to *.pas files
i lost the sources (*.pas files )but i got the *.dcues files from my friend ...
dear experts,
l'm using borland delphi 7 and just a doubts whether any compatibility issue on Windows Vista or not. i've tested the BDE application with error of "Invalid Alias ABC" found.
...
I have taken over re-compiliung an app that is at least 2-3 years old. The programmer left the source code in a jumbled mess. A number of components he used were missing. I've found most o...
Is it possible in Delphi to send a keyboard key stroke to another application that doesn't have focus. In other words if I use a windows api command to focus on lets say winamp and I send the ...
I have a thread communicating with a window via messages.
I want to use PostMessage, but for some reason I seem to lose many of the messages sent via postmessage. This happens occasionally...
HOw do I convert a string to a pansichar
var
Textstring : string;
edita : hwnd;
ebitb : hwnd;
begin
Textstring := GetText(XHandle); // GetText returns a string
notepad := FindWi...
Hi experts,
I´m trying to learn the idtcp indy components, i searched a little but all examples that i found i could´t run in my system, that is delphi 2009 with indy 10.
I want a simpl...
Hi,All!
I try to transfer from string to Byte then send to a device, but I don't exactly know how to do it. My previous codeing as followss:
procedure TForm1.Button1Click(Sender: TObject...