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 bkrike 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: jfreak53
  • Content: Threads
  • Order by date
  1. jfreak53

    DB problems

    Ok so my previous questions have been worked out all good, thanks everyone. Now I have one regarding DB problems. I have MySQL DAC installed and querying data from a remote MySQL DB. Everything works fine, the only problem is that one of my clients has a HUGE db, we're talking 10K plus items...
  2. jfreak53

    Indy and FTP

    Does anyone know where I can find a good exmaple or tutorial on Delphi 6 and Indy 8 for FTP? I found one for indy 10 but to be honest the differences I see are too much. Any ideas? I just want a simple directory lister and navigator, that's it. But between indy 10 and 8 are driving me crazy...
  3. jfreak53

    Canvas Problems

    Ok so I have this Timage control on the board, and I am taking a screenshot of a tbrowser component, and that works fine. The problem is that if I go to another web page the old image stays in the image control and the new one doesn't load. How do I clear this canvas and re-load something new...
  4. jfreak53

    Percentage Calc

    Ok here is what I have. I have two edit fiels. One where the person enters the dolar amount and the second where they enter the percent they want to add to this amount. I have tried everywhich a way I can think of to calculate percentages in delphi 6, no go ahhhhh. ha ha So my question is...
  5. jfreak53

    Re-Open Form

    How do I re-open a form after I have closed it with the release command? I have a second form on an app that I close with release but there are times I need to reopen it? Thanks in advance
  6. jfreak53

    Box type component or script

    I am looking to create an effect that I saw once on a program, but I can't remember the program. What I want to do is when you click on a button in my toolbar I want that to popup a small well, popup, with some edit boxes and different things in it and for there to be an ok button to save and...
  7. jfreak53

    Proxy

    I have a twebbrowser component that is working just fine on a form. What I want to know is, is there any way to program a proxy for this component inside my application? From testing I have found that it just uses IE's engine and IE's settings, including proxy. But I want to use my own proxy...
  8. jfreak53

    Socket Error

    I have a program that I have using the icmp function to ping a couple of ips and a domain. The problem is that every once in awhile it will freeze up the program and give me a socket error box with the error code "11001" and I have to shut it down using the task manager. What I want to do is...
  9. jfreak53

    Remoting sound

    I would like to make a program that captures the sound from a computers sound card going out of the computer then send this sound, it can be in really low format, to a predestined ip address on the local network that has a reciever program waiting to get the sound and then play that on the...
  10. jfreak53

    Delphi network starting

    I need to make a small program that checks certain ip addresses on my personal network every certain number of seconds to see if they are connected to the network, maybe a ping? I was told that Indy components have this feature but I cannot find it, I use delphi 6.
  11. jfreak53

    Curves two of a kind

    What I would like to do is to take two curves and make them follow eachother, I'm trying to make a curved arrow, but the only way I know of to make this curve true is to create a circle and then try to attach the arrow to the circle. I want both sides of this arrow to attach, the outside to...

Part and Inventory Search

Back
Top