Language
Delphi
Remove
Platform
Any
License
Any
I have a action on a form with a key shortcut. The action will not get triggered. It seems as if my 'parent-form' (mainform) gets the keys instead.
The form with the action have focus, but is...
Yes you can use icmp.dll for ping if you don't want to use socket component.
Here's an example:
unit Ping;
interface
uses
Windows, SysUtils, Classes;
type
TSunB = packed record...
Preferences and check the box Minimize on run
I can't belive I missed that one.. It worked! Thank you!
-mydelphi
Preferences". I don't have Delphi 6, but if memory serves me well, it was located there in Delphi 3 as well. Perhaps it is located in Delphi 6 in/around the same location.
Export to excel
:
: Output - File info eg date : time : test result
: - Screen : scroll back buffer or such
: : Graph ?
:
: If someone have a library comp/obj...
Export to excel
Output - File info eg date : time : test result
- Screen : scroll back buffer or such
: Graph ?
If someone have a library comp/obj (even run...
please help.....
my thesis about making game with multiplayer but use LAN connection and i don't know the code..
can anyone tell me the source code or maybe the url about some game using...
: : Hi,
: : just wonder if anybody has ver. 2008 of Borland Builder C++? I use
: : ver. 6 and consider to upgrade. Is it worth it?
: : Thanks,
: : Denny_b
:
: There is no 2008 version...
: I've tried to make Delphi a little faster for a routine which is
: often called (very often):
:
: Delphi Code:
: procedure TMyClass.SetMarkerBit(
: const aBit: Cardinal;
: const...
I've tried to make Delphi a little faster for a routine which is often called (very often):
Delphi Code:
procedure TMyClass.SetMarkerBit(
const aBit: Cardinal;
const aSwitch: Boolean;...
: Hi I am trying to open a txt file(Log file) that is in use by
: another program. It can be opened in a notepad or syn text editor.
: but cannot open it in delphi, I have looked at the following...
: : This is new to me, so if any of you could explain; does Pascal,
: : Turbo Pascal, or Delphi have sophisticated enough compilers to make
: : a full-fledged 3d game like Wolfenstein 3d? I'm...
This is new to me, so if any of you could explain; does Pascal, Turbo Pascal, or Delphi have sophisticated enough compilers to make a full-fledged 3d game like Wolfenstein 3d? I'm still under the...
: Can you explain why this happens? (The compiler is dcc32.exe;
: Borland Delphi version 15.0)
: : {$align 1}
: {$include compdirs.txt}
: program hole1;
: var
: b1,b2,b3,b4,b5:byte;
:...
Can you explain why this happens? (The compiler is dcc32.exe; Borland Delphi version 15.0)
{$align 1}
{$include compdirs.txt}
program hole1;
var
b1,b2,b3,b4,b5:byte;
d:longword absolute b1;...
Hello all Delphi warrior,...
I ve been writing code in delphi for 3 years. recently i just entering Dynamic DLL area. a lot of funs and problems raising in this new toy. but the one frustrated me...
: : Hi..
: :
: : I have a listbox and a edit -line.
: : I enter a text in the edit -line, and it appears in the listbox.
: :
: : After this, I want to automaticly select the listbox (done...
: Hi..
:
: I have a listbox and a edit -line.
: I enter a text in the edit -line, and it appears in the listbox.
:
: After this, I want to automaticly select the listbox (done this) and
:...
Hi..
I have a listbox and a edit -line.
I enter a text in the edit -line, and it appears in the listbox.
After this, I want to automaticly select the listbox (done this) and select the text...
: : it works perfect going into a trade, HOWEVER:
: : When I exit the trade and then re-enter a trade I get the foolowing
: : error:
: : : : ---------------------------
: : Debugger Exception...