Hello Experts,
I have a difficult Q for you.I have an AVM ISDN Controller (Fritz Card USB)
http://www.avm.de/en/Produkte/FRITZ_for_ISDN/FRITZ_Card_USB/index.html
It has a usb and a Tel...
Hi Folks,
Im using ADO with MSACCESS and in some dbedits Im using a mask to force particular data. Now when the input is invalid, I get an ugly noisy message, which forces me to abandon ch...
delphi
i try to insert studentID value into database where its maximum length is 10
as example below
insert into student values(:studentid);
parambyname('studentid').AsInteger := 345678...
How can I make a form translucent (i.e. AlphaBlend set to True with a value of 0-255) but have the controls remain solid (i.e. using TransparentColor) without creating two forms?
AlphaBlend...
Hi Experts,
I`m having problems when i try to run a query using adoconnection and adoquery, connected to adoquery i have a adodataset and a dbgrid. The problem is when i try to run a delete q...
Hallo
I'm writing a simple, customized log-application (Indy Server) displaying messages sent by a desktop app (Indy client). It works fine.
I use TIdTCPCLient and TIdCmdTCPServer.
Now, I...
I have no problem getting the runtime of a Process ID on my local host but how can I get the runtime or the start time of a specific Process ID on a REMOTE host?
I'm trying to find out how...
Hi,
I need to run a procedure, that takes a control for the first parameter. The control is created at runtime.
Here's my procedure:
procedure SetElevationRequiredState(aControl: TW...
delphi
i have a method where i think it is too long
how can i rewrite or put it to 2 or more method
below is my code
I getting following error not sure why...I've attached snippet
Dear Experts,
I have made this code for enable and disable menu-items:
procedure TfrmTextToSpeech.Edit1Click(Sender: TObject);
begin
MenusAanpassen; //this is Dutch and it means Adj...
hi all,
i trying like to porting my software that was compiled by delphi 6 to delphi 2007;
unfortunately, i can't found the subtitute for nmUDP (netmaster) component which have methode :
...
I have used QueryPerformanceCounter & QueryPerformanceFrequency to detect System uptime, and it seemed to have worked, -well, until this morning that is.
Now, I am getting an uptime of 1 ho...
Hi experts.
I am trying to parse a string into various components and am not sure what I am doing wrong. I am attaching the code. The error is received on the line "protocol := protocol + te...
1.) How do i determine the default webBrowser?
2.) How can I determine if the Default webBrowser (Or any webbrowser for that matter) is active
3.) How can I get the handle of the browser?
Hi
I need to put my PC into sleep mode. How can I do it ?
SetEnvironmentVariable PROBLEM
How to get in SHOWMESSAGE dialog box CHAR 'A' ?
---->>>Project1.DPR BEGIN---->>>
program Project1;
uses
SysUtils, Dialogs, Math, Windows;
var I:i...
I want to be able to launch a process in the Secondary monitor. I am using the code below, but it doesn't seem to work. In fact the result is the same, no matter what value do I use for the hI...
Hi all,
I am trying to write some functions for a dll which means I need to declare the function, and call the function - sorry im not very good at these!
I have an example piece of code whi...
Having a little issue here with a Delphi Dll.
Problem is when I close the application that uses the Dll the process still shows up, which means my application isn't terminating properly.
D...
Can you point me to an interface to unrar.dll which works for Delphi2009? I've tried about 10 and they all fail in the first call to open the archive.
Dear Experts,
I have the following query
ADOQuery1.Close;
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('SELECT TOP 1000 * FROM tableName');
ADOQuery1.Open;
While the ADOQuery1 is not closed...
type
TForm1 = class(TForm)
Button1: TButton;
WebBrowser1: TWebBrowser;
procedure Button1Click(Sender: TObject);
private
procedure comp(Sender: TObject; const pDisp:ID...
delphi
I need to hide the month calender when user double clicks on the date . when user clicks on the buttons "<" or ">" to change the month i dont want to hide the Monthcalender.
my p...
hi
I need a code to display all possible country abbreviation with the full country name .. for example
United States - USA
GetLocaleInfo(LOCALE_SYSTEM_DEFAULT, LOCALE_SABBREVCTRYNAME, ...