Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionnotepad connection Pin
p_10-Jul-07 20:58
p_10-Jul-07 20:58 
AnswerRe: notepad connection Pin
Guffa10-Jul-07 21:33
Guffa10-Jul-07 21:33 
AnswerRe: notepad connection Pin
Paul Conrad11-Jul-07 7:06
professionalPaul Conrad11-Jul-07 7:06 
Questionhow to convert a integer input into decimal ? Pin
cheeken2u10-Jul-07 20:52
cheeken2u10-Jul-07 20:52 
AnswerRe: how to convert a integer input into decimal ? Pin
Steven J Jowett10-Jul-07 22:49
Steven J Jowett10-Jul-07 22:49 
QuestionXNA Game Creation with VB 2005 Express Edition Pin
Jayesh Deshpande10-Jul-07 20:35
Jayesh Deshpande10-Jul-07 20:35 
AnswerRe: XNA Game Creation with VB 2005 Express Edition Pin
jonathan1510-Jul-07 22:29
jonathan1510-Jul-07 22:29 
QuestionDouble.TryParse Not Working Pin
Brendan Vogt10-Jul-07 20:32
Brendan Vogt10-Jul-07 20:32 
Hi,

I am reading from a CSV file. I have a drop down with the name of the column header. I loop through the rows in a data set. The value in the CSV file is R 106.80. I am using VB.NET 1.1. Here is my test code:

Dim boolReturn As Boolean
Dim dblResult As Double

boolReturn = Double.TryParse(ds.Tables(0).Rows(i).Item(ddlSitePrice.SelectedItem.Text), NumberStyles.AllowCurrencySymbol, CultureInfo.CurrentCulture, dblResult)
Response.Write(dblResult.ToString() + "<br />")

The result it brings back is 0, why doesn't it want to convert?? I am past frustrated.

Please can someone help me??

Regards
ma se
AnswerRe: Double.TryParse Not Working Pin
Guffa10-Jul-07 21:35
Guffa10-Jul-07 21:35 
AnswerRe: Double.TryParse Not Working Pin
Luc Pattyn11-Jul-07 0:06
sitebuilderLuc Pattyn11-Jul-07 0:06 
AnswerRe: text editor Pin
The ANZAC10-Jul-07 20:38
The ANZAC10-Jul-07 20:38 
QuestionHow to access a file for remote machine Pin
greatnishant3110-Jul-07 18:51
greatnishant3110-Jul-07 18:51 
AnswerRe: How to access a file for remote machine Pin
Ajai Chaudhary11-Jul-07 2:04
Ajai Chaudhary11-Jul-07 2:04 
Questionhow to create a SQL db in SQL server 2005 Pin
prasadbuddhika10-Jul-07 18:41
prasadbuddhika10-Jul-07 18:41 
AnswerRe: how to create a SQL db in SQL server 2005 Pin
Sathesh Sakthivel10-Jul-07 18:59
Sathesh Sakthivel10-Jul-07 18:59 
Questionhoe to develop an application for multiuser Pin
prasadbuddhika10-Jul-07 18:36
prasadbuddhika10-Jul-07 18:36 
AnswerRe: hoe to develop an application for multiuser Pin
Paul Conrad13-Jul-07 12:30
professionalPaul Conrad13-Jul-07 12:30 
GeneralRe: how to develop an application for multiuser Pin
prasadbuddhika13-Jul-07 22:25
prasadbuddhika13-Jul-07 22:25 
GeneralRe: how to develop an application for multiuser Pin
Paul Conrad14-Jul-07 4:27
professionalPaul Conrad14-Jul-07 4:27 
QuestionWhat is the way to use global variable in vb.net Pin
babusat10-Jul-07 18:23
babusat10-Jul-07 18:23 
AnswerRe: What is the way to use global variable in vb.net Pin
Sathesh Sakthivel10-Jul-07 18:35
Sathesh Sakthivel10-Jul-07 18:35 
Questionprinting panel container which have picturebox Pin
Anudeep Jaiswal10-Jul-07 18:10
Anudeep Jaiswal10-Jul-07 18:10 
AnswerRe: printing panel container which have picturebox Pin
Dave Kreskowiak11-Jul-07 3:31
mveDave Kreskowiak11-Jul-07 3:31 
GeneralRe: printing panel container which have picturebox Pin
Anudeep Jaiswal11-Jul-07 23:47
Anudeep Jaiswal11-Jul-07 23:47 
GeneralRe: printing panel container which have picturebox Pin
Dave Kreskowiak12-Jul-07 1:39
mveDave Kreskowiak12-Jul-07 1:39 

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.