본문 바로가기

Windows/MFC

SMS Notifications for Omnia Whenever you receive an SMS, you will want yourself to be properly notified so you’re not missing anything. Some may prefer a simple beep, some prefers icons to be shown on taskbars and for some, vibrations and notification bubble will get their attention. Whichever is your preference, you will be able to change it with a little registry edits. Objective Changing the SMS Notification for Omnia A.. 더보기
Mobile Phone Assistant http://mobilephoneassistant.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=6850 더보기
program list Name File path: Command Line/Comments: WM2003 WM5 WM6 Beam/IR recive on \windows\beam.exe or \windows\irsquirt.exe Needs commands in WM5/6 Y Y Y Bluetooth Manager \windows\Bluetoothmanager.exe Bluetooth Settings \Windows\BTSetting.exe Not the control panel Y N N Calculator \Windows\calc.exe Y Y N Calculator \Windows\calculator.exe N N Y Calculator MobileCalculator.exe For the Samsung i760 \windo.. 더보기
GetPhoneNumber [code] // // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed this sample source code. If // you did not accept the terms of the license agreement, you are not // authorized to use this sample source code. For the terms of the license, // please see the license .. 더보기
GetDeviceID [code] // // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed this sample source code. If // you did not accept the terms of the license agreement, you are not // authorized to use this sample source code. For the terms of the license, // please see the license .. 더보기
Receiving SMS Messages Inside a Managed Application NET Compact Framework Receiving SMS Messages Inside a Managed Application Maarten Struys PTS Software September 2004 Applies to: Microsoft? .NET Compact Framework 1.0 Microsoft? Visual Studio? .NET 2003 Download Receiving SMS Sample. Summary: In this article we describe a way to receive SMS messages in a managed application without the SMS message appearing in the Inbox and without showing a bub.. 더보기
Need to intercept sms to launch another program http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/ccf3e5b8-d886-4001-af64-6a54d4aab615/ Friends, New to this forum. I read the forum realted to my serach but didn't get the appropriate match for my query in C++. I need to develop application for my windows mobile 6 to intercept all those messages with a particular text or from particular number (like from vodaphone etc ad.. 더보기
Intercept SMS Messages In Native Code [code] //================================================================= // MonitorThread - Monitors event for timer notification // DWORD WINAPI MonitorThread (PVOID pArg) { TEXT_PROVIDER_SPECIFIC_DATA tpsd; SMS_HANDLE smshHandle = (SMS_HANDLE)pArg; PMYMSG_STRUCT pNextMsg; BYTE bBuffer[MAXMESSAGELEN]; PBYTE pIn; SYSTEMTIME st; HANDLE hWait[2]; HRESULT hr; int rc; DWORD dwInSize, dwSize, dwRea.. 더보기
Sending mail using the Microsoft Windows CE Mail API http://www.codeproject.com/KB/mobile/cemail.aspx?msg=2833657 Preface Please note this article outlines the development of mail software on platforms Pocket PC 2000 and older only. Pocket 2002 had significantly changed how mail is handled by the OS. I suggest you read the aricles available at the Pocket PC Developers Network Introduction Windows CE provides support for Email Storage as part of th.. 더보기
개발자를 위한 스마트폰 애플리케이션 보안 및 코드 서명 모델 방법에 대한 가이드 http://msdn.microsoft.com/ko-kr/library/ms839377.aspx 개발자를 위한 스마트폰 애플리케이션 보안 및 코드 서명 모델 방법에 대한 가이드 제임스 프랫(James Pratt) 마이크로소프트 2003년 2월 적용 대상: Microsoft Windows Mobile-based Smartphone Microsoft ActiveSync Microsoft Visual Studio .NET 2003 Microsoft eMbedded Visual C++ 3.0 Microsoft eMbedded Visual C++ 4.0 요약: 스마트폰 애플리케이션 보안 모델과 관련해 애플리케이션 개발자가 이해해야 할 내용과 Windows Mobile 기반 스마트폰을 시장에 출시할 경우 무선 통신.. 더보기