Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Creeden
  • Content: Threads
  • Order by date
  1. Creeden

    Dos box

    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...
  2. Creeden

    Running Prog on Dif Computer

    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
  3. Creeden

    Filling a String Grid

    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 =...
  4. Creeden

    I am making a Inductor Calculator t

    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...
  5. Creeden

    Changing a File Name !!

    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...

Part and Inventory Search

Back
Top