Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?
Answer / diana
Don't call the navigate method from your PhoneApplication Page's constructor. you should wait until control is loaded before you Navigate.
| Is This Answer Correct ? | 0 Yes | 0 No |
I see applications using listbox that show scrollbar only on while scrolling. How can I detect that I am scrolling?
Explain how to enable/disable alerts?
Explain how to edit location for weather?
Explain Windows Phone Multitasking?
In my code the method marked by [ondeserialized] is never called after deserialization. Is this a known issue?
Tell me is it possible to use custom pixel shader in xna?
Explain how to save silverlight uielements into an image?
Can I write multi-player games using wi-fi or blue tooth in the device.?
Suppose I am trying to detect if an external headset is attached to the phone, can I use microsoft.xna.framework.audio.microphone.isheadset?
Suppose I am trying to receive toast notifications in emulator app. I got everything setup but notification does not show up in emulator at all?
How to deserialize json from a rest call?
is there a way to know if my code is running on emulator or device?