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

    Synching application with browser component navigation

    I am using Delphi 5's Web Browser component to navigate a website. I need to parse the HTML source of some web pages, but since my code and the web browser do not seem to work in synch, I cannot work on the HTML source immediately after issuing a browser.navigate command. I tried using sleep /...
  2. ors

    Taskbar buttons remain after app is closed?

    Closing screensaver application (written in Delphi 5) leaves icon on taskbar?? Clicking on it makes it disappear. If the screensaver is activated a number of times, these application buttons on the taskbar accumulate. Still, they disappear once you click on them. Problem observed in both...
  3. ors

    Wasteful FindWindow

    From within my applications I need to check if another application is loaded. I tried the enum EnumWindows() API and the FindWindow API. I set up a chronometer within the code and the results I got are that FindWindow takes 64ms to complete and EnumWindows() takes 0 ms to complete. How can...
  4. ors

    Windows Messages

    I am creating a small utility to manage the windows of another application. I set a timer to enumerate the windows. I must do this a number of times because a number of steps are involved. Let us call this other applicaton GM. Here's the pseudo code: Check if the main window of GM is...

Part and Inventory Search

Back
Top