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. csoto2

    Writing a Binary value to the registry

    Basically, you have to pass this parameter as an array so it'll look like this... RegSetValueExA(OpenRegkeyHandle, ValueName, 0&, REG_BINARY, ValueDataBinary(0), ValueDataLength) where ValueDataBinary = Array(a,b,c,d....)
  2. csoto2

    changeserviceconfig2 in VB

    Actually, I think the trick is that you can't just use SC_ACTION_RUN_COMMAND. Here's what I did. It seemed to work for me... Option Explicit Private Const STANDARD_RIGHTS_REQUIRED = &HF0000 Private Const GENERIC_READ = &H80000000 Private Const ERROR_INSUFFICIENT_BUFFER = 122 Private Const...
  3. csoto2

    ACPI Error

    This may be a long shot, and you should really consider all other options before doing this, but you can change the ACPI driver under Computer Type in Device Manager. Update the driver to Standard Computer, basically rendering the ACPI technology useless. Good Luck. Carlos
  4. csoto2

    Feelings about ClearType?

    I to have turned this on. It does help my analog monitor look better, but the CRT really looks blurry. It is anoying. Carlos

Part and Inventory Search

Back
Top