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

    "There is not enough memory or disk space to run" Error Message

    Hi, I'm activating a loop that creates/adds tools to a menu (active bar), with their icons. The icons are loaded from a res file. When I run the exe file on a Windows95 environment I get the following error messages: 1. There is not enough memory or disk space to run. 2. Not enough storage is...
  2. Naftali

    How can I get an ID of arunning process

    Hi, I want to get the id of a procees according to it's name - same as I get for getCurrentProcess - but for another process. I'll really appreciate it if someone can help me out Thanks in advance, Naftali.
  3. Naftali

    DLL Memory leaks

    Hello All, We have a serious problem of memory leaks in our application that is caused because the fact that even when the application goes down the Dll's that it's using are still in the air (when we did restart to the computer the dll gave us an error message). We want to know how can we see...
  4. Naftali

    DLL Memory leaks

    Hello All, We have a serious problem of memory leaks in our application that is caused because the fact that even when the application goes down the Dll's that it's using are still in the air (when we did restart to the computer the dll gave us an error message). We want to know how can we see...
  5. Naftali

    UnRegistering ActiveX EXE

    Hi All, We are working with ActiveX exe components, and right now I'm trying to write our Install & uninstall wizard. I have no problem to register the ActiveX exe components by simply running them in a shell function - and that writes them into the registry. The problem is: How do I take...
  6. Naftali

    Synchronic Shell Function

    Hi All, I'm looking for a function that executes a program -like the Shell function- but I need one that will activate it synchronic (i.e. that I will have to wait till the other program completes its work) and to get a return code back. The similar function in C is spawnl(). Does anyone know...

Part and Inventory Search

Back
Top