Click here to Skip to main content
15,891,943 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 5:23
perlmunger22-Feb-07 5:23 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride22-Feb-07 16:20
aruna_koride22-Feb-07 16:20 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 16:58
perlmunger22-Feb-07 16:58 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride22-Feb-07 17:10
aruna_koride22-Feb-07 17:10 
AnswerRe: Windows Mobile Soft Keys Pin
arcticbrew22-Feb-07 6:26
arcticbrew22-Feb-07 6:26 
QuestionFullscreen SIP input (draw on screen with mouse hook, like Transcriber) Pin
apollo854-Feb-07 4:02
apollo854-Feb-07 4:02 
AnswerKeyboard hook taken for a basis, but not working with WH_MOUSE & WH_MOUSE_LL Pin
apollo854-Feb-07 4:12
apollo854-Feb-07 4:12 
QuestionHow to send messages from icon on the upper toolbar ? Pin
knopper2-Feb-07 2:49
knopper2-Feb-07 2:49 
We are using SHNOTIFICATIONDATA to show icon on the upper toolbar on Windows
Mobile 5. But we can't find out how to send a message to our window when we
click on the icon, without showing any pop-up window.

Our code:

SHNOTIFICATIONDATA* pNotification = NULL;
HICON hIconn = NULL;

hIconn = AfxGetApp()->LoadIcon(IDR_MAINFRAME);

pNotification = (SHNOTIFICATIONDATA*)malloc(sizeof(SHNOTIFICATIOND ATA));

pNotification->dwID = ICON_ID;
pNotification->clsid = guidPPCAlertsApp; npPriority = SHNP_INFORM;
pNotification->csDuration = 10; hwndSink = m_hWnd; pszHTML =
pNotification->_T("...");
pNotification->hicon = hIconn;
pNotification->cbStruct = sizeof(SHNOTIFICATIONDATA); pszTitle =
pNotification->TEXT("Application name"); grfFlags = SHNF_STRAIGHTTOTRAY;

SHNotificationAdd( pNotification );


!??
QuestionMobile comm through Wi Fi Pin
Member 378391131-Jan-07 22:31
Member 378391131-Jan-07 22:31 
QuestionCEDB & VS.Net 2005 Pin
aweekes131-Jan-07 11:54
aweekes131-Jan-07 11:54 
Questioncompact framework error? Pin
bryce30-Jan-07 17:50
bryce30-Jan-07 17:50 
AnswerRe: compact framework error? Pin
bryce30-Jan-07 18:43
bryce30-Jan-07 18:43 
GeneralRe: compact framework error? Pin
bryce30-Jan-07 18:47
bryce30-Jan-07 18:47 
QuestionHow to save mobile contacts to PDA ( Personal Distal Assistance) [modified] Pin
Siva Rama Raju30-Jan-07 1:33
Siva Rama Raju30-Jan-07 1:33 
QuestionReading images from webcam Pin
gskumar11129-Jan-07 20:01
gskumar11129-Jan-07 20:01 
QuestionBluettoth Pin
xfahad29-Jan-07 8:27
xfahad29-Jan-07 8:27 
QuestionPlatform Manager server failed error! Pin
Shaileshhex28-Jan-07 23:19
Shaileshhex28-Jan-07 23:19 
AnswerRe: Platform Manager server failed error! Pin
Mike Dimmick30-Jan-07 2:46
Mike Dimmick30-Jan-07 2:46 
QuestionWinsock with Pocket PC Pin
mkoliv26-Jan-07 4:34
mkoliv26-Jan-07 4:34 
AnswerRe: Winsock with Pocket PC Pin
Alain Rist27-Jan-07 22:58
Alain Rist27-Jan-07 22:58 
QuestionWho can help me about winCE application develop? Pin
4600966924-Jan-07 21:27
4600966924-Jan-07 21:27 
AnswerRe: Who can help me about winCE application develop? Pin
Developer Saksham7-Feb-07 20:29
Developer Saksham7-Feb-07 20:29 
QuestionInitialize Component Error Pin
Brainfour23-Jan-07 23:50
Brainfour23-Jan-07 23:50 
QuestionPrinting in Windows Mobile 5 Pin
Maddy6923-Jan-07 19:37
Maddy6923-Jan-07 19:37 
Questionmoving from wCE 3 to vs 2005 Pin
AlexEvans23-Jan-07 18:23
AlexEvans23-Jan-07 18:23 

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.