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

  1. FastLearner

    Is there an easy way to convert Python code into a DLL?

    I'm fairly new to PYTHON, but so far I like what I see. I've been able to build functions to do a variety of useful things that I would like to call from a different language. How would one go about converting the Python code to a .dll so that the function calls can be called from other...
  2. FastLearner

    Anyone have info on ASPECT DLL interface specifications?

    When I looked in the help files under the DLLCALL command, I found the following: Only .dlls that have been written with the ASPECT DLL interface specification can be used with this command. Calling an arbitrary .dll may cause a critical application error to occur! Anyone have any more info on...
  3. FastLearner

    How do you put the Procomm window on top when WINFOCUS doesn't work?

    Winfocus is supposed to change the active window for keyboard input, but it does not seem to be accomplishing that task. See code below... This code should check for focus every 10 seconds and if Procomm doesn't have it, it should take it. Run this and while running, click on another app...
  4. FastLearner

    How do you make the monitor "wake up" from the screen saver?

    I've written a nifty script that runs in line with our system alarm printer. (I work on an Intecom E-14 PBX.) All the alarms that hit the printer also display to the screen in my work area in color coded format. It also pages/emails out on certain alarms, plays wave files on others, and even...

Part and Inventory Search

Back
Top