Stick this one in your pipe
and smoke it.
I've got an absolute stinker for you this time, fellow VB assossiates. ;)
I recently went out and bought a cordless keyboard and mouse pack from Logitec. Good stuff, by the way. Anyway, they both run on battery (unless you neglected to reason with the fact that electricity cannot run through air) and there's a problem. I use my computer a lot, and the battery frequents dropouts, which means I have to get my other pair of AA rechargables stashed away in my recharger somewhere (which I replace with the empty ones and circle the process, etc.).
Anyway, because of this pathetic battery size, I always have to pop into Control Panel > Logitec Utilities > Mouse, and check my usability. How about THIS: (just for fun)
Create a program in VisualBasic (where else?) that runs when I load my computer (sticking it in my startup folder) and checks my battery consumption. There's a bunch of stages the battery level goes through in Control Pane: Good, Average, Critical (there may be one in between). If it detects that the battery is better than Critical, leave it alone. If it is critical, give me an error message to change my battery very soon. Now, I bet you're saying: he has to change it anyway, so who cares? Well, it's half fun, but half also practicality. I don't actually start my ("exhaustive....") day of programming before I have a fresh set of batteries. This doesn't handle what happens if the battery actually goes Critical while using it, of course. As I said, it's just for fun, and the API would be kind of cool.
Any ideas guys?
Re: Stick this one in your pipe
Quote:
Originally posted by WickEd101
Any ideas guys?
get ones with cords :D
but seriously.. you would have to be able to detect that info.. i don't think you would be able to do it unless a reference or something is avaiable for them in your VB references