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 strongm 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. windoz255

    Determine Explorer ProcessID

    Excellent!! Thanks for the reply Hypetia.
  2. windoz255

    Determine Explorer ProcessID

    Hi, Can anyone assist me with finding the ProcessID for "explorer.exe". ? (I am wanting to know the PID for this single executable and nothing else.) Any sample code would be useful. Thanks, Al.
  3. windoz255

    Running Apps with processes

    Hi, Can anyone assist me with some code. I am wanting to know what applications are running along with their processes. For example if you press 'Alt-Ctrl-Del', you can see the applications running. All I am wanting to know is how can I show running apps with their processes For Example. By...
  4. windoz255

    Access Form Locked

    Hi, I tried the Office repair, but the problems is still there. Any other ideas ? Thanks, Al.
  5. windoz255

    Access Form Locked

    Hi MakeItSo, The strange thing is that you cannot open the form, nor does the design view allow you to open the form. The only option for me is to re-create the form itself. If I run the analyse option on document(Access 2000, Tools, Analyze, Documenter), I get the following error...
  6. windoz255

    Access Form Locked

    Hi, Can anyone assist me. I have a simple database, nothing complicated. I managed to design 4 simple forms, after I had used one of the forms, MS Access refused to open this form. I cannot enter the design view of this form. I do not get any error message whatsoever. Any ideas ? Thanks, Al.
  7. windoz255

    Determine Properties

    Hi, I am trying to determine when a user clicks right clicks on an object to view it's properties. If a user is VIEWING this information then I want my program to perform a certain task. Whereas if a user is RUNNING this program it will perform a different task. Example: When using...
  8. windoz255

    Finding original exe name

    The code given by Hypetia really works well. I have searched various websites for this information but to no avail. Thanks again for replying everyone.
  9. windoz255

    Finding original exe name

    Hi, Can anyone assist me in how I can find the original name for a file. For example; calc.exe If i change this to say ca.exe, and I check the original file name(right click, properties and check version (XP)), it says calc.exe (original file name). I can still run calculator but the...
  10. windoz255

    Hwnd

    Hi, Can anyone advise me in how I can figure out if an exe is running with the "Hwnd". Thanks, Al.
  11. windoz255

    Find the difference (exe or folder)

    Hi, Can anyone advise me in how I can go about writing a program which can tell the difference between an executable and a folder/document. Example; I have a folder called Notepad, and within this folder are my text documents. This folder is open and sitting in the Taskbar. I then run...
  12. windoz255

    PCMCIA Card

    Hi, Can anyone advise me with a problem that I am having with a PCMCIA modem card. I have used my laptop for the past 2 years without major problems. Although recently my machine would not boot up, it was freezing at the win98 splash screen. The laptop usually makes a beep noise to...
  13. windoz255

    Hide App in Win98 and Windows 2000

    The forms which run are invisible. The task manager is capturing the name of the app, that is the thing which I don't want. Any ideas ??
  14. windoz255

    Hide App in Win98 and Windows 2000

    Hi, Does anyone know how I can hide my VB program in Win 98 and Windows 2000. I do not want to create 2 seperate programs, one for each OS. I have seen some code for hiding win 98 apps but this does not seem to work in Windows 2000. The following code will not work correctly in Win98, as...
  15. windoz255

    terminate process - How ?

    bbolte, Thanks for the reply, but the information at the URL seems to do the same thing as my current project. What I want to do is use the terminateprocess within my given source, rather than using postmessage. Private Declare Function TerminateProcess Lib "kernel32" (ByVal...
  16. windoz255

    terminate process - How ?

    Hi, Can anyone advise me in how I can use the terminateprocess api instead of the postmessage api. My reason for wanting to do this is to see the difference in the termination of any window I close. One of the main problems I have been getting is memory leaks with postmessage WM_CLOSE. That...
  17. windoz255

    Floppy Drive Locks Win2k

    Hi, Can anyone advise me with the following problem. I have recently installed Win2k on to a PC. Each time I insert a floppy disk, the system seems to lock, I then have no choice but to force a reboot. For example say that I have NOT inserted a floppy disk,I can click on the Floppy drive...

Part and Inventory Search

Back
Top