Hello all.
How can I make a program start up as full screen without being in the windows dos box. I have several programs that I wrote and they all come up in thge dos box. I am using Windows Mellenium. I have one program I use that is a Ham Radio Logbook that runs full screen without the dos...
Hello all.
One of the Programs I wrote has a fault.
When I try it on a different computer I get This...
The Logbook.exe file is linked to a missing export,
Oleaut32.dll:VarNot.
What can I do to correct this?
Can anyone tell me what I am doing wrong????
Thanks again,
Bob
I have a project that uses Edit boxes for Text Input.
These are saved to a LogRec file XXX.dat
type {Log Records}
TLogRec = record
Name : String[15];
Station : String[10];
Freq : String[10];
...
qslr : String[5];
timeoff : String[9];
type
TForm1 =...
I am making a Inductor Calculator that contains 12 Edit boxes and 5 Buttons. 5 for series calculation and an answer box. 5 for Parallel calculations and an answer box. The problem is if I use only say 3 of the 5 inputs I get an error that "" is not a valid floating point value. My code...
I have a program that uses a file called VE3CRM.dat... I would like the user to be able to make a new file called..
Some other name. My Procedure is this code.
procedure TForm1.FormCreate(Sender: TObject);
begin
AssignFile(AddrFile, 'VE3CRM.DAT');
if FileExists('VE3CRM.DAT') then
begin...
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.