Hi Experts ,
For my program , I need sending a message(messageDlg) to computers in our LAN.The problem is that we have computers with win 98 and I can`t use "net send" comand.
Can somebody ...
is there any way to convert "D" as a string type into "D" as a char type with Delphi 3?
Hello, i have spent days trying to figure out how to send a Jpeg image from one computer to another without saving a file or sending a file, i want to stream it, using the new TTcpClient and T...
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 ...
Hello,
I would like to make a backup of my contact list at MSN delphi, I would like to export my list of contacts for a memo!
how to get a list of contacts from my msn by Delphi?
Code examp...
Hello guys,
I have a date and time variable and I would like to transform it in an integer value so that I can use
the value to compares,
Example:
10/08/2007 10:45
10/08/2007 10:47...
Hi,
I'd like to know how to make a certificate of my software or a digital signature recognized by my software, but we can see the famous programmes of large companies like Microsoft is digit...
I need take list with Windows active processes and CPU usage with them.
Any ideas? Thank you.
Where can find a Delphi decompiler ?
I have exe2dpr but isn't yet a decompiler ( don't read the procedure body ) .
I get this error below when pinging a offline ip.
Socket Error # 10054
Connection reset by peer
How do I stop it displaying a error and having it stop my program, I would like it to jus...
In Delphi help i find a lot about converting between unicode, utf8 and widestring - but i cant find anything about how to get them into a normal string. How do i convert a utf8 to a normal del...
Hi. I,ve built a delphi application to record a TV Tuner channel from a TV Tuner card. Im using the VideoGrabber component from Datastead (http://www.dataetead.com). It works good.
But n...
Hi Experts,
Delphi app using an Access db.
Trying to archive deleted records to a text file before deletion.
(I'm testing this from a form button currently, but would integrate it in to the...
Hi Experts,
I want to sent emails using Delphi 7 and Indy 10 components.
This I can done with normal SMTP configuration.
What I need is an example code of how do sent emails if your app...
Hi, i have this problem: i work in an enviroment where if you left the computer for a while, windows lock the sesion forcing you to relog into the domain.
What i need is to write a little app...
Hi.
I'll try to describe the problem :
I download a string from MySQL dbase to a Memo.
I store it in a string and then i use :
Memo1.Text := MyDownloadedData;
The problem here is that...
sorry. it's a repeated question;
I want to get bios serial number.
I had a code, and it worked, but unfortunatlly NOT now!
maybe because of new version of delphi (7), or WindowsXP, or my ...
Hello experts,
I have some files that contain hex data I would like to convert it to ascii. I saw an example and used it to create a small sample application. But this program does not see...
Hello Experts,
I have an object of class TThread and I have set it up so that it should set itself to 'nil' after it has terminated. The pertinant code snippets are:-
TFaxShotThread = ...
Hi
I am writing a computer basics skill testing program and I want to capture a screen shot of the dialog which appears when you hit ctrl-alt-del to Lock the computer, shut down, change pas...
I have a project on a server pc controlling I/O's. I am using the server socket to update three other pc's over a lan on the status of the server computer. I can log in and out of the server c...
Hello,
i am using WMI class to get computer hardware information. My procedure is bellow:
procedure TfmMain.ShowNetworkStatus;
var
wmi : variant;
wmiService : variant;
nicstatus :...
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...
I know how to do beeps with various frequencies and durations in Visual Basic and the code was working on windows 3.1 and 95.
However, I feel it is more difficult in Delphi (should
be better ...
is there any way to decrypt md5 passwords? if yes, i need some examples
any help would be much appreciated!