I'm developing a Voice/Video streaming application over the internet.
Right now, the clients connect to a server with TCP, the server send back the packets sent from one client to the other.
...
I am able to send email if not using SSL.. when i try to send email thru gmail, first i set up my gmail account to allow imap,
then in my indy10 sendmail routine, i use ssl, and auth
my ema...
Dear All,
I'm a bit stuck on a problem with IHtmlDocument2 and filling in a web form.
We are trying to develop a small program to fill out an Amtrak desptach form. I came across an examp...
Hi,
I need a working code to transform an image into perspective look and add transparent reflection.
To explain the task more clear, I attached 3 images:
1. input.jpg
This is the ...
I am tring to copy the format text of a rich memo to send to a data string. but I only get the text with out the formating.
also I have tried changing the memo to plaintext to true in code ...
Hmm ok.
So I got this TClientDataSet.
I create it at run time, been using it for a bit now so when I load and save I do
fDB.LoadFromFile('mydb.db');
and
fDb.SaveToFile('mydb.db');
Anyw...
This is driving my crazy, hence the 500 points up for grabs.
I am using ADO to get user information from Active Directory domains using LDAP and I can get pretty much everything I want but ...
Delphi
How to save the file without insert the extension filename
How to print .txt on filename textbox if "save as type is .txt"
i have two type of filename .txt and .csv
below is my...
Dear Experts,
Please consult, how do i have to use FindWindow function if i want to now the handle of some application which doesn't have static Window caption (it may be changed to differe...
When I upload(multipart/form-data) files using Indy10 TIdHTTP component, OnWork event does not fired.
All files upload successfully, OnWorkBegin and OnWorkEnd fired but OnWork not.
Web serve...
I want to clear off cookies and browser history through my delphi program selectively. If I select to delete cookies, then only cookies should be deleted. similarly for History and temporary i...
Hi Experts!
Here code hide the clock in the system tray
--------------------
function ShowTrayClock(bValue: Boolean) : Boolean;
var
TrayWnd, TrayNWnd, ClockWnd: HWND;
begin
TrayWnd :...
Hi Experts,
Can you help me with your valuable Guidance and support. i Have a little knowledge in delphi 7
(almost out from industry with my little knowledge. Now Struggling for exist...
I have attempted to implement the balloon popup to show that CAPS lock is on when a password text box is entered. This is just like for the windows passowrd box. The Popup should:
1. Popup ...
Greetings,
I'm hooking recv function via madCodeHook, and my function header looks like this:
function recvHook(s: Cardinal; var Buf; len, flags: Integer): Integer; stdcall;
Anyway, the...
Hello,
how can I optimize following functions? They're still working too slow causing my application to lag, and I've got absolutely no idea how to fix it.
Note: I won't assign points for ...
I have to develop software which will be run in a Terminal Services Environment. I will develop in Delphi (ver 7). The database is MS SQL. What is the difference from a programming/developer p...
I have a 50 Character field (example: NameData) in my table.
the string looks something like this
Jane Doe * CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
where C is an example of any rando...
Ok this is a very simple question, just annoyed I can't find the answer!!
A standard treeview is easy to loop through the nodes
for i := 0 to treeview1.items.count - 1 do
What is the eq...
Dear Experts,
I have searched and searched for hours to solve my problem
and it's a simple problem but I just can't find it.
I have a ttrackbar-component on my form
that has a min of -...
using D7se
i have 2 problems..
initially, my code will send an email..however, i never receive it..
i am using a ';' for delimiter for CC,..not sure if i should use a , or a ;..
maybe t...
I want to display a HTML page, thats on the www in part of a delphi form. Is there any components for this, and if - in what toolbox?
Hi,
I have "TMemo" that has XML content like this (see in the code snippet).
How do I parse that XML and display:
- CaseID value
- CaseTitle value
And also display all the "Activi...
I am using in my software Printer.Handle & Printer to set some settings.
This worked till now fine.
After installing the SP3 of XP the program is crashing on some computers. This happens m...
Hello,
I would like to find out how to find a blank line on an excel worksheet.
THrough my program I have to update an excel worksheet. So I need to be able to find a blank line which r...