2007/07/02 Windows Mobil 6 のサンプルの説明■ [Windows Mobile 6] サンプルの説明の訳
こういうのって、html にしてるんだから ■サンプル名 Sync Manager ■フォルダ名 \Common\CPP\Win32\SyncManager ■使用 API ActiveSyncStart, ActiveSyncStop ■概要 Launches and terminates sync sessions. Displays the use of State and NotificationAPIs to register for changes to the two sync related Status Entries. ActiveSyncの同期開始や、同期解除のサンプル。 現在の同期の状態も表示する。 ■サンプル名 Camera Capture Graph ■フォルダ名 \PocketPC\CPP\win32\CameraCapture ■使用 API ICaptureGraphBuilder2 Interface ■概要 Demonstrates the basic video capture functionalities using the native Camera APIs.Captures and encodes a video clip in WMV format. Captures and encodes a still imagein jpeg format. 低レベルなカメラ API を使って、ビデオ映像と静止画を撮影する。 ビデオ映像は WMV フォーマットへのエンコードを行い 静止画は jpeg フォーマットへのエンコードを行う ■サンプル名 Camera Capture ■フォルダ名 \Common\CPP\Win32\CECamera ■使用 API SHCameraCapture, ■概要 Take pictures and videos using the native Camera Capture API. 低レベルなカメラキャプチャ API を使用して、画像とビデオを撮影する。 ■サンプル名 Camera Capture ■フォルダ名 \Common\CS\CECamera ■使用 API Microsoft.WindowsMobile.Forms.CameraCaptureDialog ■概要 Demonstrates how to take pictures and videos using the CameraCaptureDialog managedAPI. CameraCaptureDialog API を使って 静止画とビデオを撮る方法を示す ■サンプル名 Telephone Dialer ■フォルダ名 \Common\CPP\Win32\CellCore\CeDialer ■使用 API lineInitialize, lineNegotiateAPIVersion, lineGetDevCaps, lineDrop, lineDeallocateCall,lineClose. ■概要 Demonstrates how to dial a call with a modem using TAPI. TAPIを使って、モデムを通した電話のかけ方を示す ■サンプル名 Synchronous TAPI ■フォルダ名 \Common\CPP\Win32\CellCore\ExTAPI ■使用 API lineNegotiateAPIVersion, lineGetDevCaps, lineGetGeneralInfo, lineInitializeEx, lineOpen,lineClose, lineShutdown ■概要 Demonstrates ExTAPI functionality. Extended TAPI を使った機能を示す ■サンプル名 Asychronous TAPI ■フォルダ名 \Common\CPP\Win32\CellCore\ExTAPIAsync ■使用 API lineNegotiateAPIVersion, lineGetDevCaps, lineGetGeneralInfo, LINEINITIALIZEEXPARAMS,lineNegotiateExtVersion, lineGetOperatorStatus, lineOpen, lineClose, lineShutdown ■概要 Demonstrates ExTAPI asynchronous functionality. Extended TAPI の非同期処理を示す ■サンプル名 Hello (SMS) ■フォルダ名 \Common\CPP\Win32\CellCore\SMS\HelloSMS ■使用 API SmsSendMessage ■概要 Demonstrates simple SMS message Sender. シンプルな SMS の送信を行う ■サンプル名 Hello (Telephone) ■フォルダ名 \Common\CPP\Win32\CellCore\TAPI\HelloTAPI ■使用 API tapiRequestMakeCall ■概要 Demonstrates simple TAPI dialer. シンプルなTAPIを用いた電話のかけかた(ダイアラ/ダイヤラ 機能) ■サンプル名 Sending Data over SMS ■フォルダ名 \Common\CPP\Win32\CellCore\WDP_SMS ■使用 API WapOpen, WapSend, WapRead, WapClose ■概要 Demonstrates both sending and receiving data via the Wireless Datagram Protocol(WDP) over Short Messaging Service (SMS). WDPプロトコルを使ったデータの送受信を、SMS の技術をつかって行う ■サンプル名 Bluetooth Device Discovery ■フォルダ名 \PocketPC\CPP\win32\Bluetooth\btsearch ■使用 API Bluetooth, Implementing Synchronous Device Discovery, Winsock Support in WindowsCE, WSALookupServiceBegin (Windows Sockets), WSALookupServiceNext (Windows Sockets),WSALookupServiceEnd (Windows Sockets) ■概要 Provides an implementation of simple Bluetooth device discovery via the Winsock2 API. シンプルなBluetooth機器の検出方法を、Winsock2 API を用いて示す ■サンプル名 Chatting over Bluetooth ■フォルダ名 \PocketPC\CPP\win32\Bluetooth\BthChat ■使用 API Bluetooth , Implementing Asynchronous Device Discovery ■概要 Demonstrates how to create peer-to-peer communications between two devices usingBluetooth wireless technology. Bluetooth の無線通信で、ピアツーピアなコネクションを確立する方法を示す ■サンプル名 Bluetooth Game ■フォルダ名 \Common\CS\Bluetooth\SpaceWar2D ■使用 API System.Drawing, Microsoft.WindowsMobile.SharedSource.Bluetooth ■概要 Demonstrates how to use the Windows Embedded Source Tools for Bluetooth Technology. Windows Embedded Source Tools(訳注:?)を Bluetooth に大して用いる方法を示す ■サンプル名 Connection Manager Helper ■フォルダ名 \PocketPC\CPP\MFC\CMHELPER ■使用 API ConnMgrEstablishConnection, ConnMgrConnectionStatus, ConnMgrReleaseConnection, ConnMgrMapURL,ConnMgrProviderMessage ■概要 Demonstrates how to write a simplified Connection Manager client by deriving functionality from a helper class. ヘルパークラスを改造して、シンプルなコネクションマネージャクライアントの作り方を示す ■サンプル名 Time Server Synchronization ■フォルダ名 \Smartphone\CPP\Win32\CMTime ■使用 API ConnMgrReleaseConnection, ConnMgrEnumDestinations, ConnMgrEstablishConnection ■概要 Demonstrates how to use Connection Manager to establish a connection to a Time Server, and synchronize the Smartphone's internalclock. コネクションマネージャを実際に使って、タイムサーバと通信し、携帯電話の時刻を同期させる方法を示す ■サンプル名 WDP over SMS ■フォルダ名 \Common\CPP\Win32\CellCore\WDP_SMS ■使用 API WapOpen, WapSend, WapRead, WapClose ■概要 Demonstrates how to send and receive data using the Wireless Datagram Protocol (WDP),over the Short Messaging Service (SMS) transport. ■サンプル名 WAP at WDP Layer ■フォルダ名 \Common\CPP\Win32\WDP ■使用 API WapOpen, WapSend, WapRead, WapClose, WapGetNextPrimitiveSize ■概要 Demonstrates how to use the WAP APIs at the WDP Layer. WDP 層での WAP 関連の API の使い方を示す。 参考までに WAP=無線アプリケーション・プロトコル、無線の通信関係の規格の総称 WDP=WAP で応答確認しない通信 UDPみたいなもん つまりこれは無線関係のサンプルだね ■サンプル名 Ringtone manager ■フォルダ名 \Common\CS\RingtoneManager ■使用 API SndGetSoundDirectoriesList, SndPlaySync, SndPlayAsync, SndOpen, SndStop, SndClose,PInvoke ■概要 Scans the device for audio files and also lets you copy those files to a directorywhere they will be recognize as a ring tone file. It PInvokes SndPlayAsync in orderto preview the ringtones. デバイスから音声ファイルを探して、着信音に設定する。着信音のプレビュウには SndPlayAsync を使う(音声に関してもプレビュウって言うんだね) ■サンプル名 WAP Provisioning Client ■フォルダ名 \Common\CPP\Win32\CfgClient ■使用 API DMProcessConfigXML ■概要 Loads WAP provisioning XML from a string resource and passes it to DMProcessConfigXML. provisioningがイマイチわからんなー。 多分 WAP について『規定』したXMLを文字列から読み込んで DMProcessConfigXML に渡すんじゃないか。 その結果どうなるかは知らん。 ■サンプル名 Setup in a CAB ■フォルダ名 \Common\CPP\Win32\SetupDLL ■使用 API Installation Functions Customizing the Setup Wizard and Property Sheets for a ThinClient, Debugging Setup, CreateProcess ■概要 Demonstrates a user-interactive sample of a setup.dll that can be included in CABfiles to perform complex operations. これは要するにインストール時に DLL を叩いて、独自のインストーラ的な動作をするってこと。ユーザとの受け答えも可能。 ■サンプル名 Viewing Security Settings ■フォルダ名 \Common\CS\SecurityViewer ■使用 API ProcessConfiguration, TestConfiguration ■概要 Demonstrates how work with security policies and certificates. セキュリティと、証明書に関する動作。 ■サンプル名 Custom Authentication Reset Component ■フォルダ名 \PocketPC\CPP\win32\AuthReset ■使用 API ARCSetup, ARCRequest, ARCGetValue ■概要 Demonstrates how to create a custom Authentication Reset Component (ARC). これはよく分からない。名前だけは聞いたような…認証リセットコンポーネント。上のサンプルとセットかなあ。 ■サンプル名 LAP Plug-in for Pocket PC ■フォルダ名 \PocketPC\CPP\win32\LAP ■使用 API InitLAP, DeinitLAP, VerifyUser, VerifyUserStart, VerifyUserStop VerifyUserToTop, LAPCreateEnrollmentConfigDialog, LAPCancelVerifySequence, LAPDisplayCodeword,LAPDisplayPreWipe, LAPLockoutUser, LASSGetValue ■概要 Implements a LAP plug-in, including all optional LAP APIs. LAPわからんです。後でしらべる ■サンプル名 LAP Plug-in for Smartphone ■フォルダ名 \Smartphone\CPP\win32\LAP ■使用 API InitLAP, DeinitLAP, VerifyUser, VerifyUserStart, VerifyUserStop VerifyUserToTop, LAPCreateEnrollmentConfigDialog, LAPCancelVerifySequence, LAPDisplayCodeword,LAPDisplayPreWipe, LAPLockoutUser, LASSGetValue ■概要 Implements a LAP plug-in, including all optional LAP APIs. ■サンプル名 D3D Create Device ■フォルダ名 \PocketPC\CPP\win32\Directx\d3dm\tutorials\tut01_createdevice ■使用 API Direct3D Mobile Application Development ■概要 Creates a Direct3D device and uses it to clear the window. Direct3D を知らない人に説明すると、DirectX という Microsoft のグラフィック、サウンド、インプット(要するにメディア全般)ライブラリの、3D グラフィックスに相当するもの。 携帯から使えるんだねー。 ■サンプル名 D3D Vertices ■フォルダ名 \PocketPC\CPP\win32\Directx\d3dm\tutorials\Tut02_vertices ■使用 API Direct3D Mobile Application Development, IDirect3DMobileDevice::CreateVertexBuffer ■概要 Demonstrates the way vertices are transformed (meaning they are already in 2D windowcoordinates) and lit (meaning we are not using Direct3D Mobile lighting, but aresupplying our own colors). ■サンプル名 D3D Matrices ■フォルダ名 \PocketPC\CPP\win32\Directx\d3dm\tutorials\Tut03_matrices ■使用 API Direct3D Mobile Application Development, IDirect3DMobileDevice::SetTransform ■概要 Demonstrates the use of 4x4 matrices to transform the geometry with translations,rotations, scaling, and setting up our camera. ■サンプル名 D3D Dynamic Lighting ■フォルダ名 \PocketPC\CPP\win32\Directx\d3dm\tutorials\Tut04_lights ■使用 API Direct3D Mobile Application Development, D3DMLIGHT, D3DM_SETLIGHT, IDirect3DMobileDevice::LightEnable ■概要 Demonstrates how to render 3D geometry with dynamic lighting. ■サンプル名 D3D Texture Mapping ■フォルダ名 \PocketPC\CPP\win32\Directx\d3dm\tutorials\Tut05_textures ■使用 API Direct3D Mobile Application Development, IDirect3DMobileDevice::SetTexture, IDirect3DMobileDevice::SetTextureStageState ■概要 Demonstrates how to render texture-mapped 3D geometry. ■サンプル名 D3D Fixed Point Data ■フォルダ名 \PocketPC\CPP\win32\Directx\D3DM\tutorials\Tut06_fixedpoint ■使用 API Direct3D Mobile Application Development ■概要 Demonstrates how to accept both floating point and fixed point (16.16) data types. ■サンプル名 DDraw Initialization ■フォルダ名 \PocketPC\CPP\win32\Directx\DDraw\DDex1 ■使用 API DirectDraw ■概要 Demonstrates how to initialize DirectDraw and create a DirectDraw surface. ■サンプル名 DDraw and Bitmaps ■フォルダ名 \PocketPC\CPP\win32\Directx\DDraw\Ddex2 ■使用 API DirectDraw ■概要 Demonstrates how to add a bitmap. Extends DDex1. ■サンプル名 DDraw Off-Screen Surfaces ■フォルダ名 \PocketPC\CPP\win32\Directx\DDraw\Ddex3 ■使用 API DirectDraw ■概要 Demonstrates the use of off-screen surfaces. ■サンプル名 DDraw and Audio ■フォルダ名 \PocketPC\CPP\win32\Directx\DDraw\Donuts2 ■使用 API DirectDraw ■概要 Demonstrates how to combine DirectDraw and waveform audio. ■サンプル名 DDraw and Animation ■フォルダ名 \PocketPC\CPP\win32\Directx\DDraw\Mosquito ■使用 API DirectDraw ■概要 Demonstrates DirectDraw animation using overlays. ■サンプル名 UILayout ■フォルダ名 \PocketPC\CPP\win32\UILayout ■使用 API ScreenLib - a class that makes it very easy to resize and stretch controls to maximizeusage of the available screen space. ■概要 Demonstrates a technique to achieve screen size and orientation independence inyour applications. Since Windows Mobile devices come in a variety of shapes andsizes, it is a good practice to stretch and shrink your dialog box controls dependingon screen size, which can even change at runtime. ■サンプル名 Crossword ■フォルダ名 \PocketPC\CPP\win32\Crossword ■使用 API ChangeDisplaySettingsEx, WM_SETTINGCHANGE, WM_SIZE, GetDeviceCaps, GetSystemMetrics,SHGetUIMetrics ■概要 Demonstrates how to convert a basic application into a high DPI aware applicationand into a landscape/portrait aware application. ■サンプル名 Screen Resolution ■フォルダ名 \PocketPC\CPP\win32\Resdll ■使用 API Developing DPI Aware Applications ■概要 As you are developing applications for new high-resolution Pocket PCs with 192 DPIresolution displays, you might wonder where the new high-resolution bitmaps andresources should go. The simplest solution is to include them in the same EXECUTABLEalongside the old, low-resolution resources. However, this approach wastes storagespace. Device screens only have one resolution, which never changes for that device.Therefore, if the application is deployed to a 96 DPI device, it doesn't need 192DPI resources - and vice versa. ■サンプル名 CEDB to EDB migration ■フォルダ名 \Common\CPP\Win32\FileDB ■使用 API EDB/CEDB, CeOidGetInfoEx2, CeMountDBVol, CeCreateDatabaseWithProps, CeCreateSession, CeOpenDatabaseInSession, CeSeekDatabaseEx ■概要 Demonstrates how an application that used CEDB can been ported to use EDB. ■サンプル名 DRM Files ■フォルダ名 \Common\CPP\Win32\FileDRM ■使用 API FileDrmIsDRM, FileDrmShowLicenseInfo, FileDrmVerifyRights, FileDrmCreateFile, FileDrmGetMetric,FileDrmCommitRights ■概要 Demonstrates how to use the FileDRM APIs. ■サンプル名 Imaging Sample ■フォルダ名 \Common\CPP\Win32\Imaging ■使用 API IImage, IImagingFactory ■概要 Demonstrates how to use the imaging.dll to load and display an image file. ■サンプル名 AXSample ■フォルダ名 \Common\CPP\ATL\AXSample ■使用 API ActiveX Controls,ATL,COM ■概要 Demonstrates how to use ATL to create an ActiveX control, and how to access it in a web page. ■サンプル名 Web Browsing ■フォルダ名 \PocketPC\CPP\win32\browse ■使用 API HTML Control API ■概要 Demonstrates the use of the HTML Viewer control, including the use of the DTM_NAVIGATEmessage to cause the control to download and display content from a URL. ■サンプル名 The Browser Helper Object (BHO) ■フォルダ名 \Common\CPP\ATL\PIEHelper ■使用 API IWebBrowser2, DWebBrowserEvents2 ■概要 Demonstrates now to create a Browser Helper Object (BHO), which Internet Explorer(IE) Mobile loads each time it starts up. ■サンプル名 Using Internet Explorer Mobile In Your Application ■フォルダ名 \Common\CPP\ATL\MiniPIE ■使用 API IWebBrowser2, DWebBrowserEvents2 ■概要 Demonstrates how to reuse the Internet Explorer Mobile web browser in a mobile application. ■サンプル名 AJAX ■フォルダ名 \Common\AJAX\ ■使用 API Ajax demonstration for Internet Explorer Mobile ■概要 This sample demonstrates how to use the Ajax-model of web page design in a way that is compatible with Internet Explorer Mobile. ■サンプル名 Medical History ■フォルダ名 \PocketPC\CPP\win32\MedicalHistory ■使用 API IItem::SetProps, IPOutlookApp2::GetIDsFromNames, IPOutlookApp2 (, IPOutlookApp2::GetItemFromOidEx),IItem (, IItem::Save), Menu Extensibility, IContextMenu, IObjectWithSite ■概要 Demonstrates how to add a menu extension to the contacts summary card. ■サンプル名 Message Queuing ■フォルダ名 \Common\CPP\Win32\MSMQ\VisAdm ■使用 API Using the MSMQAdm Utility, Debugging MSMQ Installations, MSMQ Reference ■概要 Demonstrates how to use message queuing (MSMQ). It is a visual wrapper around MSMQADM.exe. ■サンプル名 Push Messaging ■フォルダ名 \Common\CPP\Win32\FileClient ■使用 API ShellExecuteEx ■概要 Demonstrates a push client that receives a push message and saves the message'sbody into a file and then calls ShellExecuteEx on that file. ■サンプル名 Set Message Store Properties ■フォルダ名 \PocketPC\CPP\win32\MailSet ■使用 API IMAPISession, IMAPITable, IMAPIProp::GetProps, IMAPIProp::SetProps ■概要 Demonstrates how to use IMsgStore::GetProps and IMsgStore::SetProps how to retrieveand set properties on message stores. ■サンプル名 MAPI Rules ■フォルダ名 \Common\CPP\Win32\MapiRule ■使用 API IMailRuleClient, IMailRuleClient::ProcessMessage, IMailRuleClient::Initialize, IMsgStore,IMsgStore::OpenEntry, IMessage, IMAPIProp::GetProps, MAPI Properties ■概要 Demonstrates how to implement a MAPI Rule Client, a COM object which can handleand filter incoming MAPI messages. ■サンプル名 Read View Menu Extension ■フォルダ名 \Common\CPP\Win32\ReadViewMenuExt ■使用 API Menu Extensibility, IContextMenu, IObjectWithSite, MailComposeMessage ■概要 Demonstrates how to reply to an email message using a default email account. ■サンプル名 Sending E-mail ■フォルダ名 \Common\CPP\Win32\SendMail ■使用 API Messaging API (MAPI), MAPILogonEx, SRowSet, IMAPISession::GetMsgStoresTable, IMAPISession::OpenMsgStore,IMAPITable::QueryRows, IMsgStore::OpenEntry, IMAPIProp::GetProps, IMAPIFolder::CreateMessage,IMessage::SubmitMessage, MAPIFreeBuffer, FreeProws ■概要 Demonstrates how to use several CEMAPI APIs. ■サンプル名 New Messaging Transport ■フォルダ名 \PocketPC\CPP\win32\TransportDemo ■使用 API IMailSyncHandler ■概要 Demonstrates how to create a new messaging transport. ■サンプル名 New Message Class ■フォルダ名 \PocketPC\CPP\win32\TV_Inbox ■使用 API IFormProviderEx, IMailRuleClient ■概要 Implements a new message class appropriate for SMS notifications from your DVR. ■サンプル名 Calling Card ■フォルダ名 Common\CPP\Win32\CallingCard ■使用 API PhoneMakeCall, IContextMenu::QueryContextMenu ■概要 Demonstrates how to make a calling card call directly from the Contacts screen. ■サンプル名 Get Device's Phone Number ■フォルダ名 \Common\CPP\Win32\GetPhoneNumber ■使用 API IWebBrowser2, DWebBrowserEvents2 ■概要 Demonstrates how to retrieve the phone number of a device. ■サンプル名 Find a Lost Phone ■フォルダ名 \Smartphone\CS\PhoneFinder ■使用 API State and Notifications Broker, Microsoft.WindowsMobile.PocketOutlook.MessageInterception,Microsoft.WindowsMobile.Status, PlaySound, PInvoke ■概要 Demonstrates how to write an application that helps you locate your phone if youlose it. ■サンプル名 Manage SIM Contacts ■フォルダ名 \Smartphone\cpp\Win32\SIMMgr ■使用 API SIM Manager, SimDeinitialize, SimGetDevCaps, SimInitialize, SimReadPhonebookEntry,Telephony ■概要 Demonstrates how to add phone numbers to, and delete phone numbers from, a SubscriberIdentity Module (SIM). ■サンプル名 Calendar List View ■フォルダ名 \PocketPC\CPP\win32\CalendarView ■使用 API CEPROPVAL, GetCursor, IDispatch, IFolder, IItem, InitCommonControlsEx, INITCOMMONCONTROLSEX,IPOutlookApp2, IPOutlookItemCollection, LoadCursor, LVCOLUMN, LVITEM, MSG, SetCursor,SHINITDLGINFO, SHMENUBARINFO ■概要 Demonstrates how to use the POOM IItem interface for appointment items, and POOMnotifications. It displays a list-view with all calendar items. ■サンプル名 Picture Dialer ■フォルダ名 \Common\CPP\Win32\PictureDialer ■使用 API Pocket Outlook Object Model (POOM), ChooseContact ■概要 Demonstrates how to associate a phone number and picture with a digit in a grid.Pressing the digit will dial the phone number. ■サンプル名 Register a Source Provider ■フォルダ名 \PocketPC\CPP\win32\PimExProvider ■使用 API CEPROPVAL, IPimSrcContactListIcon::Paint, IPimSrcContactSummaryCard::Display, PIMSRC_COLOR,Source Provider Customization Type Flags ■概要 The following application registers a source provider for the Contacts and Calendarapplications. ■サンプル名 POOM Master ■フォルダ名 \Common\CPP\Win32\PoomMaster ■使用 API Pocket Outlook Object Model (POOM), IPOutlookApp, IPOutlookItemCollection, ITask,IContact, IAppointment, ListView_InsertItem, Date and Time Picker Controls ■概要 Demonstrates how to use the POOM API. Via an owner-drawn list-view control, POOMMasterdisplays currently stored PIM items (Contacts, Tasks, and calendar Appointments). ■サンプル名 Manage Tasks ■フォルダ名 \Smartphone\cpp\Win32\poomtasks ■使用 API IPOutlookItemCollection, IRecurrencePattern, ITask ■概要 Demonstrates how to write a Personal Information Manager (PIM)/Messaging applicationthat uses API members from the Pocket Outlook Object Model (POOM) to create, delete,and otherwise manage tasks. ■サンプル名 Task Tree ■フォルダ名 \PocketPC\CPP\win32\TaskTree ■使用 API Pocket Outlook Object Model (POOM), Custom properties ■概要 Demonstrates how to display tasks in a tree view. Enables user to add new tasksto the tree. ■サンプル名 POOM Application ■フォルダ名 \PocketPC\CS\Pocketoutlooksample ■使用 API Microsoft.WindowsMobile.PocketOutlook, Microsoft.WindowsMobile.Telephony ■概要 Demonstrates how to write a Personal Information Manager (PIM)/Messaging applicationthat uses API members from the Microsoft.WindowsMobile.PocketOutlook namespace,along with API members from the Microsoft.WindowsMobile.Telephony namespace. ■サンプル名 Add Contacts' Birthdays to Calendar ■フォルダ名 \Common\CS\BirthdaysToCalendar ■使用 API Microsoft.WindowsMobile.PocketOutlook, Microsoft.WindowsMobile.PocketOutlook.Appointment,Appointment.RecurrencePattern, Recurrence ■概要 Demonstrates how to write a managed Pocket Outlook Object Model (POOM) application. ■サンプル名 Add Picture to Contact ■フォルダ名 \Common\CS\AddPictureToContact ■使用 API Microsoft.WindowsMobile.Forms.ChooseContactDialog, Microsoft.WindowsMobile.Forms.SelectPictureDialog, Microsoft.WindowsMobile.PocketOutlook.OutlookSession, Microsoft.WindowsMobile.PocketOutlook.Contact ■概要 Demonstrates how to use the ChooseContactDialog and the SelectPictureDialog APIsto select a contact and then attach a picture to it. ■サンプル名 Send Meeting Requests Over SMS ■フォルダ名 \PocketPC\CS\AppointmentOverSms ■使用 API Pocket Outlook Object Model (POOM), Pocket Outlook Object Model (POOM) API, Microsoft.WindowsMobile.PocketOutlookNamespace ■概要 Demonstrates how to use custom controls to pick an Appointment and a Contact, thensend a meeting request to the Contact over SMS. ■サンプル名 SMSIM ■フォルダ名 \PocketPC\CS\SmsIm ■使用 API Pocket Outlook Object Model (POOM), MessageInterceptor Class ■概要 Demonstrates how to use C# to write a managed code version of a Short MessagingService (SMS) interception application. ■サンプル名 Add a Contact Picture ■フォルダ名 \Common\CPP\Win32\AddContactPicture ■使用 API ChooseContact, GetOpenFileNameEx, IItem ■概要 Demonstrates how to allow the user to select a contact (using the Contact Chooser),select a picture (using the Picture Picker), and then adds the selected pictureto the selected contact, and displays the summary card for that contact. ■サンプル名 Rules Client Custom Form ■フォルダ名 \Common\CPP\Win32\CustomForm ■使用 API IMailRuleClient, IFormProviderEx ■概要 Demonstrates how to implement a Rule Client to capture and process SMS/EMS, processmultipart EMS, and implement a custom read form to display the EMS in the Inboxapplication. ■サンプル名 Power Manager ■フォルダ名 \Common\CPP\Win32\PowerManager ■使用 API RequestPowerNotifications, StopPowerNotifications, SetPowerRequirement, ReleasePowerRequirement,GetSystemPowerState, SetSystemPowerState ■概要 Demonstrates how an application can use the Power Manager APIs to register for powernotifications, set minimum device power requirements, and get and set the systempower state. ■サンプル名 CE Invoke ■フォルダ名 \PocketPC\CPP\win32\Ceinvoke ■使用 API CeRapiInvoke ■概要 Demonstrates how to use the CEInvoke API for the client, and for the server. ■サンプル名 Get Device Information ■フォルダ名 \Common\CPP\Win32\Rapi\DeviceInfo ■使用 API EnumDevices IRAPIDesktop:IUnknown, IRAPIDevice::GetConnectionInfo, IRAPIDevice::GetDeviceInfo,IRAPIDevice:IUnknown, Remote API (RAPI) ■概要 Demonstrates how to use the IRAPI interfaces to get information about the WindowsMobile-based device connected through ActiveSync and the corresponding communicationmedium used. Once the information is collected, it is printed on the console window. ■サンプル名 List a Directory and its Files ■フォルダ名 \Common\CPP\Win32\Rapi\Pdir ■使用 API CeRapiInit, CeFindFirstFile, CeFindNextFile, CeFindClose, CeRapiUninit ■概要 This application runs on a desktop host computer, and demonstrates how to list adirectory's files and directories on a Mobile device. ■サンプル名 Copy a File from a Device ■フォルダ名 \Common\CPP\Win32\Pget ■使用 API CeRapiInit, CeReadFile, CeCloseHandle, CeRapiUninit ■概要 This application runs on a desktop host computer, and demonstrates how to copy afile from a Mobile device to a desktop computer. ■サンプル名 Copy a File to a Device ■フォルダ名 \Common\CPP\Win32\Pput ■使用 API CeRapiInit, CeWriteFile, CeCloseHandle, CeRapiUninit ■概要 This application runs on a desktop host computer, and demonstrates how to copy afile from the desktop computer to a Mobile device. ■サンプル名 Retrieve Registry Settings ■フォルダ名 \Common\CPP\Win32\Pregdmp ■使用 API CeRapiInit, CeRegEnumKeyEx, CeRegOpenKeyEx, CeRegEnumValue, CeRegCloseKey, CeRapiUninit ■概要 This application runs on a desktop host computer, and demonstrates how to retrievea Mobile device's list of registry settings. ■サンプル名 Execute an Application on a Device ■フォルダ名 \Common\CPP\Win32\Prun ■使用 API CeRapiInit, CeCreateProcess, CeCloseHandle, CeRapiUninit ■概要 This application runs on a desktop host computer, and demonstrates how to executean executable file on a Mobile device. ■サンプル名 List all Directories and their Files ■フォルダ名 \Common\CPP\Win32\Ptree ■使用 API CeRapiInit, CeFindAllFiles, CeRapiFreeBuffer, CeRapiUninit ■概要 This application runs on a desktop host computer, and demonstrates how to list allof the files and directories on a Mobile device. ■サンプル名 Communication with Sockets ■フォルダ名 \Common\CPP\Win32\SockApp ■使用 API EnumDevices, IRAPIDesktop:IUnknown, IRAPIDevice::GetConnectionInfo, IRAPIDevice:IUnknown ■概要 Demonstrates how to use sockets to communicate with a Windows Mobile-based device.At first hand, the application uses IRAPI interfaces to get the IP of the WindowsMobile connected through ActiveSync. In a second step, it sends a hello string andlisten for the mobile device to respond back ■サンプル名 RAPI EDB Database Application ■フォルダ名 \Common\CPP\Win32\Rapi\EdbRapi ■使用 API RAPI, EDB ■概要 Demonstrates how to use RAPI to access EDB databases. ■サンプル名 Card Autorun ■フォルダ名 \Common\CPP\Win32\Autorun ■使用 API SHGetAutoRunPath ■概要 Demonstrates how to handle Autorun notifications when an MMC card is inserted/removedfrom the mobile device. ■サンプル名 Basic Shell ■フォルダ名 \Common\CPP\Win32\BasicApp ■使用 API RegisterClass, CreateWindow, SetForegroundWindow, SHCreateMenuBar, SHInitDialog,SHGetUIMetrics, SHHandleWMActivate, SHHandleWMSettingChange, SHLoadImageResource,WM_HIBERNATE ■概要 Demonstrates how to implement a basic application that uses the major Shell APIsto interact properly with the Windows Mobile OS. ■サンプル名 Calendar and DTP Controls ■フォルダ名 \PocketPC\CPP\win32\CalendarAndDTP ■使用 API Date and Time Picker Controls ■概要 Demonstrates how to use the Calendar and date and time picker controls. ■サンプル名 Context Menu Extension Handler ■フォルダ名 \PocketPC\CPP\win32\CtxMenu ■使用 API IContextMenu ■概要 Demonstrates how to implement a context menu extension handler, and specificallyone that extends the context menu in File Explorer when tapping and holding on afile. ■サンプル名 Currency Converter ■フォルダ名 \Smartphone\cpp\Win32\Currency ■使用 API CreateMutex, SHCreateMenuBar, SetFocus ■概要 Demonstrates how to port an application written for Pocket PC, and port it to Smartphone. ■サンプル名 File System Browser ■フォルダ名 \PocketPC\CPP\win32\DirTree ■使用 API FindFirstFile, FindNextFile, Tree View Controls Reference ■概要 Demonstrates how to browse the file system and display all directories and filesby name. ■サンプル名 Dynamic Menu ■フォルダ名 \PocketPC\CPP\win32\Dynamenu ■使用 API SHGetSubMenu, SHSetSubMenu, CheckMenuRadioItem, CheckMenuItem, InsertMenu, DeleteMenu ■概要 Demonstrates techniques for using, getting, and setting menu handles on Pocket PC. ■サンプル名 File Change Notification ■フォルダ名 \PocketPC\CPP\win32\FileChangeNotif ■使用 API SHChangeNotifyRegister, SHChangeNotifyDeregister ■概要 Demonstrates how to listen for changes to the file system. ■サンプル名 Full Screen ■フォルダ名 \Common\CPP\Win32\FullScreen ■使用 API SHFullScreen, SHCMBM_OVERRIDEKEY ■概要 Demonstrates how an application can make full use of the device screen for displayingcontent using several shell APIs. ■サンプル名 SIP Handles ■フォルダ名 \PocketPC\CPP\win32\HandleSIP ■使用 API SipGetInfo, Common Controls, Software-Based Input Panel ■概要 Demonstrates how to use SIP functions. ■サンプル名 HTML Viewer Host ■フォルダ名 \PocketPC\CPP\win32\HTMLHost ■使用 API Creating HTML Control ■概要 Demonstrates the programmatic accessibility of the HTML Viewer control and producesdebug output based on the user actions within the control. ■サンプル名 Hardware Navigation ■フォルダ名 \PocketPC\CPP\win32\HWNavigation ■使用 API WM_GETDLGCODE ■概要 Demonstrates how focus moves around a dialog when the user performs various hardwarenavigation actions. ■サンプル名 Inbox Menu Extensions ■フォルダ名 \Common\CPP\Win32\InboxMenuExtensibility ■使用 API Menu Extensibility, IContextMenu, IObjectWithSite, IMAPIFolder::DeleteMessages,IMAPIFolder::CopyMessages ■概要 Demonstrates how to add items to the menus which are seen while in the message listview within the Inbox (tmail.exe). ■サンプル名 Ink2 ■フォルダ名 \PocketPC\CPP\win32\Ink2 ■使用 API RichInk Control Reference ■概要 Demonstrates how to stream rtf and txt formatted data into and out of a RichInkcontrol. ■サンプル名 Inky ■フォルダ名 \PocketPC\CPP\win32\inky ■使用 API RichInk Control Reference ■概要 Demonstrates the capabilities of the RichInk control. ■サンプル名 List Views ■フォルダ名 \PocketPC\CPP\win32\ListView ■使用 API ListView control. ■概要 Demonstrates techniques for using the List-view Control. ■サンプル名 Memory Watcher ■フォルダ名 \PocketPC\CPP\win32\MemWatcher ■使用 API Today Screen ■概要 Demonstrates how to create a custom Today screen item for Pocket PC. ■サンプル名 Custom plug-in sample ■フォルダ名 PocketPC\cpp\win32\Memwatcher ■使用 API Today screen plug-in sample. ■概要 Demonstrates how to create a custom Today screen item for Pocket PC. ■サンプル名 Menu ■フォルダ名 \PocketPC\CPP\win32\Menu ■使用 API Menu Extensibility ■概要 Demonstrates how to append, create, and insert sub menu items. ■サンプル名 My Backlight ■フォルダ名 \PocketPC\CPP\win32\myBackLight ■使用 API CPlApplet ■概要 Demonstrates how to create a simple control panel application for a Windows Mobile-basedPocket PC device. ■サンプル名 Shell notifications ■フォルダ名 \PocketPC\CPP\win32\notifications ■使用 API SHNotificationAdd, SHNotificationUpdate, SHNotificationRemove ■概要 Demonstrates how to add, update and remove tray notifications. ■サンプル名 NotifyMFC ■フォルダ名 \PocketPC\CPP\MFC\notifyMFC ■使用 API SHNotificationAdd, SHNotificationUpdate, SHNotificationRemove ■概要 Demonstrates the capabilities and options of the Pocket PC notifications and alertsAPI. ■サンプル名 Owner Drawn List-View ■フォルダ名 \Common\CPP\Win32\OwnerListView ■使用 API ListView_GetItem, Win32 Classes, GDI Reference ■概要 Demonstrates how to implement an owner drawn List-view control. Also demonstrateshow to use various List-view notification events. ■サンプル名 Project Enumeration ■フォルダ名 \PocketPC\CPP\win32\ProjectEnumeration ■使用 API File and Application Management API, FindWindow, OPENFILENAME, SHMENUBARINFO ■概要 Demonstrates the Project document and file manipulation API. ■サンプル名 Registry Viewer ■フォルダ名 \PocketPC\CPP\win32\Regviewer ■使用 API RegOpenKeyEx, RegQueryInfoKey, RegEnumValue, RegEnumKeyEx ■概要 Demonstrates to a Pocket PC registry viewer application. ■サンプル名 Resolve Host ■フォルダ名 \PocketPC\CPP\win32\Resolve ■使用 API Winsock Application Development, gethostbyaddr, gethostbyname ■概要 Demonstrates how to resolve a host name (e.g. www.microsoft.com) into an IP address,or an IP address into a host name. ■サンプル名 Shell Demo ■フォルダ名 \PocketPC\CPP\win32\ShellApiDemo ■使用 API SHInitDialog, SHDoneButton, SHSetNavBarText, SHFullScreen, SHGetAutoRunPath, SHCreateMenuBar,SHEnableSoftkey ■概要 Demonstrates the Shell API's. It demonstrates how to show/hide task bars, menu bars,and SIP buttons. It also shows how to use SHInitDialog for full screen dialogs,and use SHCreateMenuBar in different ways. ■サンプル名 Spin Test ■フォルダ名 \PocketPC\CPP\win32\Spintest ■使用 API Common Controls, CreateWindow ■概要 Demonstrates the implementation and use of a custom control (SpinCube). ■サンプル名 Tray Application ■フォルダ名 \PocketPC\CPP\win32\Trayapp ■使用 API Shell_NotifyIcon ■概要 Demonstrates how to put an icon on the tray on the today page. It also shows howto do a popup dialog from that icon. ■サンプル名 Tray Task List ■フォルダ名 \PocketPC\CPP\win32\Traytasklist ■使用 API Shell_NotifyIcon, CreateToolhelp32Snapshot, Process32First, Process32Next ■概要 Demonstrates how to get a list of running tasks (and their window names) into apopup item on the tray. ■サンプル名 Terminal Emulator ■フォルダ名 \PocketPC\CPP\win32\Tty ■使用 API CloseHandle, COMMTIMEOUTS, CreateFile, CreateThread, DCB, EscapeCommFunction, GetCommModemStatus,GetCommState, GetCommTimeouts, GetLastError, MessageBox, SetCommMask, SetCommState,WaitCommEvent ■概要 Demonstrates how to open, configure, and close a serial communications port andperform read/write operations for a TTY terminal emulation application. ■サンプル名 Virtual List-View ■フォルダ名 \Common\CPP\Win32\VirtualListView ■使用 API ListView_SetItemCount, ListView_SetExtendedListViewStyle, ListView_GetExtendedListViewStyle,ListView_SetImageList, ListView_InsertColumn ■概要 Demonstrates how to use a virtual list view. ■サンプル名 Capture Back Button Press Events ■フォルダ名 \Smartphone\cpp\Win32\back ■使用 API SHCMBM_OVERRIDEKEY, SHNavigateBack ■概要 Demonstrates how to detect when the Back Button is pressed on Smartphone, and howyou can programmatically interact with it. ■サンプル名 Close all Child Windows ■フォルダ名 \Smartphone\cpp\Win32\CloseWindow ■使用 API GetWindow, GetWindowThreadProcessId, IsWindowVisible, IsWindowEnabled ■概要 Demonstrates how to force an application to revert back to its base state when itis relaunched, and how to destroy a chain of child windows. ■サンプル名 Dvorak Soft Input Panel ■フォルダ名 \PocketPC\CPP\ATL\DvorakSIP ■使用 API IInputMethod, ATL, COM ■概要 Demonstrates how to create a custom Soft Input Panel (SIP) as a COM object. It isintended to help users and service providers in foreign countries support differentlanguages in the SIP. The application is a COM component that implements the IInputMethodInterface. ■サンプル名 Create a Custom Home Screen ■フォルダ名 \Smartphone\cpp\Win32\HomeScreen ■使用 API IHomePlugin, IPersistStream:IPersist, IHomePluginEnvironment ■概要 待ち受け画面(ホーム画面)をカスタマイズする。あらかじめ、SDKSamplePrivDeveloperの認証をインストールしないといけない。 Requires the installation of the SDKSamplePrivDeveloper certificate. ■サンプル名 Create Soft Key Menus ■フォルダ名 \Smartphone\cpp\Win32\MenuDemo ■使用 API AYGShell, SHCreateMenuBar, SHMENUBARINFO ■概要 Demonstrates how to create and manipulate Soft Key menus. ソフトキーメニューの作成と実装。 ■サンプル名 Create a Custom Input Method ■フォルダ名 \Smartphone\cpp\Win32\PhoneIme ■使用 API SHImeSetCustomInputIcons, SHImeSetModeIcon, SHImeOnKeyPress, SHImeGetClearMessage ■概要 Requires the installation of the SDKSamplePrivDeveloper certificate. ■サンプル名 Multiple CAB Install ■フォルダ名 \Common\CPP\Win32\multicabinstall ■使用 API Setup DLL, WCELoad ■概要 Demonstrates how to create a program to unpack all the cabs in a container cab ('uber-cab'). ■サンプル名 State and Notification Broker Viewer ■フォルダ名 \PocketPC\CS\StateAndNotificationBrokerViewer ■使用 API State and Notifications Broker, Microsft.WindowsMobile.Status Namespace ■概要 Demonstrates how to get both state values and state change notifications from theState and Notifications Broker. ■サンプル名 Battery Status ■フォルダ名 \PocketPC\CPP\win32\battstat ■使用 API RegistryGetDWORD, RegistryNotifyWindow, RegistryNotifyCallback, RegistryNotifyApp ■概要 Demonstrates how to use the State and Notification Broker APIs to get notified ofthe battery strength. ■サンプル名 Get Device ID ■フォルダ名 \Common\CPP\Win32\GetDeviceID ■使用 API GetDeviceUniqueID ■概要 Demonstrates how to protect the privacy of a device. Multiple applications needto use a device's unique identifier to communicate with servers. To protect a device'sprivacy, multiple servers should not be able to correlate data from the same device. ■サンプル名 Process Viewer ■フォルダ名 \Common\CPP\Win32\PViewCE ■使用 API CreateToolhelp32Snapshot ■概要 Demonstrates a process viewer for CE devices. ■サンプル名 Reversi ■フォルダ名 \PocketPC\CPP\win32\Reversi ■使用 API CheckMenuItem, CreateWindow, DeleteObject, DialogBox, DispatchMessage, Ellipse,EndDialog, EndPaint, ExtTextOut, GetClientRect, GetDC, GetDeviceCaps, GetStockObject,GetSystemMetrics, GetTextExtentExPoint, GetTextMetrics, DefWindowProc, KillTimer,LoadAccelerators, LoadImage, LoadCursor, LocalAlloc, LocalFree, MessageBox, PostMessage,Rectangle, RegisterClass, ReleaseCapture, ReleaseDC, SelectObject, SetBkMode, SetCapture,SetFocus, SetTimer, SetWindowText, ShowWindow, TranslateAccelerator, TranslateMessage ■概要 Implements the Reversi game for Pocket PC. It demonstrates drawing, game logic,and a recursive MiniMax algorithm. ■サンプル名 SliderPuzzle ■フォルダ名 \Smartphone\CS\SliderPuzzle ■使用 API System.DrawingNamespaceSystem.Drawing Namespace, System.Windows.Forms NamespaceSystem.Windows.Forms Namespace ■概要 Demonstrates how to write a Smartphone application in C#. The application is a gamewhere the object is to unscramble the tiles. You can only slide the puzzle piecesinto the space that is empty. ■サンプル名 WebCrawler ■フォルダ名 \PocketPC\CS\WebCrawler ■使用 API System.CollectionsNamespaceSystem.Collections Namespace, System.Diagnostics NamespaceSystem.Diagnostics Namespace,System.IO NamespaceSystem.IONamespace, System.Net Namespace, System.Text.RegularExpressions NamespaceSystem.Text.RegularExpressionsNamespace, System.Threading NamespaceSystem.Threading Namespace, System.Windows.Forms NamespaceSystem.Windows.Forms Namespace ■概要 Demonstrates how to use managed code to write a C# Windows Mobile application. Theapplication counts the links on a web site, and also counts all of the links thatbranch from the web site. When done, WebCrawler displays a listing of theresults. ■サンプル名 CompactNav ■フォルダ名 \Smartphone\CS\CompactNav ■使用 API List-View Controls Reference, PInvoke ■概要 Demonstrates how to implement a basic .NET Compact Framework file-system navigator, as well hashow to use "Platform Invoking" (PInvoke) to make calls to unmanaged APIs (in this case,CreateProcess). ■サンプル名 GPS ■フォルダ名 \PocketPC\CS\GPS ■使用 API GPS Intermediate Driver Reference, PInvoke, System.Runtime.InteropServicesSystem.Runtime.InteropServices,System.ThreadingNamespaceSystem.Threading Namespace, System.Windows.Forms NamespaceSystem.Windows.Forms Namespace ■概要 Demonstrates how to use managed code to write a C# Windows Mobile Global PositioningSystem (GPS) application. This code sample demonstrates how to wrap the native GPSAPIs in a C# class. It demonstrates how to use "Platform Invoking" ( ■サンプル名 Mobile GPS ■フォルダ名 \Common\CPP\Win32\gps\ ■使用 API GPS_DEVICE, GPS_POSITION, GPSCloseDevice, GPSGetDeviceState, GPSGetPosition, GPSOpenDevice ■概要 Demonstrates how to use native GPS Intermediate Driver Reference to asynchronouslyretrieve the location data and the GPS Intermediate Driver state. ■サンプル名 MUIHello ■フォルダ名 \Smartphone\cpp\Win32\muihello ■使用 API Input Method Manager (IMM) Reference, Multilingual User Interface (MUI) Reference,National Language Support (NLS) Reference ■概要 Demonstrates how to write a Multilingual User Interface (MUI) version of a "HelloWorld!" application. ■サンプル名 Windows Mobile Ink Text Recognition ■フォルダ名 \PocketPC\CPP\win32\WISPLite\BasicRecognition ■使用 API WispLite, InkCanvas ■概要 Demonstrates how to use WISP Lite to to allows a user to input text with the stylus,and then use WISPLite to recognize the text. ■サンプル名 Windows Mobile Ink Notes ■フォルダ名 \PocketPC\CPP\win32\WISPLite\InkNotes ■使用 API WispLite, InkCanvas ■概要 Demonstrates how to use WISP Lite to allows a user to view and edit ink notes. Theseink notes can also be imported to OneNote on the desktop. ■サンプル名 Windows Mobile Ink Serialization ■フォルダ名 \PocketPC\CPP\win32\WISPLite\InkSerialization ■使用 API WispLite, InkOverlay and InkExtendedProperties ■概要 Demonstrates how to use WISP Lite to allow a user to sign on a region and save thesignature along with the user's name in a file. ■サンプル名 Windows Media Player Application ■フォルダ名 \PocketPC\CPP\ATL\WmpSample ■使用 API Windows Media Player OCX ■概要 Demonstrates how to use the Windows Media Player ATL control from a Win32 application. ■サンプル名 Windows Media Player Home Plug-in ■フォルダ名 \Smartphone\CPP\Win32\MediaPlayerHomePlugin ■使用 API IHomePlugin, IPersistStream, IHomePluginEnvironment2, IWMPPluginUI, IWMPEvents ■概要 Implements a homescreen plug-in that allows the user to view information about thecurrent media item playing in Windows Media Player, and provides controls to pauseor restart playback, to move to the next media item in the current playlist, andto move to the previous media item in the current playlist. ■ [Ruby] HpricotのParseミスとあるサイト、例えば Yahoo! なんかの大手でも
■ [Ruby] Hpricot 上手くいかない具体例p Hpricot.parse( "<table><tr><form><td></td></tr></form></table>" )/'form' ■ [Ruby] Hpricotでパースが上手くいかないの修正
Mechanize は内部でパース処理に Hpricot を使ってるけど 本日のツッコミ(全1542件) [ツッコミを入れる]
2007/07/03■ [Ruby] exerb と ruby/tk*.exy のフォーマットをきちんと勉強すればよかった 本日のツッコミ(全1031件) [ツッコミを入れる]
2007/07/04■ [Ruby] exerb と Tk の終了Ruby/Tk を使ったプログラムを ■ [inside] バッチファイルで tk プログラムを mkexy exerb
まずは、exerb の samples を参考に、 本日のツッコミ(全8433件) [ツッコミを入れる]
2007/07/05■ [Ruby] exerb なアプリで DOS 窓を消す方法どうしたものかなーと思っていたのだけど 本日のツッコミ(全2件) [ツッコミを入れる]
2007/07/06■ [Windows Mobile 6] SDK によるコントロールの違いWindows Mobile 6 は SDK が2つあるわけだけど、 本日のツッコミ(全297件) [ツッコミを入れる]
2007/07/19■ [Windows Mobile 6] 受信トレイの内容を取得POOM を使ってできるかなーと思ったのだけど 本日のツッコミ(全11523件) [ツッコミを入れる]
2007/07/20■ [Windows Mobile 6] 受信トレイの中身を取得
試しに ■ [Windows Mobile 6] 受信トレイの取得の続き
そもそもpimstore.hには、取得できるフォルダは ■ [Windows Mobile 6] 受信トレイの取得の続き2msgstor.h と msgstor2.h を使った古いサンプルを見つけたけど ■ [murmur] Visual Studio で Ctrl+CをVisual Studio で Ctrl+Cを ■ [murmur] 民主党って…給料もらってて何もしない政党でしょう? ■ [Windows Mobile 6] 受信トレイの取得の続き3
ここら辺のインタフェースと 本日のツッコミ(全331件) [ツッコミを入れる]
2007/07/23■ [murmur] KBってKnowledge Baseマイクロソフトの、翻訳されたドキュメントには ■ [Windows Mobile 6] 受信トレイの取得の続き4この記事を参考に作業してたわけだけど 本日のツッコミ(全2579件) [ツッコミを入れる]
2007/07/24■ [Windows Mobile 6] モーダルなメッセージボックスメモとして書いておこう。 ■ [Ruby] TkCombobox の リストボックス選択イベントRuby の Tk サンプルに、 本日のツッコミ(全756件) [ツッコミを入れる]
2007/07/26■ [Windows Mobile 6] 受信トレイの取得その後各メールのプロパティはとれるようになった(はず)なので 本日のツッコミ(全1399件) [ツッコミを入れる]
2007/07/27■ [Windows Mobile 6] メッセージストアを開く処理ってこれでいいのかな ■ [murmur] バッチ 終了 DOS窓を消すどこからもリンクしてないけど robot.txt も書かない。 ■ [murmur] キクラゲこのサイト、キクラゲで検索されてるんだけど 笑 ■ [Windows Mobile 6] メールの情報を取得する
で、さらにこんなメソッドを作って ■ [Windows Mobile 6] メッセージの情報を取得IMessage を使うみたい。 本日のツッコミ(全191件) [ツッコミを入れる]
2007/07/30■ [数学] 組み合わせって組み合わせnCrって、順列を順列で割ってるんだね。 ■ [数学] 組み合わせって…その2公式が直感的になってない ■ [政治]政治って政治って国のOSみたいなもんだから、 ■ [政治] セクシャルマイノリティと政治今更こんなこと書いても後出しになるけど、 ■ [murmur] GetPrivateProfileStringiniファイルを読み込むのに、 ■ [Windows Mobile 6] 受信メールのPR_BODYの取得やっぱり IMessage を介して、さらに ■ [murmur] Dear Altavista userI found the link from Altavista's translation site. 本日のツッコミ(全7件) [ツッコミを入れる]
2007/07/31■ [数学] 平行四辺形平行四辺形は、少なくとも、次の性質を持つ。 ■ [Windows Mobile 6] CListCtrl のレポート表示MFCでリスト表示に複数の列を持たせたいとき ■ [Windows Mobile 6] 複数列のリストにアイテムを追加まずは、こうしてみる |
Before...
_ AchatViagra [[url=http://www.acheter-viagra.freehostp.com][img]http://w..]
_ AchatViagra [[url=http://www.acheter-viagra.freehostp.com][img]http://w..]
_ shacklef0 [Good day I agree with tinmuning. Buy you can take Generi..]