Also by this Developer

DrugArranger2
DrugArranger2

is a reminder for your daily medicine intakes. It reminds you when to take a dose and alerts someone by SMS if you missed it.

Mon, 14 Jan 2008 16:30:11

  1. votes
wdorf wdorf
WM_ApplTrigger
WM_ApplTrigger

Trigger Application under Windows Mobile with Message Interception

Thu, 18 Oct 2007 19:00:48

  1. votes
wdorf wdorf

Application Feedback

There are no posts in this forum.

Files

Information

You need to be logged in to Betavine before you are able to download applications.

  • Version 0.1b

    Release Date 2007-08-30 00:00:00.0

    Download count 36

    Platform Windows Mobile


  • Version 1.0

    Release Date 2007-08-30 00:00:00.0

    Download count 38

    Platform Windows Mobile


  • Version 1.0

    Release Date 2007-08-30 00:00:00.0

    Download count 35

    Platform Windows Mobile


  • Version 0.1b

    Release Date 2007-08-30 00:00:00.0

    Download count 35

    Platform Windows Mobile


Application Profile

Screenshot of WM_ApplTrigger

WM_ApplTrigger

Trigger Application under Windows Mobile with Message Interception

wdorfdeveloped by wdorf

  1. votes

category: A-Z

downloaded 144 times

4 files uploaded

Last updated Thu, 18 Oct 2007 19:00:48

Created Wed, 29 Aug 2007 23:00:00

Description

Application Trigger messages are SMS-based messages targetting specific applications on a mobile phone. These messages can be used to execute applications or perform actions within applications, without explicit user input. This project focuses on the use of these Application Trigger messages to interact with Windows Mobile Pocket PC or Smartphone applications.

Requirements

  • Visual Studio 2005 or similar development tool
  • Windows Mobile SDK 5 or 6

Usage Instructions

Download the Visual Studio 2005 projects and/or the Vodafone.betavine.dll. Further details are given in the article: "Application Trigger Messages on Windows Mobile".

Reported Feedback

There is currently no feedback for this application. Feedback is gathered when you visit betavine.mobi.

RSS Feed wdorf's Developer's Log for WM_ApplTrigger

Forms and SMS

Posted on 7/08/2007 at 12:52 by Kaz.. (Kharsim.net) on different blog:

Forms elements cannot be inherited in Visual Studio 2005. Hence including the above described exit/disable menu items could not be done in SMSLaunch: It’s possible to pass Form identifiers across class’s using constructors or setter methods, however its better to pass Form elements such as a 'MenuItem' across, in order to provide more general util class.

Under C# only text messages can be send. Is it possible to send BLOBs by overloading the SMS protocol: Currently no support for Blobs, however MessageInterceptor was designed to support ‘typeof(EmailMessage)’ along with ‘typeof(SmsMessage)’ with emails overcoming size limitations.. however the email interception option is mearly a pointer at this point and was never fully implemented (possibly NETCF 3.5 may fix that). However despite the character limitations in the SMS MessageInterceptor its today quite useful in triggering external data downloads from the web and can be used in a simliar fashion to MMS messeages to trigger large movie downloads or content from a webserver.
posted by wdorf wdorf  |  View Comments (0)  |  Add Comment  | 

How to use

The article Application Trigger Messages on Windows Mobile gives detailed information how to use the classes included in this project.
posted by wdorf wdorf  |  View Comments (3)  |  Add Comment  | 

Reviews

Page: 1 Login to post a review.
No reviews found for this application