Click here to Skip to main content
15,911,531 members
Home / Discussions / Mobile
   

Mobile

 
QuestionA question about owner-draw list-view Pin
Roy Wong27-Aug-06 15:53
Roy Wong27-Aug-06 15:53 
QuestionHelp !! Infrared communication Pin
RashmiDB26-Aug-06 17:37
RashmiDB26-Aug-06 17:37 
AnswerRe: Help !! Infrared communication Pin
Hesbon Ongira6-Sep-06 21:53
Hesbon Ongira6-Sep-06 21:53 
GeneralRe: Help !! Infrared communication(for hezzymandias) Pin
RashmiDB7-Sep-06 17:44
RashmiDB7-Sep-06 17:44 
Question850604 - GAPI for Windows CE 4.2 Pin
ilostmyid226-Aug-06 7:40
professionalilostmyid226-Aug-06 7:40 
AnswerRe: 850604 - GAPI for Windows CE 4.2 Pin
Frank Weseloh23-Dec-06 6:52
Frank Weseloh23-Dec-06 6:52 
QuestionAccessing data in a pocket access database using evc4 Pin
sdt2425-Aug-06 5:55
sdt2425-Aug-06 5:55 
QuestionNotification icon in the system tray Pin
AndriyBabiy24-Aug-06 11:37
AndriyBabiy24-Aug-06 11:37 
If you follow any link on the baloon, the icon will disappear. I'm confused with this... The program is still running. The problem is that I use non-visible window, and the icon is the only mean to communicate to the program.
I use:
EVC++ 4.0
MS Windows Pocket PC 4.2

The icon is added to the system tray with:
m_NID.cbStruct = sizeof( SHNOTIFICATIONDATA );
m_NID.dwID = ICON_ID;
m_NID.npPriority = SHNP_INFORM;
m_NID.csDuration = 5;
m_NID.hicon = AfxGetApp()->LoadIcon( IDICON );
m_NID.grfFlags = 0;
// m_NID.grfFlags = SHNUM_ICON | SHNUM_TITLE | SHNUM_HTML;
m_NID.hwndSink = m_hWnd;
m_NID.pszTitle = TEXT( "Application" );
m_NID.pszHTML = TEXT
(
"<html><body>\
<center><a href=\"cmd:55\"><b>Link 1</b></a></center><br><br>\
<center><a href=\"cmd:99\"><b>Link 2</b></a></center>\
</body></html>"
);

SHNotificationAdd( &m_NID );
I tried different combinations of flags, with the same result.
The icon appears in the system tray, baloon opens, the command is sent to the window correctly. The wrong thing is that the icon disappears immediately after I have chosen a command, regardless of which link was followed.

If someone had a similar problem, or you know what is wrong with my approach, please let me know.
Many thanks in advance to everybody who will answer my question!

Andriy
QuestionIncoming Call Notification compact framework Pin
deanxp23-Aug-06 4:30
deanxp23-Aug-06 4:30 
QuestionMobile applications for simple cell phones Pin
AmitDey22-Aug-06 18:57
AmitDey22-Aug-06 18:57 
AnswerRe: Mobile applications for simple cell phones Pin
alexey N22-Aug-06 21:17
alexey N22-Aug-06 21:17 
QuestionSQL CE Connections Pin
DazJack122-Aug-06 3:13
DazJack122-Aug-06 3:13 
AnswerRe: SQL CE Connections Pin
Chris S Kaiser28-Aug-06 11:09
Chris S Kaiser28-Aug-06 11:09 
Questionintroduction Pin
abhi851921-Aug-06 5:56
abhi851921-Aug-06 5:56 
QuestionTrying to connect to BT headset programatically, but can't make it work !! Pin
PG200617-Aug-06 12:47
PG200617-Aug-06 12:47 
QuestionMedia player Pin
Mohammad A Gdeisat16-Aug-06 22:38
Mohammad A Gdeisat16-Aug-06 22:38 
QuestionCompact framework File Existing..... Pin
Sri harini14-Aug-06 23:35
Sri harini14-Aug-06 23:35 
QuestionDynamically Adding Controls to a Panel Pin
RB@Emphasys14-Aug-06 10:22
RB@Emphasys14-Aug-06 10:22 
AnswerRe: Dynamically Adding Controls to a Panel Pin
RB@Emphasys14-Aug-06 10:43
RB@Emphasys14-Aug-06 10:43 
QuestionHow to operate Excel on Pocket PC by using C#? Pin
blackmash11-Aug-06 22:01
blackmash11-Aug-06 22:01 
QuestionListview in windows mobile Pin
Sri harini9-Aug-06 22:09
Sri harini9-Aug-06 22:09 
AnswerRe: Listview in windows mobile Pin
lincyang15-Jan-09 20:51
lincyang15-Jan-09 20:51 
QuestionWindows Mobile 2003 Pocket PC or 5.0 Sample Applications/Code/Tutorial? Pin
Coolarj109-Aug-06 13:38
Coolarj109-Aug-06 13:38 
AnswerRe: Windows Mobile 2003 Pocket PC or 5.0 Sample Applications/Code/Tutorial? [modified] Pin
Michael Hendrickx20-Aug-06 0:39
Michael Hendrickx20-Aug-06 0:39 
QuestionHow to overwrite the power button in a pocket PC? Pin
msolh7-Aug-06 10:23
msolh7-Aug-06 10: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.