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!

Search results for query: *

  • Users: gp4
  • Content: Threads
  • Order by date
  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

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

    BIOS Virus

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

    Delphi Constructors

    Does anyone know if there is some good documentation/guidelines on editing Constructors. Thanks
  5. 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.
  6. 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.
  7. gp4

    Divx / MPEG - 2

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

    MPEG Playback

    Does anyone know how to play MPEG files using Delphi 7. I've tried using the TMediaPlayer object with the Animate object but it will just show a black screen in the display area. Any ideas? Thanks
  9. gp4

    ShellTreeView / ShellListView Components

    Hi, I'm using Delphi 7 and trying to use the components: ShellTreeView and ShellListView however its not clear how you can obtain the filename/path for example when selecting an object from the listview. Does any one have any clues? Thanks
  10. gp4

    TCPSERVER Indy component

    I need some help with using the INDY component TCPSERVER/TCPCLIENT in delphi 7. To start off I'm trying to write text over a socket connection. So at the server end I have a line: asender.thread.connection.writeln('test'); And at the client end: data:=tcpclient1.readln(); But find that it...
  11. gp4

    Firewall/Block Ports

    What commands can you use on a Cisco 1720 router when configuring IOS Firewall for blocking ports? Thanks
  12. gp4

    Block Ports

    What commands can you use on a Cisco 1720 router when configuring IOS Firewall for blocking ports? Thanks
  13. gp4

    Subnetting/Configure

    How do I configure subnetting on an interface. I notice in some sample configs that while viewing IP route tables I see: ... 171.68.0.0/26 is subnetted, 3 subnets ... as an example. How do you enable/configure subnets?

Part and Inventory Search

Back
Top