IM for Gamers
Find buddies, tells what game their in, what server, etc.
From The Screen Savers...
Xfire - The Instant Messenger for Gamers
Posted 8:33 AM
|
0 comments
|
Permalink
ReplayTV to DVD
The Screen Savers tips on going from ReplayTV to DVD.
Uses DVArchive, then rtvtools, the reVue.
Recommend burning with ULead DVD Movie Factory, since it won't *re-encode*, this will save hour(s)
TechTV | Burn ReplayTV to DVD
Posted 9:09 PM
|
0 comments
|
Permalink
Bug in ATL 7 COM Server Code
The code in the ATL base class for AtlModule has a bug in the startup sequence.
As posted by this MS dude, PreMessageLoop fails to call CoResumeClassObjects( ) when running as a service. There is a missing section of code in the if/else around the m_bDelayShutdown var.
Fix, as shown in the posts, override the PreMessageLoop, call the base class, then if m_bDelayShutdown is set, call CoResumeClassObjects( ) yourself.
Google Groups: View Thread "Problem with ATL 7.0 service (HELP!)"
Google Groups: View Thread "But in ATL CAtlExeModuleT?"
Posted 7:23 PM
|
0 comments
|
Permalink
Outlook - Delete from AutoComplete Address List
Happened upon this keystroke when fat-fingering an address....have wondered now for a while how to do this.
In Outlook, when addressing a new mail message, you get the dropdown list of addresses that match what you've typed so far. This list gets filled up quickly with one-time email addreses, junk, etc.
Here's how to delete the ones you don't want:
When the list comes up - select the one you want to delete, and hit
SHIFT + DELETE
keywords: Outlook email address dropdown auto complete autocomplete intellisense
Posted 2:23 PM
|
0 comments
|
Permalink