Click here to Skip to main content
16,005,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Run Registry Value Pin
CPallini26-Nov-06 10:29
mveCPallini26-Nov-06 10:29 
GeneralRe: Run Registry Value Pin

MmM.net</

26-Nov-06 22:12

MmM.net</

26-Nov-06 22:12 
AnswerRe: Run Registry Value Pin
Xiuzhu Lian26-Nov-06 20:54
Xiuzhu Lian26-Nov-06 20:54 
GeneralRe: Run Registry Value Pin
Code Crapper27-Nov-06 10:24
Code Crapper27-Nov-06 10:24 
QuestionSummary problem Pin
RubyM25-Nov-06 12:33
RubyM25-Nov-06 12:33 
AnswerRe: Summary problem Pin
Christian Graus25-Nov-06 13:01
protectorChristian Graus25-Nov-06 13:01 
GeneralRe: Summary problem Pin
RubyM25-Nov-06 14:29
RubyM25-Nov-06 14:29 
GeneralRe: Summary problem Pin
Christian Graus25-Nov-06 14:59
protectorChristian Graus25-Nov-06 14:59 
RubyM wrote:
Dim Service As Decimal = "10.00"
Dim totalNumOfDeposit As Integer
Dim totalAmtOfDeposits As Decimal
Dim totalChecks As Decimal
Dim totalAmountOfChecks As Decimal
Dim totalAmountOfService As Decimal
Dim messageString As String


People used to do this in C, because they had to.  You should declare variables as you use them.

So you're saying this message box doesn't show all of the messageString ? Does it show the constants you're passing in ?

RubyM wrote:
totalAmountOfChecks.ToString()

I don't believe you need to call ToString, it works it out.

Have you stepped through the debugger to see what's happening ?
RubyM wrote:
enterAmount = Decimal.Parse(txtAmount.Text)

You should use TryParse, in case invalid chars are entered.



Christian Graus - C++ MVP

GeneralRe: Summary problem Pin
RubyM26-Nov-06 4:59
RubyM26-Nov-06 4:59 
GeneralRe: Summary problem Pin
Christian Graus26-Nov-06 8:09
protectorChristian Graus26-Nov-06 8:09 
GeneralRe: Summary problem Pin
RubyM26-Nov-06 10:55
RubyM26-Nov-06 10:55 
Question[HELP!!] How to solve a nonlinear equation in VB.Net? Pin
Niner9925-Nov-06 12:22
Niner9925-Nov-06 12:22 
AnswerRe: [HELP!!] How to solve a nonlinear equation in VB.Net? Pin
Thomas Stockwell25-Nov-06 15:36
professionalThomas Stockwell25-Nov-06 15:36 
AnswerRe: [HELP!!] How to solve a nonlinear equation in VB.Net? Pin
CPallini26-Nov-06 10:43
mveCPallini26-Nov-06 10:43 
QuestionProblem With Data Report Pin
Mohammad Adnan25-Nov-06 7:27
Mohammad Adnan25-Nov-06 7:27 
Questionhelp Pin
Rmesh25-Nov-06 4:40
Rmesh25-Nov-06 4:40 
GeneralRe: help Pin
Are Jay25-Nov-06 5:32
Are Jay25-Nov-06 5:32 
AnswerHOMEWORK Pin
leckey25-Nov-06 15:50
leckey25-Nov-06 15:50 
GeneralRe: HOMEWORK Pin
Are Jay26-Nov-06 4:29
Are Jay26-Nov-06 4:29 
AnswerRe: help Pin
Pete O'Hanlon27-Nov-06 1:50
mvePete O'Hanlon27-Nov-06 1:50 
Questionvbsdk [modified] Pin
mermer4u25-Nov-06 4:16
mermer4u25-Nov-06 4:16 
AnswerRe: vbsdk Pin
Christian Graus25-Nov-06 15:47
protectorChristian Graus25-Nov-06 15:47 
Questionform background color Pin
Rmesh25-Nov-06 4:10
Rmesh25-Nov-06 4:10 
QuestionRe: form background color Pin
jsampsonPC25-Nov-06 6:06
jsampsonPC25-Nov-06 6:06 
AnswerRe: form background color Pin
leckey25-Nov-06 15:51
leckey25-Nov-06 15:51 

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.