Click here to Skip to main content
15,909,546 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb filter Pin
Member 1097008124-Jul-14 19:08
Member 1097008124-Jul-14 19:08 
AnswerRe: vb filter Pin
Karen Mitchelle24-Jul-14 20:05
professionalKaren Mitchelle24-Jul-14 20:05 
JokeRe: vb filter Pin
Richard Deeming25-Jul-14 1:41
mveRichard Deeming25-Jul-14 1:41 
GeneralRe: vb filter Pin
Karen Mitchelle27-Jul-14 14:45
professionalKaren Mitchelle27-Jul-14 14:45 
AnswerRe: vb filter Pin
Eddy Vluggen24-Jul-14 22:25
professionalEddy Vluggen24-Jul-14 22:25 
QuestionCompile Excel File to Exe and Hide Excel Formula but Exe file work as actual File Pin
DEWESH23-Jul-14 19:38
DEWESH23-Jul-14 19:38 
AnswerRe: Compile Excel File to Exe and Hide Excel Formula but Exe file work as actual File Pin
Richard MacCutchan23-Jul-14 20:39
mveRichard MacCutchan23-Jul-14 20:39 
QuestionUnable to emit referenced assembly "AxInterop.mswinsocklib" doesn't have a strong name Pin
vamsee0323-Jul-14 0:10
vamsee0323-Jul-14 0:10 
AnswerRe: Unable to emit referenced assembly "AxInterop.mswinsocklib" doesn't have a strong name Pin
thatraja23-Jul-14 1:01
professionalthatraja23-Jul-14 1:01 
Questionvisual basic script for subversion server side precommit hook script Pin
Member 1096343422-Jul-14 3:46
Member 1096343422-Jul-14 3:46 
AnswerRe: visual basic script for subversion server side precommit hook script Pin
Eddy Vluggen22-Jul-14 5:08
professionalEddy Vluggen22-Jul-14 5:08 
QuestionHelp! Pin
Member 1072866721-Jul-14 9:51
Member 1072866721-Jul-14 9:51 
AnswerRe: Help! Pin
Wes Aday21-Jul-14 10:51
professionalWes Aday21-Jul-14 10:51 
GeneralRe: Help! Pin
Member 1072866721-Jul-14 11:20
Member 1072866721-Jul-14 11:20 
GeneralRe: Help! Pin
Wes Aday21-Jul-14 11:32
professionalWes Aday21-Jul-14 11:32 
Edited. Misread the code. length is actual declared as a double.

We can't possibly know what is confusing you unless you tell us.

You are trying to convert a string to a double right? The string you are trying to convert is named "length" right? Look at your code and see if you can find anywhere in your code where you are setting "length" to be something other than an empty string....

Your code as it stands right now is you are trying to convert length (which is a double) to a double. Then put that result in a string named "sideLength". Why would you convert a double to a double? Does it make more sense to you to convert the user input to a double?

Then you take the result of your convert operation and put that into a variable named "sideLength", then you don't use it anywhere.

Learn to use the debugger and you can follow the code and see what it is doing.



modified 21-Jul-14 17:44pm.

AnswerRe: Help! Pin
Richard MacCutchan21-Jul-14 21:50
mveRichard MacCutchan21-Jul-14 21:50 
Questionshowing persian date in datagridview when programming by vb.net 2005 Pin
majid eskandarian18-Jul-14 1:04
majid eskandarian18-Jul-14 1:04 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZurdoDev18-Jul-14 1:56
professionalZurdoDev18-Jul-14 1:56 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
majid eskandarian18-Jul-14 10:32
majid eskandarian18-Jul-14 10:32 
AnswerRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZurdoDev18-Jul-14 10:35
professionalZurdoDev18-Jul-14 10:35 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
majid eskandarian18-Jul-14 11:31
majid eskandarian18-Jul-14 11:31 
GeneralRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZurdoDev18-Jul-14 11:38
professionalZurdoDev18-Jul-14 11:38 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
majid eskandarian18-Jul-14 14:52
majid eskandarian18-Jul-14 14:52 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZurdoDev18-Jul-14 15:49
professionalZurdoDev18-Jul-14 15:49 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
majid eskandarian18-Jul-14 20:55
majid eskandarian18-Jul-14 20:55 

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.