Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Hi,

try this:

Dim TempSensed As Integer = TempSensors.Text
Dim TempReference As Integer = TempNumH.Text
Console.WriteLine("sensed=" & TempSensed & "  ref=" & TempReference)
phidgetIFK.outputs(0)= Temp >= TempNumH.Text


and you will see what is going on.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

modified on Friday, August 7, 2009 7:12 AM

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 
AnswerRe: employe information Pin
Dalek Dave6-Aug-09 3:26
professionalDalek Dave6-Aug-09 3:26 
AnswerRe: employe information Pin
Luc Pattyn6-Aug-09 4:01
sitebuilderLuc Pattyn6-Aug-09 4:01 
AnswerRe: employe information Pin
Ashfield6-Aug-09 8:46
Ashfield6-Aug-09 8:46 

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.