Hello everyone,
I'm writing a small application that should be invoked from a widget, and I need to pass one parameter from the widget to an application. I can send arguments from a widget via serviceObj.IAppManager.LaunchApp(criteria) as described here: http://library.forum.nokia.com/index...2B3BE973C.html My question is: how can I read those arguments in my C++ application? Or should I use some different approach?

Reply With Quote
Could you either point me to a working example or to a documentation article describing how to do that?

