Click here to Skip to main content
15,890,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to create CD Key hardware key and hwo to embed that in Executable file in install time Pin
LloydA11110-Aug-09 14:30
LloydA11110-Aug-09 14:30 
QuestionHow to avoid validation for the form closing Pin
ramki.pindi6-Aug-09 20:07
ramki.pindi6-Aug-09 20:07 
AnswerRe: How to avoid validation for the form closing Pin
nlarson117-Aug-09 2:38
nlarson117-Aug-09 2:38 
QuestionMS Chart Control(OCX Control) Pin
Nanda_MR6-Aug-09 18:27
Nanda_MR6-Aug-09 18:27 
AnswerRe: MS Chart Control(OCX Control) Pin
Mycroft Holmes6-Aug-09 19:49
professionalMycroft Holmes6-Aug-09 19:49 
GeneralRe: MS Chart Control(OCX Control) Pin
Nanda_MR6-Aug-09 20:53
Nanda_MR6-Aug-09 20:53 
QuestionHaving a Hard Time with If Pin
Bob Beaubien6-Aug-09 17:27
Bob Beaubien6-Aug-09 17:27 
AnswerRe: Having a Hard Time with If Pin
Scott Dorman6-Aug-09 18:11
professionalScott Dorman6-Aug-09 18:11 
Without knowing what errors you are seeing...

In your If condition (Temp >= TempNumH.Text) you are trying to compare an Integer value and a String value. You need to ensure that you cast both TempSensors.Text and TempNumH.Text to Integer values before comparing them.

You also need to ensure that phidgetIFK.outputs(0) is an actualy Boolean value as well.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

GeneralRe: Having a Hard Time with If [modified] Pin
Bob Beaubien7-Aug-09 2:56
Bob Beaubien7-Aug-09 2:56 
GeneralRe: Having a Hard Time with If Pin
Luc Pattyn7-Aug-09 3:50
sitebuilderLuc Pattyn7-Aug-09 3:50 
AnswerRe: Having a Hard Time with or without If Pin
Luc Pattyn7-Aug-09 0:51
sitebuilderLuc Pattyn7-Aug-09 0:51 
GeneralRe: Having a Hard Time with or without If Pin
Bob Beaubien7-Aug-09 2:58
Bob Beaubien7-Aug-09 2:58 
Answerhave you tried the debugger ? Pin
David Mujica7-Aug-09 3:49
David Mujica7-Aug-09 3:49 
Questionhow to add Math library? Pin
zhiyuan166-Aug-09 16:02
zhiyuan166-Aug-09 16:02 
AnswerRe: how to add Math library? Pin
Scott Dorman6-Aug-09 18:14
professionalScott Dorman6-Aug-09 18:14 
Question[Message Deleted] Pin
Cece26-Aug-09 10:52
Cece26-Aug-09 10:52 
AnswerRe: What is the error in these codes? Some body please help me...Please Pin
Adam R Harris6-Aug-09 11:32
Adam R Harris6-Aug-09 11:32 
General[Message Deleted] Pin
Cece26-Aug-09 11:46
Cece26-Aug-09 11:46 
GeneralRe: What is the error in these codes? Some body please help me...Please Pin
Luc Pattyn6-Aug-09 11:51
sitebuilderLuc Pattyn6-Aug-09 11:51 
GeneralRe: What is the error in these codes? Some body please help me...Please Pin
Adam R Harris6-Aug-09 11:53
Adam R Harris6-Aug-09 11:53 
AnswerRe: What is the error in these codes? Some body please help me...Please Pin
riced6-Aug-09 23:42
riced6-Aug-09 23:42 
Question[Message Deleted] Pin
Dambod6-Aug-09 4:44
Dambod6-Aug-09 4:44 
AnswerRe: any help to clear datagridview data when combobox.selecteditem changes Pin
dan!sh 6-Aug-09 8:57
professional dan!sh 6-Aug-09 8:57 
Questionemploye information Pin
vinayak more6-Aug-09 2:42
vinayak more6-Aug-09 2:42 
AnswerRe: employe information Pin
Johan Hakkesteegt6-Aug-09 3:10
Johan Hakkesteegt6-Aug-09 3:10 

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.