發表文章

目前顯示的是 12月, 2008的文章

Microsoft Chart Controls for Microsoft .NET Framework 3.5

Visual Studio 2008 Add-on for the Chart Controls http://www.microsoft.com/downloads/details.aspx?FamilyId=1D69CE13-E1E5-4315-825C-F14D33A303E9&displaylang=en samples Environment for Microsoft Chart Controls http://code.msdn.microsoft.com/mschart

SQL 欄位若有中文排序語法

SELECT * FROM [TableName] ORDER BY [FieldName] COLLATE Chinese_PRC_Stroke_ci_as

Azure™ 服務平台

圖片
開發人員可以開始使用 Microsoft® .NET Framework 及 Microsoft Visual Studio® 撰寫在 Windows Azure 執行的應用程式。撰寫web或行動裝置應用程式或打造 web 服務。未來 Azure 平台將會同時支援微軟及非微軟的程式語言及開發環境。 一旦完成編輯應用程式,可將其部署至雲端及在 Windows Azure 執行,一般使用者即可透過網際網路使用這些程式。運算能力可依網路流量而動態提升或降低。 http://www.microsoft.com/taiwan/azure/default.htm

Microsoft Surface

Microsoft Surface是一個由微軟所開發,結合硬體與軟體的新技術,用家可以直接用手或聲音對屏幕作出指令,毋須再依賴會令手部勞損的滑鼠與鍵盤。 Microsoft Surface基於Windows Vista平台,使用WPF進行開發。 微軟大型觸控電腦計畫Surface浮出檯面 這款外型像咖啡桌的大型觸控式電腦未來可望出現在餐廳、飯店、零售點,或賭場等生活中的各種不同場合。 微軟五年前原本代號為「米蘭」(Milan)的秘密計畫,在週一(5/29)終於浮出檯面,以「檯面電腦」(surface computer)之名問世。這款外型像咖啡桌的大型觸控式電腦未來可望出現在餐廳、飯店、零售點,或賭場等生活中的各種不同場合。 微軟執行長Steve Ballmer在華爾街日報的D: All Things Digital會議上宣布Microsoft Surface的問世,預計在今年年底之前,Surface將開始出現在飯店、自助餐廳,及公共娛樂場所。 Ballmer表示,Surface創造一個更為直覺的人類與技術互動方式。「我們看到了數十億美元的商機,已經看到Surface電腦技術無所不在的未來──從桌面上及櫃台,到玄觀的鏡子上。」 微軟勾勒Surface電腦的可能應用指出,想像你只要在螢幕上手指動一動,就可以點飲料,或是點歌。將來消費者在Surface上點了一杯葡萄酒,餐廳也可即時提供關於這杯酒的資訊,如產地的照片,以及適合搭配的菜單。 Surface強調使用更為直覺,不需使用任何滑鼠及鍵盤。搭配30吋的大型顯示器,其機構(form factor)外型很像張桌子,可以同時讓很多人在上面觸控操作。 Surface與一般觸控式電腦最大不同在於提供了多重觸控(multi-touch)功能,可以同時辨識多點的觸控資訊,可讓多人(multi-user)同時使用一台Surface電腦。物體辨識(Object recognition)功能則讓放在Surface上的不同物體,可以啟動不同類型的數位反應。 微軟並公布首批採用Surface的客戶,包括全球最大的博奕娛樂集團Harrah』s Entertainment Inc.,喜達屋酒店及度假村集團(Starwood Hotels & Resorts Worldwide, Inc.),及美國的T-Mobile。微軟表示,出貨給合作夥

Mobile get SIM Card ID

const int EF_ICCID = 0x2FE2; const int SIM_RECORDTYPE_TRANSPARENT = 0x1; [DllImport("cellcore.dll")] static extern int SimInitialize( uint dwFlags, IntPtr lpfnCallback, uint dwParam, ref IntPtr lphSim); [DllImport("cellcore.dll")] static extern int SimDeinitialize(IntPtr hSim); [DllImport("cellcore.dll")] static extern int SimReadRecord( IntPtr hSim, uint dwAddress, uint dwRecordType, uint dwIndex, byte[] lpData, uint dwBufferSize, ref int dwSize); ___________________________________________________ IntPtr hSim = IntPtr.Zero; byte[] iccid = new byte[10]; int zero = 0; SimInitialize(0, IntPtr.Zero, 0, ref hSim); SimReadRecord(hSim, EF_ICCID, SIM_RECORDTYPE_TRANSPARENT, 0, iccid, (uint)iccid.Length,

收到簡訊時,螢幕自動Wake up

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL] "DisableSMSWakeUpEvent"=dword:0

隱藏SIM卡中的連絡人

[HKEY_CURRENT_USER\ControlPanel\Phone] "ShowSIM"=dword:0

Available in Skype 2.5 Beta for Windows Mobile

圖片
http://www.skype.com/download/skype/windowsmobile/

Multiline Button

private const int BS_MULTILINE = 0x00002000; private const int GWL_STYLE = -16; [System.Runtime.InteropServices.DllImport("coredll")] private static extern int GetWindowLong(IntPtr hWnd, int nIndex); [System.Runtime.InteropServices.DllImport("coredll")] private static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong); public static void MakeButtonMultiline(Button b) { IntPtr hwnd = b.Handle; int currentStyle = GetWindowLong(hwnd, GWL_STYLE); int newStyle = SetWindowLong(hwnd, GWL_STYLE, currentStyle | BS_MULTILINE); }

Disable Windows Mobile 6.1 Threaded SMS View

HKEY_CURRENT_USER\Software\Microsoft\Inbox\Setting s\OEM\SMSInboxThreadingDisabledyou need to create OEM key in Settings and create a DWORD SMSInboxThreadingDisabled and set it to 1 reset the device and you are now back to normal SMSs.

Live Mesh for Mobile available

圖片
Download is : https://www.mesh.com/install/wm6/LiveMesh.cab