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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gp4

  1. gp4

    Email using Delphi

    Is it possible to send emails using Delphi 7. I'd like to be able to specify the sending email address and the receiving email address. Any ideas or docs on this?
  2. gp4

    PC not booting

    I verified video card and RAM is ok by testing on another system. P4 2.8Ghz Gigabyte 8i875 motherboard
  3. gp4

    PC not booting

    Recently my WinXP PC no longer boots. It was shut down properly the night before with no problems and nothing was changed on the machine. I get no display at all and no beeps during boot up. There is power to each of the components. I have confirmed that the video card and RAM is working. Any...
  4. gp4

    BIOS Virus

    Are there any recent BIOS viruses since the CIH virus that would effect XP machines? Thanks
  5. gp4

    Delphi Constructors

    Thankyou whosrdaddy .
  6. gp4

    Thread - use of variables

    Thanks for the help.
  7. gp4

    Delphi Constructors

    Hi Hilfy, Thanks for your update. I need some further help with this. I'm trying to create a Timer object in a Thread. Here's part of the code: type ttimernew = class(TTimer) private public constructor Create (AOwner:TComponent); override; procedure newevent (Sender:TObject)...
  8. gp4

    Delphi Constructors

    Does anyone know if there is some good documentation/guidelines on editing Constructors. Thanks
  9. gp4

    Thread - use of variables

    Hi Nordlund, I'm using the thread to do a very large filecopy/cut operation (a few GB) using filestreams. I wanted to get access to the filestream.pos property in the thread from the main application to determine its progress. Thanks
  10. gp4

    Divx / MPEG - 2

    Hi, I found that the windows media player activex control does the trick. Thanks
  11. gp4

    Thread - OnTerminate Event

    Hi Nordlund, Thanks again for your feedback. I tried the above code but I get an exception when I create the thread by calling from the main application: Tmythread.Create(false); I get the error: 'Thread error: The handle is invalid (6).' Any ideas what could be wrong? Thanks
  12. gp4

    Thread - use of variables

    Hi Nordlund, Thanks for your feedback. I guess this allows you to access variables that exist in the mainform, from the new thread. How would you access the variables in the thread from the main application though? Thanks
  13. gp4

    Thread - use of variables

    I am using Delphi 7 and would like to know if it is possible to read variables that exist in the Thread that is instantiated, from the main code. If so, how should I declare these variables in the threaded code. N.B my main code is in unit1.pas, and the thread code in unit2.pas for example. Thanks.
  14. gp4

    Thread - OnTerminate Event

    I have created a thread to execute in my application but I'm not sure where you would Declare the OnTerminate event handler. Any ideas? N.B my thread code is contained in unit2.pas and my main code is in unit1.pas for example.
  15. gp4

    Divx / MPEG - 2

    Is it possible to play Divx or MPEG 2 files with Delphi using TMediaPlayer.

Part and Inventory Search

Back
Top