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 Mike Lewis 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: *

  1. gschmeus

    Need to give user feedback while in a loop

    Oops - sorry for pasting the code twice.
  2. gschmeus

    Need to give user feedback while in a loop

    Here is the full code: Okay, here comes the full code: <HTML> <HEAD> <META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Developer Studio&quot;> <META HTTP-EQUIV=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;> <TITLE>DICOMWeb Image Database Regenerator</TITLE>...
  3. gschmeus

    Need to give user feedback while in a loop

    Thanks vituz, I tried your suggestion but it did not work. I am using IE5.5. Not only is the output area not updated while the loop is executed but the whole IE client window is &quot;dead&quot;. For example if you drag another window over it, the client window is not redrawn. In the loop I...
  4. gschmeus

    Need to give user feedback while in a loop

    I have a loop which runs for several minutes and need to give the user some feedback about the progress. My straightforward solution was displaying dots in a textarea like this (just the gist of the code): <form name=&quot;choice&quot;> <textarea rows=25 cols=20...
  5. gschmeus

    Communicating Between Two COM+ Servers

    The quickest solution that came to my mind is that you could give them a property which tells the computer name.
  6. gschmeus

    Server object - init takes about 50 seconds

    We have a similar problem with an Exe-Server under COM+ which is invoked by an Active Server Page running in Internet Information Server. If the system was idle for some time the first invocation fails with a timeout. Subsequent invocations succeed. As a workaround I configured the Exe-Server...
  7. gschmeus

    Creating a DLL Surrogate

    You need to register your Dll as an out-of-process server. It needs an AppID beneath its CLSID key which relates the coclass back to a key under HKEY_CLASSES_ROOT\AppID. The surrogate into which the DLL shall be loaded is listed there as &quot;DllSurrogate&quot;. If you leave this blank the...
  8. gschmeus

    right-click rename and download image

    Problem: Add an item &quot;Download image&quot; to the context menu of IE5.5 so when the mouse is over an image the user can store it in a certain directory (for further processing). The image has to be renamed. I managed to extend the context menu but can find no way to store the image. Maybe...

Part and Inventory Search

Back
Top