Forum: General
01-28-2007, 01:45 AM
|
Replies: 0
Views: 714
On compile/build
Is there a way to define a constant and to automate the change of this constant when I press Compile or Build.
Example:
{BEFORE Compilation}
const
some_id = '18FB64A86C1_2007_01_28';
...
|
Forum: General
12-12-2006, 12:45 PM
|
Replies: 9
Views: 2,330
RE: Credits goes to Kovachev - sorry
It was tested to work on XP SP2 (with almost all hotfixes). As you probably know DEP is CPU dependent so the solution may probably work even on Vista ("running" on old CPU), but I have no time to...
|
Forum: General
12-12-2006, 06:54 AM
|
Replies: 9
Views: 2,330
RE: Get the param string of an exe
The only way I found some times ago when I was dealing with such a problem was code injection + remote code execution.
It is very simple to do that. The following code is tested on win NT, 2000 and...
|
Forum: General
12-10-2006, 07:19 AM
|
Replies: 1
Views: 999
Simple CRC check?!?
I am trying to implement a simple CRC check of my program and I need to access it’s executable so I could check it, but the problem is that I could not gain access to it. Here is what I’ve tried:
...
|
Forum: General
12-18-2005, 12:36 PM
|
Replies: 5
Views: 2,051
RE: TChart and TPointSeries
This could positively work but for now I am looking for another method, because I have >80 series and it will
be waist of memory ot create multiple instanses for
all of them.
S. Kovachev...
|
Forum: General
12-18-2005, 08:29 AM
|
Replies: 5
Views: 2,051
RE: TChart and TPointSeries
I cant understand what you mean but what I am trying to do
is to insert single data series in multiple charts.
I have a set of TPointSeries and I am creating dynamic windows with TCharts where...
|
Forum: General
12-18-2005, 07:01 AM
|
Replies: 5
Views: 2,051
TChart and TPointSeries
How could I insert one TPointSeries
in two or more TChart-s. When I create
and fill up with data a TPoinSeries
and try to insert it in first TChart
everithing is ok but when I try to insert
it...
|
Forum: General
04-22-2004, 10:01 AM
|
Replies: 2
Views: 1,281
RE: delphi 6 and assembler
Actualy my mistake I haven't reed the help
for how div works. But the first part
the answer is right the functions are High() and Low();
Press <cr>accept</cr> if this helps.
S. Kovachev...
|
Forum: General
04-22-2004, 09:55 AM
|
Replies: 3
Views: 1,013
RE: How to add web image to delphi project?
You can implement file download routine in your
application witch will download the file from network
and then you can load it as file.
This is the way some freeware softwares with boaring ...
|
Forum: General
04-22-2004, 09:51 AM
|
Replies: 2
Views: 1,281
RE: delphi 6 and assembler
Try using High(QPCCast(Count)) and Low(QPCCast(Count))
and there is no need from the code in red as the
mov directive just places the value in right in selected register and value from the previous...
|
Forum: General
04-21-2004, 08:59 AM
|
Replies: 3
Views: 4,035
RE: Can You Give Me An Example of Code
This is sample code that do what you whant. It doesn't use DirectX. That are simple images processing routines.
You need Graphics32 library from(http://www.g32.org/graphics32/) it has very fast...
|
Forum: General
04-20-2004, 09:24 PM
|
Replies: 3
Views: 4,035
RE: Can You Give Me An Example of Code
What do you mean by <ct>image detector</ct> did you
mean motion detector, images compareing tool or what?
If you what to make motion detector i can send you some
info about this and sample class...
|
Forum: General
04-20-2004, 09:16 PM
|
Replies: 2
Views: 3,229
|
Forum: General
04-20-2004, 12:38 PM
|
Replies: 2
Views: 729
RE: MySQL Problems
You shoud enclose date in quotes (MySQL doesn't make difference betwen " and ')
This is example of what you whant to do:
<cb>SELECT * FROM `systemlog` WHERE TimeDate >= '2002-05-12' and TimeDate...
|
Forum: General
03-10-2004, 09:43 AM
|
Replies: 0
Views: 931
CreateRemoteThread() working demo
I need working demo how to use CreateRemoteThread() Windows API Function. I want to copy some code to another process and run it from there.
|
Forum: General
03-06-2004, 07:10 AM
|
Replies: 0
Views: 911
Get another process full path . . .
I need to get the full path(e.g. c:\Application\Application.exe) of another process for which I have the HWND, ProcessID, and ThreadID. I've tried using the PROCESSENTRY32 structure, but that only...
|
Forum: General
09-23-2003, 02:43 PM
|
Replies: 0
Views: 2,095
Capture frame to bitmap with DirectShow
I want to capture a frame to bitmap from my camera.
For input device I am using ATI All in Wonder video card and CCD camera.
I am using DSPack 3.31 from http://www.progdigy.com/.
My program uses...
|
Forum: General
01-25-2002, 10:48 AM
|
Replies: 1
Views: 904
RE: mysql (again)
You can use MySQL API function
mysql_list_tables(_mysql: PMYSQL; const wild: pChar): PMYSQL_RES;
|
Forum: General
01-24-2002, 11:21 PM
|
Replies: 2
Views: 1,597
Video capture motion detect?
I will try to ask in other way.
Any ideas on:
How to detect motion in captured video?
Please dont post me pixel by pixel compare
because there is random displace for any
frame delivered by...
|
Forum: General
01-20-2002, 11:17 AM
|
Replies: 2
Views: 2,151
Compare Images
Does anyone know how coud I compare two images
and get as result the presents of coincidence.
|
Forum: General
01-17-2002, 08:02 AM
|
Replies: 1
Views: 1,361
|
Forum: General
12-08-2001, 06:41 AM
|
Replies: 4
Views: 768
RE: Records lost in databases.....
I have faced with the same problem a long time ago.
Handle the event OnAfterPost and call there BDE API function DBISaveChanges(Table1.Handle).
Parameter is a cursor handle of the table, you want...
|
Forum: General
11-30-2001, 12:59 AM
|
Replies: 1
Views: 989
Console application events
How to handle events in
console application {$APPTYPE CONSOLE}.
I whant to handle OnTimer event of TTimer component.
10x!
|
Forum: General
06-15-2001, 11:44 PM
|
Replies: 6
Views: 5,520
RE: RE: TImage / OnClick
I sad that the program I whant to control is not written by me. I whant to conrtol net2phone program (it seems that it is written i Delphi or C++ Builder). And I need to press one TImage used as...
|
Forum: General
06-15-2001, 11:03 PM
|
Replies: 6
Views: 5,520
TImage / OnClick
There is a program that uses a TImage component as control
and has OnClick event. How could I simulate mouse click
from my program?
When there is TButton it has a THandle and I can use...
|
Forum: General
06-15-2001, 10:10 AM
|
Replies: 2
Views: 3,591
THandle
I have a program written in Delphi5
that has TEdit and two TImage.
The TImage is used as control(button).
Definition is
var
Go: TImage;
Stop: TImage;
...
|
Forum: General
06-14-2001, 05:53 AM
|
Replies: 2
Views: 3,629
|
Forum: General
04-10-2001, 11:17 AM
|
Replies: 1
Views: 1,119
IP Address Cahnge REPOST
Tavares : I don't need to change the DNS server
I realy need to change the machine IP Address
Read carefuly -IP ADDRESS NOT DNS Server !!!!!!!
When you enter the
Control panel --> Network...
|
Forum: General
04-09-2001, 10:10 AM
|
Replies: 1
Views: 2,641
IP Address change
I need to know how can I change
local machine IP address.
I whant to configure Windows
Network TCP/IP settings.
Does any one know how can I do that.
|
Forum: General
04-05-2001, 10:02 AM
|
Replies: 1
Views: 1,561
IP Change
How to change Windows
-- IP Address
-- Subnet Mask
-- Gateway
from my program.
|
Forum: General
03-06-2001, 10:23 AM
|
Replies: 4
Views: 2,392
Mouse/Keyboard Lock
I need to lock a mouse
and keyboard on Windows system.
Does anyone know an API or some other way
to do thist?
|
Forum: DB-Aware
03-04-2001, 07:08 AM
|
Replies: 1
Views: 1,375
RE : DB Save?
I have an DB saved in *.db file. It is a Paradox Table.
I use the TTable and TDataSourse components to control this DB.
When I start my program modify the DB and close the program - there is no...
|
Forum: DB-Aware
03-04-2001, 01:31 AM
|
Replies: 1
Views: 1,627
DB Save?
I have an *.db Table.
I use the TTable and TDataSourse components to control this
DB. When I start my program modify the DB and close the program - there is no problem the changes was saved in it....
|