Click here to Skip to main content
15,888,293 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZurdoDev19-Jul-14 2:43
professionalZurdoDev19-Jul-14 2:43 
QuestionRe: showing persian date in datagridview when programming by vb.net 2005 Pin
majid eskandarian20-Jul-14 3:09
majid eskandarian20-Jul-14 3:09 
AnswerRe: showing persian date in datagridview when programming by vb.net 2005 Pin
Richard MacCutchan20-Jul-14 7:07
mveRichard MacCutchan20-Jul-14 7:07 
AnswerRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZurdoDev20-Jul-14 10:31
professionalZurdoDev20-Jul-14 10:31 
AnswerRe: showing persian date in datagridview when programming by vb.net 2005 Pin
Eddy Vluggen18-Jul-14 5:15
professionalEddy Vluggen18-Jul-14 5:15 
AnswerRe: showing persian date in datagridview when programming by vb.net 2005 Pin
ZinsatPak27-Jul-14 23:46
ZinsatPak27-Jul-14 23:46 
Questionhow to covert multiple XML files to Excel Files using VB Script Pin
prevase17-Jul-14 23:22
prevase17-Jul-14 23:22 

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.