發表文章

目前顯示的是 3月, 2009的文章

SoundPlayer sync VS Async

非同步播放音樂 Dim m As New System.Media.SoundPlayer m.SoundLocation = " http://ppp_peer/t1.wav " m.LoadAsync() m.PlaySync 同步播放音樂 Dim m1 As New System.Media.SoundPlayer m1.SoundLocation = " http://ppp_peer/t1.wav " m1.Load() m1.Play()

CeRunAppAtTime 函數來排程

此範例是五秒鐘後播放一段音樂檔 [DllImport("CoreDLL.dll")] public static extern int CeRunAppAtTime(string application, SystemTime startTime); [DllImport("CoreDLL.dll")] public static extern int FileTimeToSystemTime(ref long lpFileTime, SystemTime lpSystemTime); [DllImport("CoreDLL.dll")] public static extern int FileTimeToLocalFileTime(ref long lpFileTime, ref long lpLocalFileTime); [StructLayout(LayoutKind.Sequential)] public class SystemTime { public ushort wYear; public ushort wMonth; public ushort wDayOfWeek; public ushort wDay; public ushort wHour; public ushort wMinute; public ushort wSecond; public ushort wMilliseconds; } public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { l ong fileStartTime = DateTime.Now.AddSeconds(5).ToFileTime(); long localFileStartTime = 0; FileTimeToLocalFileTime(ref fileStartTime, ref localFileStartTime); SystemTime systemStartTime = new SystemTime(); FileTimeToSystemTime(ref localFileStartTim

Wikipedia in Your Pocket

Windows Mobile Developing Environment安裝順序

Windows XP Pro SP2 / Vista SP1 ActiveSync 4.5/WMDC 6.0 SQL Server 2005/2008 Visual Studio 2005/2008 Virtual PC 2007 WM5 / WM6 SDK Refresh CHT Emulator Images WM Developer Powertoys

Samsung Show hands-on and video at MWC

圖片
以後的手機可以放電影了喔,Show 的投影尺寸大小從 5 吋到 50 吋間皆可,解析度為 480 x 320。 http://www.engadget.com/2009/02/18/samsung-show-hands-on-and-video-at-mwc/

VMware Brings Virtualization to Mobile Phones

VMWare同時裝了Windows CE和Android兩個系統 http://www.vmware.com/technology/mobile/