readme.txt

来自「SMART PHONE 2005中关于给电话簿添加相应联系人图片的使用例子源码」· 文本 代码 · 共 44 行

TXT
44
字号
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//


Code Sample Name: 
    AddContactPicture

Feature Area: 
    POOM and PicturePicker

Description: 
    The app allows the user to select a contact (using the contact chooser), select a picture (using the picture picker), and then adds the selected picture to the selected contact, and displays the summary card for that contact.

Usage: 
    Launch the app and follow the UI.


Relevant APIs/Associated Help Topics: 
    ChooseContact
    GetOpenFileNameEx
    POOM IItem interface


Assumptions: 
    In order to show what this sample can do, you should have some contacts created and some pictures in your 'My Pictures' folder.

Requirements: 
    Visual Studio 2005, 
    Windows Mobile 5.0 Pocket PC SDK or
    Windows Mobile 5.0 Smartphone SDK,
    ActiveSync 4.0.
    


** For more information about this code sample, please see the Windows Mobile SDK help system. **

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?