The problem is that if you record video in AVI format, then you can not watch it in QuickTime. Apple published document with information about Quicktime codecs.
Shortly, you need to change 2 instances of string ‘UYVY’ to ‘2vuy’ with you favourite hex editor.
Studio 2005: show current file in the solution explorer
Credits go to saraford:
I am surprised that this is not the default behavoiur.
On the Tools - Options - Projects and Solutions - General page, there's the Track Active Item in Solution Explorer. When enabled, this will sync your solution explorer with the open document.
I am surprised that this is not the default behavoiur.
Labels:
solution explorer,
studio 2005
HOWTO disable "beep" sound after changing the volume in Windows
Having a laptop with Sigmatel sound card I was really frustrated about a very loud "beep" sound, which is played after changing the volume. I am quoting the steps to disable it from here:
1. Right-click on My Computer
2. On the Hardware tab, click on [Device Manager]
3. On the "View" menu, select "Show hidden devices"
4. Under "Non-Plug and Play Drivers", right-click "Beep"
5. Click "Disable"
6. Answer [Yes] when asked if you really want to disable it
7. Answer [No] when asked if you want to reboot
8. Right-click "Beep" again.
9. Click "Properties"
10. On the "Driver" tab, set the Startup type to Disabled
11. Click [Stop]
12. Click [OK]
13. Answer [No] when asked if you want to reboot
Run each explorer.exe in a separate process
"When you cause a shell extension to be loaded by Explorer, it will stay in memory for a while, making it impossible to rebuild the DLL. To have Explorer unload extensions more often, create this registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL
and set the default value to "1". On 9x, that's the best you can do. On NT, go to this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
and create a DWORD called DesktopProcess with a value of 1. This makes the desktop and Taskbar run in one process, and subsequent Explorer windows each run in its own process. This means that you can do your debugging with a single Explorer window, and when you close it, your DLL is automatically unloaded, avoiding any problems with the file being in use. You will need to log off and back on for these changes to take effect."
From the article "The Complete Idiot's Guide to Writing Shell Extensions - Part I"
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL
and set the default value to "1". On 9x, that's the best you can do. On NT, go to this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
and create a DWORD called DesktopProcess with a value of 1. This makes the desktop and Taskbar run in one process, and subsequent Explorer windows each run in its own process. This means that you can do your debugging with a single Explorer window, and when you close it, your DLL is automatically unloaded, avoiding any problems with the file being in use. You will need to log off and back on for these changes to take effect."
From the article "The Complete Idiot's Guide to Writing Shell Extensions - Part I"
Visual Studio 2005 - Return to common Ctrl-Tab
One can change default hotkeys under menu Tools -> Options > Environment > Keyboard
Window.*DocumentWindowNav - new awfull Ctrl-Tab
Window.*NextDocumentWindow - old Ctrl-Tab
* - Next or Previous
Window.*DocumentWindowNav - new awfull Ctrl-Tab
Window.*NextDocumentWindow - old Ctrl-Tab
* - Next or Previous
Labels:
CtrlTab,
studio 2005
Subscribe to:
Posts (Atom)
Labels
- avi (1)
- CtrlTab (1)
- custom layouts (1)
- explorer (1)
- HOWTO (2)
- keyboard layouts (1)
- LaTeX (1)
- mac (1)
- processes (1)
- proxy (1)
- quicktime (1)
- solution explorer (1)
- Sound (1)
- studio 2005 (2)
- windows (6)