Can Internet settings for the Nokia 9210 Communicator be configured remotely?
Type: Posts; User: cl_fragen; Keyword(s):
Can Internet settings for the Nokia 9210 Communicator be configured remotely?
Can the Nokia 9210 Communicator be used as a modem with PC?
Is IMAP APPEND command supported in the e-mail application of the Nokia 9210 Communicator?
Does the e-mail client of Nokia 9210 Communicator support both MIME1 (Multipurpose Internet Mail Extensions, part one) and MIME2 (Multipurpose Internet Mail Extensions, part two) types?
Does the Nokia 9210 Communicator support "always online" feature, in other words is it an GPRS (Genaral Packet Radio Service) product?
What does the Sockets Client API provide?
Can received SMS's contain clickable URL's that can connect the web browser to the contained URL?
Can I initiate voice calls from web pages (eg: <a href="tel:1234567">Call Us Now!</a>)
How can I take Command Button Area (CBA) to use in my application?
How can I place a CCknVerticalTextAndIconListBox into a dialog?
I have created a custom control. In the control I have problems with cursor. When moving focus to the control I do not get cursor visible. And if the cursor is visible when launching menu, the it...
Is there a way to access SIM Toolkit applications from EPOC applications?
Are there any tools or parsers for automatizing HTTP interaction in the Nokia 9210 SDK?
How can I convert a #define value to a HBufC?
How can I convert a string to integer in EPOC C++? In other words, what method in EPOC is equivalent to ANSI C++ atoi function?
I wrote TCP/ IP engine using Active objects in a similar way as it was done in SDK example Echo Engine. Now, sometimes when using WriteSocket I get ""ESOCK Panic 14"". What can be the reason for...
Can I access the ringtone / volume control settings from a profile?
How do I convert a TPtr16 to a TDesC8?
I want to check if a directory exsists, if it does not I want to create it. How do a do this?
How can I easily query the user for a telephone number?
Should a dialog be put onto the CleanupStack before calling ExecuteLD, since surely ExecuteLD must be performing leaving operations before it deletes the dialog?
How does one convert TText* to descriptor which can be used in gc.DrawText()?
Can TKey derived classes be used with dynamic arrays ? For example to sort the array?
What is behind this error code:
xyz.obj : error LNK2001: unresolved external symbol __chkstk
How do I make a DLG_BUTTON in a dialog the one which catches the "Enter" keypress (and which will be underlined)?