Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: MessageBox on PocketPc

MessageBox on PocketPc 3 years, 9 months ago #385

  • Alarska
  • OFFLINE
  • Gold Boarder
  • Posts: 216
  • Karma: 0
Hi Nick,

I know that this has already been written in the Forum, but I've searched for about half an hour an I can't find it...

I want to show a MessageBox on the PocketPc before the installation of my Application starts - like the one, that appears, when the PPCIC isn't registered.

Would be nice if you could sent me a link.

Thanks!

Re:MessageBox on PocketPc 3 years, 9 months ago #389

  • nick_tg
  • OFFLINE
  • Moderator
  • Karma: 5
Hi,

See this topic

Just before the line
return codeINSTALL_INIT_CONTINUE;

add the following:
MessageBox(0,"My Message","My Title",MB_OK);

Regards,
Nick Protopapas

Re:MessageBox on PocketPc 3 years, 9 months ago #392

Where do I find the following please, i.e. in which area or file?

return codeINSTALL_INIT_CONTINUE;
  • Page:
  • 1
Time to create page: 0.31 seconds