2008年11月13日 星期四

Google talk/ Gmail 新功能 Video




用Firefox進GMail
需要安裝軟體
安裝完之後
點Gtalk

看到


電腦沒裝攝影機
不知道效果如何

可以跟skype比一下

透過Facebook分享

微軟內建shutdown指令

首先 感謝West同事
居然不用安裝軟體
就可以自動關機

是要使用微軟內建的shutdown指令

C:\Documents and Settings\xp>shutdown /?
使用方式: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c
"comment"] [-d up:xx:yy]

沒有引數 顯示這個訊息 (和 -? 相同)
-i 顯示 GUI 介面,必須是第一個選項
-l 登出 (不能和 -m 選項一起使用)
-s 電腦關機
-r 關機並重新啟動電腦
-a 中止系統關機
-m \\\\computername 從遠端進行關機/重新啟動/中止
-t xx 將關機等候時間設定成 xx 秒
-c "comment" 關機註解 (最多 127 個字元)
-f 強制關閉執行中的應用程式,不顯示警告
-d [u][p]:xx:yy 關機原因代碼
u 是使用者代碼
p 是預先計劃的關機代碼
xx 是主要原因代碼 (小於 256 的正整數)
yy 是次要原因代碼 (小於 65536 的正整數)

Reference:
http://blog.soft.idv.tw/?p=216
West大大

透過Facebook分享

2008年11月11日 星期二

如何使用visual studio 2005 加入 OnTimer function







1. 點選dialog
2. 右方屬性
3. 找到WM_TIMER -> add OnTimer




Reference:

透過Facebook分享

char to CString

based on WindowsXP, MFC

char Buf[128];
CString strGetVersion;

You can use this to transfer char to CString.
strGetVersion.Format(_T("%s"),Buf);

Update 2009/11/18
or
strGetVersion = Buf;

Reference:
http://www.builder.com.cn/2007/0928/528188.shtml

透過Facebook分享

2008年11月9日 星期日

功能非常單純的LockScreen程式

You can get this program on here

開發工具: Microsoft Visual 2005
應用平台: Windows XP
使用語言: C/C++ based on MFC

缺點:
1. UI太醜
2. 沒有訊息顯示你是否輸入正確
3. 可以叫出工作管理員 關掉之
4. 密碼目前是 12345678 無法自行修改

當然
以上缺點就是努力的目標

記載blog
提醒自己要繼續努力
work hard, and work smart

透過Facebook分享

streamdrag

線上撥歌的網站
適合我這種
電腦硬碟不大 又
無法放"有點"多的歌曲時
使用streamdrag

透過Facebook分享

rapi tools

可以讓你的PC透過ActiveSync操作Wince系統

riap tools

去年同事有討論到這套工具

這是作者 對於其工具的敘述
A collection of tools to do many things to a windows CE device via Activesync/RAPI.
These tools should work on most CE devices, tested on Ipaq, XDA(Wallaby), XDA-II(Himalaya), XDA-IIs(Blueangel), MDA Compact(Magician), i-mate SP3, i-mate SP3i, Yakumo P300, MPx200, Voq, Mitac Mio, Mitac Megas. with PocketPC 2002, PocketPC 2003, Windows Mobile 2003, Windows Mobile 2003 Second Edition, Smartphone 2002, Smartphone 2003, smartphone 2005, windows mobile 2005. ( wince 3.0 and wince 4.2 and wince 5.0 )

提供的工具有
pps        - dumps active wince processes
pdblist - dumps wince databases
pdel - delete wince file
pdir - list wince directory
pmkdir - create wince directory
pget - copy file from wince
pkill - kill wince process
preboot - reboot wince device
ppostmsg - send/post windows msgs to wince windows
pmemdump - copy memory block from wince
psetmem - set RAM memory location in your device
pmemmap - list available memory blocks on wince
pput - copy file to wince
pregutl - manipulate the wince registry
prun - run program in wince
dump - hexdump local file.
pdebug - capture debugoutput of processes
pdocread - raw read from disk-on-chip in your device
pdocwrite - raw write from disk-on-chip in your device
psdread - raw read from sd card in your device
psdwrite - raw write to the sd card in your device
pnewbmp - write new bootsplash bitmap to rom
pnewbootloader - replace your bootloader
prapi - interface to wince provisioning config api

透過Facebook分享