Advertisement

1 - 10 of 38 containing alltags:("Delphi Application") (0.001 seconds)
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...
Zones: Delphi ProgrammingDate Answered: 03/17/2003 Grade: A Views: 11
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...
Zones: Delphi ProgrammingDate Answered: 04/29/2005 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/11/2005 Grade: B Views: 0
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 ...
Zones: Delphi ProgrammingDate Answered: 08/26/2007 Grade: B Views: 4
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...
Zones: Delphi Programming, Windows OSDate Answered: 10/01/2007 Grade: B Views: 19
How can I use delphi 2.0 to start and close down an application. Can you provide some code to do this?
Zones: Delphi ProgrammingDate Answered: 01/08/1998 Grade: C Views: 0
     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...
Zones: Delphi ProgrammingDate Answered: 02/06/2001 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 10/04/2001 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 05/14/2003 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 09/25/2002 Grade: A Views: 0