Everything posted by flarn2006
-
Blink light with new email
I have a parallel port adapter connected to my PCMCIA (Cardbus) socket, and I have a device plugged in there which can light up in different colors, controlled by values sent to its I/O port (0xFEE8). Now, the reason I posted this in the software section as opposed to the hardware section is I'm looking for a program which can make the light blink when I get a new email. If anyone knows of software which can make it work as a general-purpose status indicator, such as indicating when the computer is locked, when the battery is low, etc. Please post if you know of anything like this!
-
Memory editor for Windows XP?
Hi! Does anyone know about a (preferably freeware) memory editor for Windows XP? I don't just mean one that edits the memory in a single program's context, but one that can edit the entire system's memory by installing a driver or something. Thanks in advance!
-
Disable faded toolbar buttons in Office XP
I just realized it's only in the version that comes with Frontpage. Any ideas?
-
Disable faded toolbar buttons in Office XP
Okay, so I installed Office XP, and I noticed that when I don't have the cursor on them my toolbar buttons look a bit lighter. Is there any way I can make it keep the normal shade? Thanks! By the way, if anyone knows any way to make the menus look like those in other applications (such as Paint or Wordpad) where the selection bar doesn't look transparent and raised above the menu, feel free to tell me that too!
-
Access 2000 slow on XP
Okay, so I'm running Office 2000 Premium under Windows XP, and when I scroll through the menus or type in the name for a new object in Access, it just seems sluggish. Any ideas? By the way, this only happens in Access; other Office applications are fine.
-
Stop Windows Update from replacing system files
A while ago, I used Replacer.cmd to replace shell32.dll with a version with icons from Windows 95, since I just prefer the way that looks. However, just recently, Windows Update started putting it back to the Windows XP version. How do I stop Windows Update from modifying this file? It's really annoying needing to replace it again every time it changes. Please help me!
-
Screen saver only when system locked?
Windows XP
-
Color picker dialog
The numbers do change, unless you happen to have picked solid black or solid white, in which case the brightness/luminosity will make the RGB values 0,0,0 or 255,255,255 regardless of hue and saturation. That's how color pickers work. As for alt-o, it's the hotkey for the Color|Solid box (swatch). Nothing hidden anywhere. No, it's the hotkey for that hidden button mentioned in the original post. The o may be underlined in there, but if you hack the window larger, clicking that button will have the same effect as pressing Alt+O.
-
Screen saver only when system locked?
Is there any way to make it so the screen saver will only start when the system is locked? I know there's a feature to lock the system when the screen saver exits, but is there any way to only make the screen saver start if the computer is already locked?
-
Color picker dialog
Enter the color picker dialog (open Paint, double-click color at bottom) Click "Define Custom Colors" Select a color in the right half of the dialog Watch the little black cross/cursor/whatever Press Alt+O After following these steps, you should see the cursor move a little, and the numbers in Hue/Saturation/Lightness may change. The RGB values, however, won't change. Wonder what this is for? BTW, if you use a program like WinExp to force the dialog size bigger, you will see a button with an "o" as its caption, with that as its hotkey.
-
Event Error ID10
First thing I thought of when I saw this: ID10T error!
-
Known DLL redirection
Never mind, I got other DLL's to work. But for some reason changing the resources in user32.dll won't seem to do anything. Why is this?
-
hidden values in textbox?
If I understand you correctly, you can use a combo box. It lets you type in values but if you click on a button next to it you can select from preset values. If you open the Run dialog, there is one in there where you type what you want to run, and you can click the button on the right to select from recently-used entries.
-
Known DLL redirection
I tried that, as well as the ExcludeFromKnownDLLs, and neither of them worked. BTW, I am testing it by putting a copy of mspaint.exe and user32.dll on the desktop, using Resource Hacker to replace the exclamation icon in user32.dll with another icon (money, pifmgr.dll) and creating an empty file called mspaint.exe.local. Then, I load that copy of Paint, scribble a bit and quit, and the icon in the "save changes?" dialog box is still an exclamation point. :-(
-
Known DLL redirection
According to this article, you can't redirect "known DLL's," which include almost every commonly-used DLL on the system. But I want to experiment with modified DLL's such as user32 and gdi32. Is there any way I can do this on XP? Would it be safe to delete the known DLL entries?
-
win32 files viewer..
If you mean a resource viewer/editor (lets you view and edit graphics/icons/text/etc.) you can use Resource Hacker. It's free, and works very well.
-
edit a window installation
Look again at the image showing the "pexplorer" icon...you can see a "crack" icon in there too!
-
Windows version with best icon/graphic style
Mine's actually Windows 95, as I just like the 16-color Windows Classic style. I wonder how many people agree with me! I just noticed that there was a separate subforum for polls. Please move!
-
Mystery key
I've got HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ 9>1"%
-
How to draw a cube in the Windows Classic style
This tutorial works best with a simple image editor like Paint, or an icon editor like IcoFX, which is what I use. There really isn't any text for this tutorial, as I think the image is sufficient. But if any of you have any question feel free to post and ask! Oh, and look at this icon I made! It's a TV. The transparent areas are shown in magenta, as is the norm with 16-color graphics. You can download this icon here.
- The Clipboard Game
-
XML editor
Found it! It's great! Thanks! B)
- XML editor
-
XML editor
I tried that too, but for one it takes too long to start, and it probably uses .NET. And it doesn't have Classic toolbars either.
-
XML editor
I'm looking for a free (as in beer) XML editor. But I do have a few criteria: It has to be lightweight. That is, it should start about as quickly as it does when you start Wordpad. I would like it if it uses Windows Classic-style icons and toolbar buttons, again, like Wordpad. It should display a tree view which lists elements and their attributes. Preferably not written in Delphi or Visual Basic. Preferably not a .NET application. It would be useful if I could add items by using the tree view, as opposed to only being able to edit the code. You should, however, be able to edit the code if you want to. If any of you know of or can find an XML editor like this, I would greatly appreciate if you could tell me and give me a link. Thanks!