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

Visual Basic

 
GeneralRe: Simple SELECT statement not working Pin
Desert_Dude29-Nov-05 10:06
Desert_Dude29-Nov-05 10:06 
QuestionHow to give a version information in .NET ? Pin
binilsan28-Nov-05 14:52
binilsan28-Nov-05 14:52 
AnswerRe: How to give a version information in .NET ? Pin
Christian Graus28-Nov-05 15:30
protectorChristian Graus28-Nov-05 15:30 
GeneralRe: How to give a version information in .NET ? Pin
binilsan28-Nov-05 16:06
binilsan28-Nov-05 16:06 
Questioninstallation problem Pin
Tea152328-Nov-05 14:27
Tea152328-Nov-05 14:27 
QuestionCalculating check box values Pin
bob107028-Nov-05 13:52
bob107028-Nov-05 13:52 
AnswerRe: Calculating check box values Pin
Christian Graus28-Nov-05 15:33
protectorChristian Graus28-Nov-05 15:33 
AnswerRe: Calculating check box values Pin
Roy Heil29-Nov-05 7:30
professionalRoy Heil29-Nov-05 7:30 
bob1070 wrote:
The checkboxes will update if I select them from right to left, but if I try to select them at random(ie...backwards), the values do not appear.


The problem is, the checkboxes only total from the left to the right. So If you check the PPR check box, you total all the check boxes. But then, if you check the PEP check box (ie...backwards), you are recalculating the total, but only totaling the sizetotal and total1.

You need to have
totallbl.Text = "Total is: " & sizetotal + total1 + total2 + total3 + total4 + total5
in each of your ckbx_CheckedChanged subs.


Roy.
QuestionScanning ? Pin
Lucktas28-Nov-05 9:19
Lucktas28-Nov-05 9:19 
AnswerRe: Scanning ? Pin
Ray Cassick28-Nov-05 11:44
Ray Cassick28-Nov-05 11:44 
GeneralRe: Scanning ? Pin
Lucktas28-Nov-05 20:47
Lucktas28-Nov-05 20:47 
QuestionHELP-VOice Recognition- Visual Basic Pin
jakabo28-Nov-05 8:47
jakabo28-Nov-05 8:47 
QuestionConnecting to DB using ini-file(HOW TO) Pin
djmd6028-Nov-05 7:57
djmd6028-Nov-05 7:57 
AnswerRe: Connecting to DB using ini-file(HOW TO) Pin
Vanting28-Nov-05 8:15
Vanting28-Nov-05 8:15 
GeneralRe: Connecting to DB using ini-file(HOW TO) Pin
djmd602-Dec-05 10:31
djmd602-Dec-05 10:31 
QuestionSaving an Image Pin
Anindya Chatterjee28-Nov-05 0:16
Anindya Chatterjee28-Nov-05 0:16 
AnswerRe: Saving an Image Pin
prathiba_naresh28-Nov-05 0:50
prathiba_naresh28-Nov-05 0:50 
Questiona dot matrix printer Pin
Greeky27-Nov-05 23:30
Greeky27-Nov-05 23:30 
AnswerRe: a dot matrix printer Pin
progload28-Nov-05 17:37
progload28-Nov-05 17:37 
GeneralRe: a dot matrix printer Pin
Greeky29-Nov-05 2:32
Greeky29-Nov-05 2:32 
QuestionColumn names in DataGrid Pin
liquid_27-Nov-05 11:04
liquid_27-Nov-05 11:04 
AnswerRe: Column names in DataGrid Pin
Briga27-Nov-05 23:01
Briga27-Nov-05 23:01 
QuestionNeed help with permissions for VB .NET applications Pin
xDanELx27-Nov-05 9:54
xDanELx27-Nov-05 9:54 
AnswerRe: Need help with permissions for VB .NET applications Pin
Ray Cassick27-Nov-05 16:09
Ray Cassick27-Nov-05 16:09 
AnswerRe: Need help with permissions for VB .NET applications Pin
xDanELx29-Nov-05 14:05
xDanELx29-Nov-05 14:05 

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.