Click here to Skip to main content
15,900,629 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Button pressed issue Pin
arcticbrew14-Jun-07 6:58
arcticbrew14-Jun-07 6:58 
QuestionSocket problem, help me! Pin
linhlv8411-Jun-07 3:25
linhlv8411-Jun-07 3:25 
AnswerRe: Socket problem, help me! Pin
Veelone16-Jun-07 18:20
Veelone16-Jun-07 18:20 
Questionc# Automation Word (Exception from HRESULT: 0x800706BE) Pin
vmorikawa@gmail.com10-Jun-07 10:01
vmorikawa@gmail.com10-Jun-07 10:01 
Question.NET CF and Polygon Hit-Test Pin
Don Rolando9-Jun-07 8:46
Don Rolando9-Jun-07 8:46 
AnswerRe: .NET CF and Polygon Hit-Test Pin
Don Rolando10-Jun-07 4:56
Don Rolando10-Jun-07 4:56 
GeneralRe: .NET CF and Polygon Hit-Test Pin
Mike Dimmick14-Jun-07 9:25
Mike Dimmick14-Jun-07 9:25 
QuestionHow to invoke "Add contact" window from third party application in Windows Mobile PPC? Pin
AshimaWalia7-Jun-07 22:57
AshimaWalia7-Jun-07 22:57 
I am using Windows Mobile 5.0 with PocketPC SDK and .NetCompact Framework 2.0.

I want to invoke the "Add Contact" window through Native/Managed Code.Can somebody help?

The following code adds a contact and shows its summary card. I want to invoke new contact window.

void AddNewContact(IPOutlookApp *polApp)
{
IContact *pContact;
IPOutlookItemCollection *pItems;
IFolder *pFolder;
HRESULT hr;
hr = polApp->GetDefaultFolder(olFolderContacts, &pFolder);

hr = pFolder->get_Items(&pItems);


hr = pItems->Add((IDispatch**)&pContact);

hr = pContact->put_FirstName(TEXT("Michael"));


hr = pContact->put_LastName(TEXT("Angelo"));


hr = pContact->put_CompanyName(TEXT("Microsoft"));

hr = pContact->put_FileAs(TEXT("Angelo"));
hr = pContact->Display();
hr = pContact->Save();

pContact->Release();
pFolder->Release();
pItems->Release();
}
QuestionCE C++ - list control color and font problems Pin
LaCoder7-Jun-07 6:29
LaCoder7-Jun-07 6:29 
QuestionCE C++ static text fonts and font size problem. Pin
LaCoder7-Jun-07 6:28
LaCoder7-Jun-07 6:28 
AnswerRe: CE C++ static text fonts and font size problem. Pin
Mike Dimmick8-Jun-07 9:34
Mike Dimmick8-Jun-07 9:34 
Question,GPS integration Pin
minkinin6-Jun-07 23:56
minkinin6-Jun-07 23:56 
QuestionMobile Gaming section Pin
ndkatkar6-Jun-07 18:11
ndkatkar6-Jun-07 18:11 
QuestionEmulator problem Pin
marky7776-Jun-07 2:53
marky7776-Jun-07 2:53 
AnswerRe: Emulator problem Pin
Chandana Subasinghe6-Jun-07 3:58
Chandana Subasinghe6-Jun-07 3:58 
GeneralRe: Emulator problem Pin
marky7776-Jun-07 5:14
marky7776-Jun-07 5:14 
AnswerRe: Emulator problem Pin
Mike Dimmick8-Jun-07 9:36
Mike Dimmick8-Jun-07 9:36 
GeneralRe: Emulator problem Pin
marky77710-Jun-07 21:48
marky77710-Jun-07 21:48 
Questionsending sms from pc to mobile using vb.net Pin
saraswathy1436-Jun-07 1:52
saraswathy1436-Jun-07 1:52 
AnswerRe: sending sms from pc to mobile using vb.net Pin
Chandana Subasinghe6-Jun-07 4:01
Chandana Subasinghe6-Jun-07 4:01 
GeneralRe: sending sms from pc to mobile using vb.net Pin
saraswathy1437-Jun-07 18:52
saraswathy1437-Jun-07 18:52 
GeneralRe: sending sms from pc to mobile using vb.net Pin
shibby!4-Jul-07 0:19
shibby!4-Jul-07 0:19 
QuestionHow can i get my own cell number? Pin
Divyang Mithaiwala6-Jun-07 1:33
Divyang Mithaiwala6-Jun-07 1:33 
AnswerRe: How can i get my own cell number? Pin
Mike Dimmick8-Jun-07 9:54
Mike Dimmick8-Jun-07 9:54 
QuestionHow to display a jpeg format picture simply? Pin
iayd5-Jun-07 21:39
iayd5-Jun-07 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.