Let's suppose i wanted to call LoadLibrary then call Getprocaddress to get the pointer to say ShowBox
Result:=LoadLibrary('thedll.dll');
Pointer:=GetProcAddress(Result,'yourfunction');
...
I'm trying to encapsulate a call to create a shell process and capture its stdout/stderr from named pipes for further processing.
I can capture the stdout from a separately started proces...
Okay... I know how to download normal files where the URL path is directly to the file itself.
However what if I want to download http://www.deadlybossmods.com/download.php?id=1
This is dire...
I'm not that familar with databases so this question may be impossible to solve or sound stupid to you, but I hope you understand it :)
I have selected a record in a TQuery and wants to ins...
Hello
I have a problem. In my app i'm creating a couple forms. everything is fine when only one of them is shown using showmodal. When a modal form views another modal form it's fine also, ...
how to write sql command to get results float numbers in "###.00" format
thanks
Good day
I would like to know how can I read all usb ports on a computer and determine how much free space are available on the port and how can I copy data to the port
I keep receiving the following error and almost always they include rtl70.bpl or coreide.bpl or some kind of important file which is stored in the systemroot of my windows xp computer, im an...
Hi,
I'm using delphi's round option but I keep getting the following odd results
round(3.5) = 4
round(4.5) = 4
Can anybody help me to solve this?
Thanx in advance.
Hi,
How do i load .png file into tBitmap in Delphi?
Thanx for help,
FlashT
I have this problem. I have a string like this:
00000000|00004E6B|Filename
I want to store the first bytes until "|" as a hex string and then next set and extract that section and rename...
Hi Experts ,
For my program , I need sending a message(messageDlg) to computers in our LAN.The problem is that we have computers with win 98 and I can`t use "net send" comand.
Can somebody ...
i would like some help, i am writing a program which outputs a log file, but i need to encrypt this log file, withouit using an encryption component such as
cf.infile := wotever
cf.outfil...
Hi I know this is simple but anyway.
How do i get process Id of for example EXPLORER.exe
I know how to get process id through GetWindowThreadProcessId.
but i want ID of process that i only ...
Dumb question: either I am stupid, or I am too smart for
the simple answer
I put the TabControl.....
I put a PageControl.....
Where (the H***) do I find the TTabSheet for making different pa...
Hi all,
I am new to Delphi but am migrating from VB. It is a big change. I have a program that pulls Zip files from a CD (it gets this list from a Access 97 Database) and puts then in a d...
I have installed Delphi 7 and Visual Studio 2005 that brings Crystal Reports.
I can import Crystal Reports to delphi 7?
How must I do it?
Hello,
We are trying to implement Crystal Reports 10 VCL in a Delphi 7 application.
All is ok when Crystal Reports 10 is fully installed on the machine.
But when we try to setup the a...
hi, im trying to make something that will change the value of a specified field in an html document, so far i've got to the point where i can get the forms details.....but im stuck when trying...
Is there out any component or procedure that could help me converting some of my old *.dcu's back to *.pas files
i lost the sources (*.pas files )but i got the *.dcues files from my friend ...
I am trying to install Turgo Delphi 2006 on a new PC I bought, preinstalled with Windows Vista
It fails during prereq installation of .net 1.1
I read that .net 2.0 is already installed on Wi...
Hi to solve scroll problem in dbgrid (delphi 7) I use:
procedure TForm1.ApplicationEvents1Message(var Msg: tagMSG;
var Handled: Boolean);
var
i:smallint;
begin
if msg.message=WM_MO...
Hi all,
I'm trying to write a small app that examines all files in a specified directory and gets a certain value from each file, then output the results somewhere (memo pad at the moment)....
Hello experts,
I have some files that contain hex data I would like to convert it to ascii. I saw an example and used it to create a small sample application. But this program does not see...
Hi Experts,
How can one play Flash MOVIES, *.FLV, files in Delphi 7?
Examples, Readings and Free Components welcome.
Thanks in advance!