Hello experts
I have made a simple service using delphi whose goal is simply to RUN another program (infact an autorun but without using the
HKEY_CURRENT_USER\Software\Microsoft\Windows\Cur...
I am using Delphi 7 Enterprise on Windows Vesta. I created a number of units with their own forms. The main form suddenly is not visible and I cannot make it visible using the normal tool of c...
I have an Oracle Linked Server en SQL Server 2005. I can call an Oracle's stored procedure from SQL Server 2005 and the Oracle's Data is updated. There is a trigger in a SQL Server table wh...
I created a service (i.e. runs as a service, not an application). I found afterwards it was calling a piece of code which had a showmessage contained in it. Consequently it was halting conti...
Hi all, my question is how can i get a random interger number
i'll explain, on MouseMove Event we got "Sender: TObject; Shift: TShiftState; X, Y: Integer);"
if X = 120..300 i need do so...
I have created a menu items(TAction) dynamically and added to TActionMainMenuBar using the method AddAction().
Again I have to remove the dynamically created TAction items and add another set...
I wrote the following Delphi code to show a message AFTER the application has finished its Run procedure. But when I run it, it simply does not show the dialog.
Any Ideas?
Using Delphi 2010, I construct a XML file using the TXmlDocument, then SaveToFile (see code snippet)
Problem is - there are no line breaks (CRLF) after each line in the file on disk.
This ...
Hi,
I've built a browser shell for a group of clients which runs on vista using a stardard manifest. All settings saved in user appdata folder. This needs to be non admin application in order...