四月 02

Here is registry file, copy it and save to file which name is “Add.reg”.
Double click “Add.reg”
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt]
@="Open Command Prompt Here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command]
@="Cmd.exe /k pushd %L"
二月 02
Please refer http://channel9.msdn.com/pdc2008/PC03/ for more detail.

API analysis:
- GOOD (MultiTouchScratchPadRTS)
- It cold migrate into WPF.
- It also the row data no such Gesture API for using.
- Just like some raw data for WMTouch.
- MS Sample: 下載
- Better (MultiTouchGesture)
- Only work on Win7 SDK.
- Only some Gesture for using (Zoom/Rotate …)
- Work with C++, might need some work for WPF.
- MS Sample: 下載
- Best (WMTouch)
- Raw data no other API for it.
- MS Sample: 下載
Working machine and driver:
- OS
- Machine:
- Dell Latitude XT (Over two point support)
- Driver:
Summary:
Multiple touch depend on Target machine, OS and driver. Especially the driver and OS. Sometime we found the driver may failed after some instruction. It is greate for any app to support multiple-touch, but how to work-out a greate user behavior is harder than migration.
Reference:
12月 11
Vista MCE(Meida Center)是一個相當強大而好用的全螢幕播放程式(也跟XBOX360裡面一樣)。他雖然好用~ 但是MS的影像解碼器一樣只是夠用就好,如果想要讓你的MCE效率更好、畫面更漂亮。通常的選擇是去換一套撥放軟體(WINDVD或是POWERDVD)但是~~~ Vista MediaCenter Decoder Utility是一個相當好用的小軟體,可以讓你很快速的替換掉他的VIDEO Decoder(影像解碼器)。 這樣一來你就不需要換軟體就可以有更高的效能與支援。

Download http://www.whittakermoore.com/VMCD.exe
Detail description: http://tdnj.pixnet.net/blog/post/13748926

《說明》如何讓 Microsoft Media Player 使用不同的 MPEG Decoder
(資料來源) http://www.zhe-feng.com.tw/forum/archiver/?tid-601.html
一般我們在使用 Media Player 時, 它會自動去抓取系統中可用的 MPEG Decoder, 雖然這樣很簡單又方便, 但是遇到這個 Decoder 表現不好, 例如去交錯做不好或者沒有做, 或者 CPU 使用率太高, 亦或畫質表現不佳等等. 我們可以讓它去選取另一個在系統中可用的 MPEG Decoder 嗎? 當然可以, 本文就是解說要如何讓它改用你指定的 Decoder. ( ** MPEG CODEC 請自行安裝 ** )
首先, 我們要先下載一個工具軟體
Windows XP Video Decoder Checkup Utility (在 VISTA 下也可以用來設定 Media Player)
http://www.microsoft.com/downloads/details.aspx?FamilyID=de1491ac-0ab6-4990-943d-627e6ade9fcb&displaylang=en&Hash=zB70IgOupjB7du1zYHSvaIUsfUP4rxLtY4Kga%2fFcR%2fVtbbQyzHsjDX2dnP7AOtWyMRhEpPsT5mAo%2bHFS8gXi%2fA%3d%3d]http://www.microsoft.com/downloads/details.aspx?FamilyID=de1491ac-0ab6-4990-943d-627e6ade9fcb&displaylang=en&Hash=zB70IgOupjB7du1zYHSvaIUsfUP4rxLtY4Kga%2fFcR%2fVtbbQyzHsjDX2dnP7AOtWyMRhEpPsT5mAo%2bHFS8gXi%2fA%3d%3d
我們將會下載到一個 DECCHECKSetup.EXE, 執行它後會開始安裝, 過程很簡單, 所以不再詳述.
安裝完畢後, 在安裝的路徑下會看到一個執行檔 DECCHECK.exe, 它就是本篇文章的主角. 在開始執行它之前, 請確定你的 XP 系統登入權限是 Administrator, 或這等級的 Group. 不然會出現下列訊號
[attach]961[/attach]
在 VISTA 系統下, 除了在 Administrator 權限, 仍要加入以下操作 :
請將滑鼠移到 DECCHECK.exe 執行檔位置, 按滑鼠右鍵會出現下圖.
七月 14

CD-ROM Does Not Run Automatically When Inserted
http://support.microsoft.com/kb/177880/en-us
當插入 CD - ROM 不會自動執行
http://support.microsoft.com/kb/q177880/
Windows Media Player Does Not Play Audio CD-ROMs Automatically
http://support.microsoft.com/kb/279614/en-us
Audio CD Auto Play
http://forums.techguy.org/multimedia/37294-audio-cd-auto-play.html
CD Autorun
http://www.vista-xp.co.uk/forums/faqs-tips-tricks/147-cd-autorun.html
Edit the registry : look for:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdromon "AutoRun":
"1" for enable
"0" for disable
——————————————————————————–
From Microsoft Knowledge Base Article - 330135… quote:
A value of 0xb5 in the following registry key turns off the AutoRun feature for CDs:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun
You must set the hexadecimal value to 91 to enable the AutoRun feature.
If you want enable double click on my computer for audio CD, just try to create file association for "*.cda" for specific appliation.
想要啟動雙擊光碟片在"我的電腦"上? 就把"檔案關聯" *.cda跟想要建立的應用程式,建立起來。
八月 29

(Application Picker dialog from XP)
Application Picker is a dialog which will show-up when you insert DVD title or new medium in your computer. It show all playable application and let you to choose one from the list.
One day, I just woundering where can I find the setting? How could I change the autoplay icon? How could change the autoplay string?
Here is the detail document from MSDN: Preparing Hardware and Software for Use with AutoPlay
In follows steps, I will show you how to use “REGEDIT.EXE” to find out the setting and how it work.
Read the rest of this entry »
11月 08


There is some resource about How to write a Gadget in VS2005.
For SDK of MS Gadget, You can refer this site for more detail, or go to Gadget Blog.
八月 24

"Aero Glass" is a new feature which allows Vista to show aero effect like the snapshot.
How to turn on or turn off it?
[My Computer]–> [Advance Setting] –> [Performance Setting] –> [Video Effect] –> [Enable Desktop Composition].
Or[Ctrl+ Shift+ F9]
How to turn on/off it by Window API?
DwmEnableComposition(BOOL fEnable);
How to use "Aero Glass" to blur a Window?
DwmEnableBlurBehindWindow and DwmExtendFrameIntoClientArea.
For more detail information to refer
Recent Comments