Click here to Skip to main content
15,917,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: The "ResolveComReference" task failed unexpectedly. Pin
Johan Hakkesteegt5-Aug-09 21:55
Johan Hakkesteegt5-Aug-09 21:55 
QuestionE-Mail Monitor Pin
Anubhava Dimri5-Aug-09 20:01
Anubhava Dimri5-Aug-09 20:01 
AnswerRe: E-Mail Monitor Pin
dan!sh 5-Aug-09 20:41
professional dan!sh 5-Aug-09 20:41 
AnswerRe: E-Mail Monitor Pin
Adam R Harris6-Aug-09 11:47
Adam R Harris6-Aug-09 11:47 
QuestionOne Number after Decimal Point ? Pin
Bob Beaubien5-Aug-09 17:33
Bob Beaubien5-Aug-09 17:33 
AnswerRe: One Number after Decimal Point ? Pin
Christian Graus5-Aug-09 17:58
protectorChristian Graus5-Aug-09 17:58 
GeneralRe: One Number after Decimal Point ? Pin
Bob Beaubien6-Aug-09 1:48
Bob Beaubien6-Aug-09 1:48 
GeneralRe: One Number after Decimal Point ? Pin
Johan Hakkesteegt6-Aug-09 3:17
Johan Hakkesteegt6-Aug-09 3:17 
Christian was just giving you an example. The blue line is because you apparently just copied the example code, but never determined the variable dblprice.

Anyway, forget that example, and adapt txtNumSensors.Text = temperature.ToString() in your own code to txtNumSensors.Text = temperature.ToString("0.0"), and Dim temperature As String to Dim temperature As Double

My advice is free, and you may get what you paid for.

GeneralRe: One Number after Decimal Point ? Pin
Bob Beaubien6-Aug-09 3:36
Bob Beaubien6-Aug-09 3:36 
GeneralRe: One Number after Decimal Point ? Pin
Johan Hakkesteegt9-Aug-09 20:14
Johan Hakkesteegt9-Aug-09 20:14 
QuestionMake a directory tree from a list of paths [modified] Pin
User 58422375-Aug-09 3:23
User 58422375-Aug-09 3:23 
AnswerRe: Make a directory tree from a list of paths Pin
Luc Pattyn5-Aug-09 4:41
sitebuilderLuc Pattyn5-Aug-09 4:41 
GeneralRe: Make a directory tree from a list of paths Pin
User 58422375-Aug-09 22:43
User 58422375-Aug-09 22:43 
QuestionPrinting the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:12
joakim apelqvist5-Aug-09 2:12 
AnswerRe: Printing the results of a SQL Query Pin
dan!sh 5-Aug-09 2:27
professional dan!sh 5-Aug-09 2:27 
GeneralRe: Printing the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:45
joakim apelqvist5-Aug-09 2:45 
AnswerUse crystal reports Pin
David Mujica5-Aug-09 3:03
David Mujica5-Aug-09 3:03 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 3:05
joakim apelqvist5-Aug-09 3:05 
GeneralRe: Use crystal reports Pin
David Mujica5-Aug-09 3:44
David Mujica5-Aug-09 3:44 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 5:00
joakim apelqvist5-Aug-09 5:00 
QuestionUpdate DataGridView Cell value [modified] Pin
Jay Royall5-Aug-09 1:38
Jay Royall5-Aug-09 1:38 
AnswerRe: Update DataGridView Cell value Pin
Johan Hakkesteegt5-Aug-09 2:00
Johan Hakkesteegt5-Aug-09 2:00 
AnswerRe: Update DataGridView Cell value Pin
dan!sh 5-Aug-09 2:20
professional dan!sh 5-Aug-09 2:20 
GeneralRe: Update DataGridView Cell value Pin
Jay Royall5-Aug-09 2:50
Jay Royall5-Aug-09 2:50 
QuestionSql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 1:00
Paramu19735-Aug-09 1:00 

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.