Hi!
I've been using Delphi 2009 and am now testing Delphi 2010. When trying to compile a project, for some reason I get a "Missing operator or semicolon" error in the file attached, and can't...
Hi Experts
I'm trying to download a CSV file with a web browser controll in .NET. The thing is I want to by pass the File download Dialogbox and directly save the file to the file system. I...
I have made a splashscreen which I'm showing before the start of my application, on this splashscreen there is a progressbar which should display the progress of a query getting data from a re...
(I have attached an image)
I'm not good with knowing how Delphi knows about units and compiled packages etc...
I've uninstalled Interbase from the control panel, and have tried to remove...
Hi Experts,
How to convert TMemoryStream in String. I am using delphi 7
Thx for some help
Hi all,
Today I installed Delphi2009 CodeGear. I have 2 little problems:
1. Can not compile any program(even program without any code).
I receive an error message like that ''Can not run ...
I'm trying to launch another application from my application, and I need the app I'm launching to have elevated privileges for UAC in Vista.
The code I use below worked in D2007, but now it...
Hello all.
I need to load all my resources from dlls.
Till now I used fine the posted code, but in Delphi 2009 & 2010 doesn't work, since in Delphi 7 works. How can I load them using Delphi ...
I am upgrading from Delphi 7 with Indy 9 to Delphi 2009 and Indy 10.
I get Indy to attach a document to a email but the recipient receives a email with the attachment names ATT????.Dat alth...
I have the need to log debug messages from various places, from the program main loop, and from running threads. The debug messages eventually go into a TMemo component with a timestamp.
W...
Hello,
I'm trying to share some data between a service and some applications.
The service always starts before any application.
First i created a memory file map with CreateFileMapping($FFF...
Hello!!
I'm implementing in my application a system of error codes based on Windows like HRESULT!
As i see, HRESULT is common used in COM, but basically is the same way like Windows does...
Hi. How can i list usb devices connected using delphi??
More specific using Winusb driver (not HID device). I just want to list devices connected, not monitor for connect/disconnect devices....
I can't seem to understand this...
I create a dataset called QryTest.
I set the SQL to "SELECT "ID" FROM "TblBookings"
Close.
Open.
Takes 12 seconds.
Close.
Open.
Takes 1 second.
Ch...
Hello
I am making a file transfer application.
The application can send 3 files simultaneously and receive 3 files simultaneously.
It receives files on 3 ports, 7001,7002,7003.
I a...
Hi Experts!
There is an external application with a VirtualTreeview / TVirtualStringTree descandant (original component: http://www.soft-gems.net/index.php , http://code.google.com/p/virtua...
HI
I am trying to inject a DLL into a procces. It works fine by using "CreateRemoteThread" and "LoadLibraryA".
In the code below i am using "GetExitCodeThread" to get the handle off the lo...
Hi,
I have old version of Btrieve Database - Novell Netware.
how to convert dat files into csv format. What we need is csv format with the first row is field names.
sample file :
htt...
CreateProcess or WinExec in Delphi which is better for any OS?
//CreatProcess
function CreateProcessSimple(
sExecutableFilePath : string )
: string;
var
pi: TProcessInformatio...
Respected,
I have a difficulty to drag a folder from ShellTreeView to ListView and files from ShellListView to Listview. Here I don't use any external VCL or component!
It's possible in delp...
I am not sure what is the new licensing policy for the new Delphi 2010.
You get one year license and then what happens after that ???
Alright, found this: http://www.joachim-bauch.de/tutorials/load_dll_memory.html and translated it to delphi. I know this works in C++.
I have a DLL that was created in VS2008 and uses MSVCP...
Hi Experts,
I've been trying to terminate a system process programmatically via Delphi with the following code:
function KillTask(ExeFileName: string): integer;
const
PROCESS_TERMINA...
Hi all
I have a TOvcPictureField which contains a date. I want to be able to change the date up and down by pressing the F7 and F8 buttons when the field is in focus. I can do it with the '...
Well, ok. Doing my first large project for a company friend. So I decided that I wanted to look into the speed increase and just try something I've never done before. After reading about the i...