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

Visual Basic

 
GeneralRe: Including domain admin/password in script - how to avoid? Pin
charlieg16-Feb-12 11:22
charlieg16-Feb-12 11:22 
AnswerRe: Including domain admin/password in script - how to avoid? Pin
phil.o22-Feb-12 9:59
professionalphil.o22-Feb-12 9:59 
QuestionSQL Error Pin
Pasan14816-Feb-12 5:38
Pasan14816-Feb-12 5:38 
AnswerRe: SQL Error Pin
Luc Pattyn16-Feb-12 5:49
sitebuilderLuc Pattyn16-Feb-12 5:49 
GeneralRe: SQL Error Pin
Pasan14816-Feb-12 5:56
Pasan14816-Feb-12 5:56 
AnswerRe: SQL Error Pin
David Mujica16-Feb-12 5:51
David Mujica16-Feb-12 5:51 
QuestionHow to create result Classification Pin
Member 865157216-Feb-12 0:44
Member 865157216-Feb-12 0:44 
AnswerRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 0:55
professionalWayne Gaylard16-Feb-12 0:55 
Just state the requirements out aloud to yourself, and the workflow will come directly from that like this

get number from user.
if number is less than 40 then
    output "Fail"
else if number is greater than or equal to 40 and number is less than 50
    output "Pass"
else if number is greater than or equal to 50 and number is greater than 60
    output "Merit"
else 
    output "Distinction"


From that I am sure you can work out the exact VB.Net code.

Edited - thanks to Luc
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman


modified 16-Feb-12 8:14am.

AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 1:36
sitebuilderLuc Pattyn16-Feb-12 1:36 
GeneralRe: How to create result Classification Pin
Dave Kreskowiak16-Feb-12 1:51
mveDave Kreskowiak16-Feb-12 1:51 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 1:53
sitebuilderLuc Pattyn16-Feb-12 1:53 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 1:57
professionalWayne Gaylard16-Feb-12 1:57 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 2:09
sitebuilderLuc Pattyn16-Feb-12 2:09 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 2:11
professionalWayne Gaylard16-Feb-12 2:11 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 2:21
sitebuilderLuc Pattyn16-Feb-12 2:21 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 2:25
professionalWayne Gaylard16-Feb-12 2:25 
GeneralRe: How to create result Classification Pin
Member 865157216-Feb-12 9:36
Member 865157216-Feb-12 9:36 
Questioni want double like this in vb.net. 1.25 instead of 1.254789. how can i? Pin
manan0shah15-Feb-12 18:03
manan0shah15-Feb-12 18:03 
AnswerRe: i want double like this in vb.net. 1.25 instead of 1.254789. how can i? Pin
Bernhard Hiller15-Feb-12 20:53
Bernhard Hiller15-Feb-12 20:53 
GeneralRe: i want double like this in vb.net. 1.25 instead of 1.254789. how can i? Pin
manan0shah16-Feb-12 4:33
manan0shah16-Feb-12 4:33 
QuestionDatagrids on Tabs not displaying Pin
MacRaider415-Feb-12 4:29
MacRaider415-Feb-12 4:29 
AnswerRe: Datagrids on Tabs not displaying Pin
MacRaider415-Feb-12 5:22
MacRaider415-Feb-12 5:22 
AnswerRe: Datagrids on Tabs not displaying Pin
Luc Pattyn15-Feb-12 5:58
sitebuilderLuc Pattyn15-Feb-12 5:58 
GeneralRe: Datagrids on Tabs not displaying Pin
MacRaider415-Feb-12 7:28
MacRaider415-Feb-12 7:28 
QuestionRun Windows service in ring 0 Pin
Brandon-X1200014-Feb-12 14:23
Brandon-X1200014-Feb-12 14:23 

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.