You cannot post messages because this group is only available as an archive.
|
IQueryCancelAutoPlay in Delphi ?
|
| |
Hi :) I was just wondering if anyone has done anything with IQueryCancelAutoPlay in Delphi before. My app which runs in the background needs to prevent autoplay (in WinXP) from occuring, and IQueryCancelAutoPlay seems to be the only viable method but I am having a hard time figuring out how to do it. I... more »
|
|
Array and dynamic array
|
| |
Hi, I have some troubles getting an array and a dynamic array to work together. I have a procedure like this: procedure DoSomething(var res: array of byte); var i: integer; begin for i := Low(res) to High(res) do something() end; And from another procedure I call DoSomething like this: procedure Button1Click(Sender: TObject);... more »
|
|
Writing Ftp client
|
| |
Hi, I'm writing simple FTP client in Delphi 5 with TNMFTP component. When I want to list ftp directory, sometimes after .ChangeDir it hangs up - software works still, but I can't close it, and ftp functions hangs, and I must kill process. Is any example how to do it? How to reset ftp connection? I'm using OnListItem to get file/folder name.... more »
|
|
Click
|
| |
Excuse my newbie question How can I click from my program in another program's window ? thanks in advance
|
|
Delphi 8 IDE
|
| |
Hi, Does any body know how to debug dll in Delphi 8? I know how to do this in Delphi 5 but I can't do this in the same way in Delphi 8. Thanks in advance Szalas
|
|
Color problem
|
| |
Hi I need a function where the user can define a color, as the available colors in Object Inspector / Color are not sufficient. I was thinking of something comparable to what happens when Color is doubleclicked. I'm using Delphi 4. Nico --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system ([link]).... more »
|
|
Function SUM for arrays of type Single?
|
| |
To make a long story short: the following is the delphi SUM function for arrays of Doubles. Any ideas how to re-code this to work with an array of Singles? (*other* than simply writing a non-asm delphi routine...) function SUM(const Data: array of Double): Extended; asm // IN: EAX = ptr to Data, EDX = High(Data) = Count - 1... more »
|
|
API call to destroy a task in task manager
|
| |
Hi to all, I have an aplication written in Delphi 6 that uses external modules. When closing them, one particular one gives me problems and is left hanging in the task manager and I have to go there to destroy it. I wanted to know if there is an API call from Delphi or some such that can destroy an application from the task manager if we pass into it... more »
|
|
TFlatButtonUnit?
|
| |
Greetings all: Sorry if this is a newbie question, I've been programming for a long time but am new to Delphi. I'm trying to compile some code that I downloaded (Flash! torrent client) and the uses clause in some modules contains references such as TFlatCheckBoxUnit, TFlatButtonUnit, TFlatGroupBoxUnit, and other like named controls. I did some... more »
|
|
@pQ Almost FREE MONEY !! @pQ
|
| |
MAKE MONEY!!! MAKE THOUSANDS!!! I found this on a bulletin board and decided to try it: I don't care about the useless pre-fabricated crap this message usually says. All I say is, it works. Continue pre-fab crap. WELL GUESS WHAT!!! Within seven days, I started getting money in the mail!! I was shocked!! I figured it would end soon, but the money just kept... more »
|
|
|