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 SkipVought 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. PHH1955

    SendInput and VK_SHIFT using C++

    I'm trying to use SendInput to send keystrokes from my application to another application in a different thread. I can accomplish sending character keys without a problem. The problem arises when I try to send, non-character keys, specifically VK_SHIFT. The target application simply doesn't...
  2. PHH1955

    COM Fax Client Problem

    I've just written a fax client for a project at work. The application is written in C++ using the Fax Service Extended COM API (faxcomex). Programmitically, the application runs and does exactly what it should do: Sorts through some image files, puts them in the correct order, attaches the...
  3. PHH1955

    INACCESSIBLE_BOOT_DEVICE Fix

    I must have sifted through 1000s of suggestions before I ran across the link below. It addresses how to fix the problem when hardware changes cause the INACCESSIBLE_BOOT_DEVICE error. I used the procedure to fix an image that I was using between two different hardware configurations. It...
  4. PHH1955

    Stopping popups in Win 2000

    A lot of popup messages are coming through the Messenger service that is started by default on Win2K. They look like a dialog box with a message in them. The dialog title bar says "Messenger". You can stop those by disabling the Messenger service in Control Panel-Administrative...
  5. PHH1955

    2GB RAM Crash

    Just wanted to update this and let anyone reading it in the future know what the exact problem was in this instance. While this board will support 4GB of RAM, ASUS has apparently not found any manufactures that have module sets that can go beyond 2GB. You can look on their site...
  6. PHH1955

    Problem with DHCP server...

    If you have lease set to expire in 3 days and the computers that are causing conflict are not turned off in that three day period of time ... this might cause the conflict. Because the lease has expired, the DHCP server will attempt to reissue the address. But, if the PC with the expired...
  7. PHH1955

    no menu in word

    We've had this problem a couple of times. We fixed it by uninstalling, rebooting, then reinstalling. Just installing over the top of the existing installation wouldn't fix it. Hope that works for you.
  8. PHH1955

    2GB RAM Crash

    tuco7, Could you explain "registered"? And did that resolve your problem?
  9. PHH1955

    user rights problem

    If you can tell us the exact wording of the error message it would help.
  10. PHH1955

    Nested Trigger Not Firing...

    Have you tried COMMIT after you update from the Table A trigger? Post the code if you can?
  11. PHH1955

    Explorer very slow opening network shares

    Are there a large number of files and folders in the subdirectories of the shared folder? I believe that Explorer reads the entire directory structure of the folder when you first open it. The more files you have the longer it will take to read the structure. Slow network response and heavy...
  12. PHH1955

    Selecting from the middle of a recordset

    Look in the MS-SQL help files for info about using a CURSOR. A CURSOR is a result set and you can do a variety of functions with it, like count records, etc. I'll see if I can come with some specific code to do what you are asking but I may not be able to get to it for a few days. What...
  13. PHH1955

    Preventing Accidental Moves in Windows Explorer

    Welcome to the world of Customer Support. I have found that standing over a user with a baseball bat and continually repeating "don't do that" the most effective way of preventing mistakes. The only way that I can think of to prevent drag&drop errors is to give only read & execute...
  14. PHH1955

    In ms paint how do I saves as .jpg if it's not there?

    You can try copying the mspaint.exe file from a computer with the same OS on which mspaint actually works. As far as I know, the file filters are part of the program code and there is no way to turn them on or off in mspaint. If you don't have at least SP3 you might consider installing at...
  15. PHH1955

    network printer probs?

    This is a POSSIBLE solution, not necessarily the one you need ... I'm assuming that 192.168.x.x machine is on a router (like you might use in your home to hook multiple computers together). If this is the case you may have to use the address of the router itself to identify the printer. Then...
  16. PHH1955

    2GB RAM Crash

    The motherboard is an ASUS P4P800 Deluxe ... it supports up to 4GB of RAM. I've contacted ASUS and they haven't really been much help. Just automated responses to check the RAM modules. I have rotated all modules into all slots. The chips themselves are not the problem. I'm running SP4.
  17. PHH1955

    2GB RAM Crash

    Not sure this is hardware or software problem but I am hoping that it's an issue with Win2K Pro and how it handles RAM. Here is the problem: I have a PC that I just built that has 4 slots for RAM chips. I installed 4x512 DDR PC2700 RAM modules. Intermittently, the PC will just shut off. In...

Part and Inventory Search

Back
Top