I am pleased to announce the new improved DelphiGamer.com site which will soon be known as "Pascal Game Development" or PGD for short. We recently merged with...
Hi, I need code to run cmd.exe from code and result display in memo1 (or listbox or ...?), not in DOS. Thanks. ... Do you Yahoo!? Yahoo! Mail - 250MB free...
http://www.programmersheaven.com/zone2/cat69/2090.htm A Delphi unit that allows you to run an external program and pipe the output to your application. Sly...
GENUINE DEAL - I always sell fast and cheap and my payment terms offer you the opportunity to receive, inspect and agree with the goods before release the...
Ok, so I tried to set the list back to unmoderated. Within a few hours, the next spam comes in. Spam and a wide availability of other forums for Delphi game...
I guess that's not so bad. Well the spam part is, but the advent of other forums can be a good thing. Personally I only read this list - but it's been silent...
Hello, First I want to thanks Jaro for releasing the DelphiX Hardware Acc version, ... but I wonder if DelphiX / UndelphiX will support direct music too in the...
There are a set of components called SXMedia that allow you to play music/movies in DelphiX, These might not be compatable with UnDelphiX, but they could be...
Hi all I want to sent my forms in delphi to back of any form in desktop... just like that my form is always in back [ not(always on top) ] thank you so much....
... form > in desktop... ... not(always ... I think this is a limitation of winapi, you can't make a form to stay in the background of other forms because...
Use the SetWindowPos API call with the HWND_BOTTOM Z-Order position flag: SetWindowPos(Form1.Handle, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE); Then...
Hi guys, I have a problem which I need to solve very fast... if it is possible... There is a scene in the project with only one HUD sprite. When the...
That's an incredibly huge size for the view window. Can the video card handle a window that large? Sly ... This message and its attachments may contain...
The program displays the map of the city... That's why it's huge :) But I don't understand why is it working on the nVidia which model is older than ATI's? ...
See this page http://www.delphi3d.net/hardware/viewreport.php?report=1294 It says that the maximum viewport size for 9200SE is 2048x2048. Nvidia and newer ATI...
Steve thanks ALOT :)) This solves my problem! As I pass the 2048p the screen goes blank. Thank you very much... I'm just dissapointed at my ATI card... ...
On January 1st 2005, PGD ( http://www.pgd.netstarweb.com/ ) launched it's inaugural competition. The theme was "Dog Fight" but rather than force entrants to...
Hello all, I'm currently developping a real time video processing program (saturation, brightness,contrast, and frame integration for extremely low light...
Hello Axel, If you are willing to use DirectX for bitmaps only the most logical choice would be DirectDraw (the 2D component in DirectX), however Microsoft...
Hello Armand and Cagatay, Thnk you very much for your help !!! Armand, I've just checked out your site at http://lionprod.f2o.org/articles/2DD3DDelphi.php and...
Hi, I'm quite desperate because I cannot initialize the vorbis extension in OpenAL. I found a reference for the libvorbisfile.dll which I assume is the...
xray_productions@...
May 8, 2005 1:18 pm
7381
Uh... how can I say this, um.... there's source code on the page (in a zip file, for download) and if that doesn't work either, make an ActiveX in MSVC or VB...