Hi,
I hope someone can help me out with this:
My programm lists some items. With a double click on a selected item,
the item is being transfered into a ms-word document. The "normal" Windows...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20553103.html
My Delphi App using a dll written in VC++ which inturn uses some other dlls and services.
Occasionally my Delphi App closes itself (crashed???) with no warning. (System event log shows some AV @ p...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21400984.html
Hi all,
I am working in a project using Delphi 7 and MS SQL 2000. My application has a login screen to allow several permissions for every user. I am storing my users information in a user table...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21452058.html
How can my Delphi application (A) know which area of "someone else's application (B)" was repainted?
when you put something over a form, and then move it. I think Windows repaints just the area ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22476097.html
I came across a very tricky problem (in Delphi 7). Window XP and Vista (and maybe 2000) - sometimes close programs abnormally, for example when system is shutting down. And when it happens: OnDestr...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22858027.html
How can I use delphi 2.0 to start and close down an application. Can you provide some code to do this?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10032280.html
What I have encounter in my programming experience is how to utilize Schedule Task in standard Windows 9X, Windows NT in order not to rewrite the entire code of such process... I just want to...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20069887.html
i have the following in a file called "pic.rc"
PIC1 PICTURE"Start.bmp"
PIC2 PICTURE"Starta.bmp"
PIC3 PICTURE"Startb.bmp"
PIC4 PICTURE"Startc.bmp"
i have compiled it ok and have got my re...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20190242.html
I need two Delphi applications running on two different machines communicate with each other using simple network adapters. Currently we are developing a flight simulator application and we need tw...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20317660.html
I use a filter expression like this in Delphi 3:
Table1.Filter := 'Year = '''+Edit1.Text+''' and '''+Edit2.Text+''' = ''no''';
Table1.Filtered := True;
The table has the fields
Year (Numbe...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20365742.html