Hi guys!
This is a follow-up to my previous question (resizing a form beyond screen resolution):
http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_21479408.html
...
Hi everyone, its been a while.
I have a Delphi 5 and ADO connectionstring Question.
I want to create an ADO connectionstring, BUT i want to use the nice little windows popup connectionst...
Hi Delphimaniacs!
I need open the properties dialog of a scheduled task.
For example, in Windows I will open this dialog with:
Start Button -> Programs -> Accesories -> System Tools -...
I want to write an undelete program with Delphi. How do I do this and where do I start? It'd be nice to have it work on FAT16/32 as well as NTFS. Any ideas? Code?
How can i get around this 255 limit with a string?
Sal.
I have a legacy app that I'm trying to upgrade to D6.
It uses the old Kodak Imaging ActiveX controls
ImgEdit.ocx, ImgThumb.ocx, ImgOCR.ocx and
ImgAdmin.ocx.
I'm not sure about the ent...
I am using a buffersize in the IdTCPClient with the server, I am sometimes transfering small/large files across lan/wan, usual connection speed will be 256Kbps so I have set the RecvBufferSize...
I have problem that i shared program.exe
and only 10 network users can open it after connection not possible couse of 10 sessions limit in windows xp
How to increase windows sessions?
or ho...
Hi,
I have just started to work with Indy 9.
I am looking for a working example on Indy FTP. How to setup the Server and Client side to dowload/ upload a file.
It is really urgent, pl...
Does anyone know of a program or can provide me with some code that will get the z-order of a control when I mouse over it ?
You can see an example of what I am trying to get by going to h...
I wish to have a popup menu appear just below a TButton. However, when I feed the TPopUpMenu's .Popup parameter the location of the TButton (in form coordinates), the popup menu appears somew...
Hi all experts.
I have questions about the GINA replacement, Hope you can give me some ideas. Thanks alot!!!!!
I would like to make a custom logon Dialog and do the logon process of wind...
I am using IntraWeb in a project of Delphi 2005 for.NET
I can not use a global variable between 2 pages. The methods for VCL applications can not be used here.
Is anyone using IntraWeb? Plea...
Hi there
I was developing project to answer calls by using APRO (Async Professionsl) componenet and delphi 6 . I use Apdtapidevice from APRO to do that and my project successfully answer ca...
Using Delphi 7 Ent
Given a folder of XML files, I need to load the first file, then merge all the additional files into the first, and then save the first file as merge.xml.
each file st...
I'm using TShellListView in D6. I need a bug-free replacement. It creates too many errors.
Anyone know of / got a free lookalike or equivalent? If I have to pay for it thats okay, as long as ...
Is it at all possible to wrap the node text in the standard TTreeview packaged with Delphi 7? If not is there any alternative solution that is perferably free :P
Hi
I putting a TListview inside a scrollbox and wants to set its width and
height so no scrollbars are displayed in the listview, but only on the
scrollbox?
How can I get the width and...
I found following code for sending an e-mail with the Indy component MailMessage:
First time I send an e-mail with an attachment it is OK, but second time the e-mail sent is attached the sa...
Hello All;
I have never used the [TVirtualStringTree] before, so am a little lost.
I have checked out the Demo's that are included in the Source-Package.
But nothing really on showing h...
I need to add a few values to a table in a Microsoft Access data base. Using a TAccessApplication component I can open the database and the table with the following code:
AccessApplicatio...
I am trying to use the QuickReport TQRExpr Component, to sum a Calculated field column in my dataset on my report.
I have a "Qty" field and a "Price" field, which is multiplied and stored i...
What I am trying to do is create a http proxy. One that will check the url of the requested page, and only allow the connection if it is one held in a stringlist.
Delphi 7, latest version of ...
I am looking for an example of how to draw a TpageControl tab (user draw)
Thanks
Amiel