Thanks to roo for being a real good influence on me and recommending me to try this (although I don't think this is 'exactly' what he meant).
I have made a flow chart of part of my application and It has made me realise some thing; I have a BUG!!!
when ever my application Auto drops a call I've...
Does any one else have this happen to their applications when using ShellExecute? : my program will work fine but, It will be never show (always minimised).
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls...
Is there any way to make an integer two or more separate numbers at the same time?
mydogs:array[0..9] of dogs;
i:=1,2,3;
myvoice.sit(mydogs[i]);
..............................................................
procedure TMainForm.xHold;
begin
if N = 1 then begin T := 0...
I have been working all day and now it is 3:38 AM and still I am faced by the very problem I tried to get around at first.
Let me try to explain:
I have built a program to call a phone line, some times the call drops so I have made a procedure which checks if the call is active or not.
//this...
I have 2 arrays...
apple : fruit;
Pack:array[1..5] of fruit;
BOX:array[1..10] of fruit;
I have finished all the code for a small program dealing with these arrays, but...I get an error saying Undeclared Identifier 'i' (note that the error is only coming up for the 'i' used on...
I am very confused about what is going on here but I have had a good look at it and a attempt to translate or decipher what is happening...
'i' counts the length of the AddPIN text
'b' is a var of the whole form. what's it doing at the end of this code?:
DTMF(copy(addPIN.text,i,1),b);
I...
I am having real problems with getting a TreeNode to be expanded on startup of my exe. I have managed to make it never collapse after you have expanded it manually...
procedure TMainForm.TreeViewCollapsing(Sender: TObject; Node: TTreeNode;
var AllowCollapse: Boolean);
begin
AllowCollapse...
I have been learning delphi for 1 week now and I am trying to get further in my learning of Delphi, I have a large script that I am studying... so far I have learned to write data to an ini file, read data from and ini file, make an array, make a button do a procedure, I can do quite a few...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.