Click here to Skip to main content
15,892,927 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Injecting DLL: Windows CE [modified] Pin
tony_Udz22-Apr-08 17:42
tony_Udz22-Apr-08 17:42 
GeneralRe: Injecting DLL: Windows CE Pin
marcinj22-Apr-08 22:50
marcinj22-Apr-08 22:50 
GeneralRe: Injecting DLL: Windows CE Pin
tony_Udz23-Apr-08 3:57
tony_Udz23-Apr-08 3:57 
QuestionPocket PC Dataset.ReadXml OutOfMemoryException Pin
Bedevian17-Apr-08 2:23
Bedevian17-Apr-08 2:23 
GeneralRe: Pocket PC Dataset.ReadXml OutOfMemoryException Pin
Dave Kreskowiak17-Apr-08 3:50
mveDave Kreskowiak17-Apr-08 3:50 
GeneralRe: Pocket PC Dataset.ReadXml OutOfMemoryException Pin
Bedevian17-Apr-08 21:48
Bedevian17-Apr-08 21:48 
GeneralXML Parsing in .NET CF/ VB Pin
jackburton17-Apr-08 1:03
jackburton17-Apr-08 1:03 
GeneralRe: XML Parsing in .NET CF/ VB [modified] Pin
Mike Dimmick21-Apr-08 2:54
Mike Dimmick21-Apr-08 2:54 
The problem is occurring because the variable str is (implicitly) declared as Object. There are two overrides of StreamReader's constructor which take two arguments, and the conversion from Object to either one is equally good in VB's eyes. To fix the problem, declare str as an appropriate data type. Given the name of the variable I'm guessing that it was meant to be a String.
Function DownloadFeeds()
 
Dim xml As New XmlDocument
Dim ws As New stock.StockQuote
ws.Url = "http://www.webservicex.net/stockquote.asmx"
Dim str As String = ws.GetQuote(TextBox1.Text)
I recommend you go into Project Properties and set Option Strict to On.


DoEvents: Generating unexpected recursion since 1991

modified on Monday, April 21, 2008 9:11 AM

GeneralOpen serial port in Windows mobile 5.0 Pin
Sushma K16-Apr-08 23:23
Sushma K16-Apr-08 23:23 
GeneralRe: Open serial port in Windows mobile 5.0 Pin
Mike Dimmick17-Apr-08 0:25
Mike Dimmick17-Apr-08 0:25 
GeneralRe: Open serial port in Windows mobile 5.0 Pin
Sushma K17-Apr-08 0:38
Sushma K17-Apr-08 0:38 
GeneralCreating a service for Smartphone. Pin
Parasmani Swamy16-Apr-08 21:08
Parasmani Swamy16-Apr-08 21:08 
GeneralRe: Creating a service for Smartphone. Pin
Giannakakis Kostas18-Apr-08 9:43
professionalGiannakakis Kostas18-Apr-08 9:43 
GeneralLaunch/Call an Application/Function on the keypress and hold event Pin
Parasmani Swamy16-Apr-08 19:15
Parasmani Swamy16-Apr-08 19:15 
GeneralRe: Launch/Call an Application/Function on the keypress and hold event Pin
Ravenet21-Apr-08 2:28
Ravenet21-Apr-08 2:28 
GeneralRe: Launch/Call an Application/Function on the keypress and hold event Pin
Parasmani Swamy28-Apr-08 23:24
Parasmani Swamy28-Apr-08 23:24 
GeneralConsuming web service from mobile app Pin
CodingYoshi16-Apr-08 9:12
CodingYoshi16-Apr-08 9:12 
GeneralRe: Consuming web service from mobile app Pin
Ravenet16-Apr-08 15:57
Ravenet16-Apr-08 15:57 
Questionproblem in windows os function calls while plug out the storage card [modified] Pin
anish.chandran16-Apr-08 6:22
anish.chandran16-Apr-08 6:22 
QuestionWhy do IWebBrowser2::Navigate2 return E_FAIL? Pin
Johann Gerell14-Apr-08 23:48
Johann Gerell14-Apr-08 23:48 
QuestionHow to make a floating window Pin
Qilinzhi14-Apr-08 22:27
Qilinzhi14-Apr-08 22:27 
GeneralNetworkstream receiving same data twice [modified] Pin
evdsande14-Apr-08 10:29
evdsande14-Apr-08 10:29 
AnswerRe: Networkstream receiving same data twice Pin
Arjun Marwaha24-Apr-08 2:29
Arjun Marwaha24-Apr-08 2:29 
QuestionHow to catch usb event Pin
haolan13-Apr-08 22:04
haolan13-Apr-08 22:04 
AnswerRe: How to catch usb event Pin
Ravenet16-Apr-08 16:01
Ravenet16-Apr-08 16:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.