본문 바로가기

Windows/MFC

Vibrate 진동 This API is not supported by Windows Mobile 6 Professional. Syntax Copy Code HRESULT Vibrate( DWORD cvn, const VIBRATENOTE * rgvn, BOOL fRepeat, DWORD dwTimeout ); Parameters cvn [in] Must be 0. rgvn [in] Must be NULL. fRepeat [in] A Boolean value that indicates whether the song should be repeated. If this parameter is equal to TRUE, it will refer to dwTimeout to determine how long the vibration.. 더보기
How To: Intercept Incoming Short Message System (SMS) Messages http://msdn.microsoft.com/en-us/library/bb932385.aspx How To: Intercept Incoming Short Message System (SMS) Messages 7/30/2009 Jim Wilson, JW Hedgehog, Inc. November 2007 Summary Short Message System (SMS) messaging provides a convenient way to communicate between applications running on separate devices; the MessageInterceptor class allows you to easily incorporate SMS message handling in your .. 더보기
Cellular Emulator Data Connections http://msdn.microsoft.com/en-us/library/bb158505.aspx Cellular Emulator Data Connections 8/28/2008 The Cellular Emulator can also provide GPRS connection simulation. Users can create simulated GPRS connections just as they can other types of connections. The access point name and the user name and password check boxes are not selected and, thus, they may be anything. After the data connection ha.. 더보기
Cellular Emulator User Interface http://msdn.microsoft.com/en-us/library/bb158487.aspx Cellular Emulator User Interface 8/28/2008 The Cellular Emulator UI contains several tabs. The section will cover all the tabs and their functionality. Status Bar The status bar includes some global configuration information of Cellular Emulator. The left panel shows the virtual serial port, which the user should map to Device Emulator serial.. 더보기
Cellular Emulator Quick Start http://msdn.microsoft.com/en-us/library/bb158502.aspx Cellular Emulator Quick Start 8/28/2008 This topic briefly describes the general system setup and configuration steps for Cellular Emulator. Installation Cellular Emulator is installed together with the Windows Mobile 6 SDK. The Cellular Emulator will act as a software wireless radio and interpret the AT commands sent out from a Windows Mobil.. 더보기
Establishing GPRS Connection on Windows CE and Windows Mobile: Sample Codes http://blogs.msdn.com/raffael/archive/2008/02/26/establishing-gprs-connection-on-windows-ce-and-windows-mobile-sample-codes.aspx Establishing GPRS Connection on Windows CE and Windows Mobile: Sample Codes Sometimes developers asking for support have straightforward goals they want to achieve with the minimal amount of code, even if the "application" will work only on very specific scenarios. Thi.. 더보기
Connection Manager Sample http://www.devpia.com/Maeul/Contents/Detail.aspx?BoardID=60&MAEULNo=23&no=297&ref=297 Windows Mobile 6.0 Connection Manager Sample 아..-ㅅ-);; RAS로 될줄 알았는데 안되네요..-_-)크크크 #include "connmgr.h" // cellcore.lib 링크해줘야함... void Connect() { CONNMGR_CONNECTIONINFO pConnInfo; ZeroMemory(&pConnInfo,sizeof(CONNMGR_CONNECTIONINFO)); pConnInfo.cbSize = sizeof(CONNMGR_CONNECTIONINFO); pConnInfo.dwParams = CONNM.. 더보기
Managed Wrapper to Connection Manager and How to Bypass the Connection Planner http://www.codeproject.com/KB/mobile/ConnectionManager.aspx Download source code - 129 KB Introduction This article explains how we can bypass the Connection Planner and establish a connection using the Connection Manager APIs on Windows Mobile devices. A new application block Connection Manager is created which contains a wrapper to the Connection Manager native APIs on Windows Mobile devices. .. 더보기
Connection Manager Application Development for Windows Mobile-based Devices http://msdn.microsoft.com/en-us/library/ms879580.aspx Send Feedback Connection Manager, which you can implement by using the Connection Manager API, centralizes and automates the establishment and management of various types of network connections for applications that connect to the Internet or to the corporate network. When one or more applications request a connection, Connection Manager esta.. 더보기
Using connection manager and Wininet http://blogs.msdn.com/windowsmobile/archive/2005/09/14/466579.aspx The last two weeks I had the chance to use the wininet APIs for the first time. They seemed pretty straight-forward to me and I got my code to work. My code would not work whenever there was a proxy - so I was instructed that I needed to use the connection manager to establish the connection. That seems fair, but since I spent so.. 더보기