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

Visual Basic

 
GeneralRe: VB 2008 Express, Get Modified date stamp Pin
Dave Kreskowiak24-Mar-10 7:44
mveDave Kreskowiak24-Mar-10 7:44 
QuestionVB application on Thin Client Pin
thusha_pi22-Mar-10 20:22
thusha_pi22-Mar-10 20:22 
AnswerRe: VB application on Thin Client Pin
Steven J Jowett22-Mar-10 23:28
Steven J Jowett22-Mar-10 23:28 
GeneralRe: VB application on Thin Client Pin
thusha_pi22-Mar-10 23:39
thusha_pi22-Mar-10 23:39 
GeneralRe: VB application on Thin Client Pin
Dave Kreskowiak23-Mar-10 1:27
mveDave Kreskowiak23-Mar-10 1:27 
GeneralRe: VB application on Thin Client Pin
thusha_pi23-Mar-10 16:43
thusha_pi23-Mar-10 16:43 
GeneralRe: VB application on Thin Client Pin
Dave Kreskowiak23-Mar-10 17:50
mveDave Kreskowiak23-Mar-10 17:50 
QuestionHow to create a loop in visual basic which reads through a sensor through parallel port Pin
Fahimul722-Mar-10 10:42
Fahimul722-Mar-10 10:42 
Hi I need help on a function where once the button is clicked, it will then send a signal to the sensor so that when there is an object in the way then the program will read it and count each time there is an object. I have managed to communicate with the parallel port. However I am stuck on creating a loop.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Do
Out(PortAddress, Value)
Value = 8 'The Port it is written to

TextBox2.Text = CStr(Inp(PortAddress))'Read back and display the result.
TextBox1.Text = 1
Loop Until TextBox1.Text = 10

End Sub
AnswerRe: How to create a loop in visual basic which reads through a sensor through parallel port Pin
Dave Kreskowiak22-Mar-10 15:20
mveDave Kreskowiak22-Mar-10 15:20 
GeneralNot the LHC Pin
Luc Pattyn22-Mar-10 15:46
sitebuilderLuc Pattyn22-Mar-10 15:46 
GeneralRe: Not the LHC Pin
Dave Kreskowiak23-Mar-10 1:09
mveDave Kreskowiak23-Mar-10 1:09 
GeneralRe: Not the LHC Pin
Luc Pattyn23-Mar-10 4:41
sitebuilderLuc Pattyn23-Mar-10 4:41 
GeneralRe: Not the LHC Pin
Dave Kreskowiak23-Mar-10 6:09
mveDave Kreskowiak23-Mar-10 6:09 
GeneralRe: Not the LHC Pin
Luc Pattyn23-Mar-10 8:14
sitebuilderLuc Pattyn23-Mar-10 8:14 
QuestionInvalid column name error Pin
fresh120722-Mar-10 10:07
fresh120722-Mar-10 10:07 
AnswerRe: Invalid column name error PinPopular
Dave Kreskowiak22-Mar-10 10:36
mveDave Kreskowiak22-Mar-10 10:36 
AnswerRe: Invalid column name error Pin
David Skelly23-Mar-10 2:35
David Skelly23-Mar-10 2:35 
QuestionrichTextBox and lines with word wrap Pin
norrisMiou22-Mar-10 8:13
norrisMiou22-Mar-10 8:13 
AnswerRe: richTextBox and lines with word wrap Pin
Gregory Gadow22-Mar-10 9:28
Gregory Gadow22-Mar-10 9:28 
AnswerRe: richTextBox and lines with word wrap Pin
William Winner23-Mar-10 13:04
William Winner23-Mar-10 13:04 
GeneralRe: richTextBox and lines with word wrap Pin
norrisMiou25-Mar-10 3:43
norrisMiou25-Mar-10 3:43 
GeneralRe: richTextBox and lines with word wrap Pin
William Winner25-Mar-10 8:15
William Winner25-Mar-10 8:15 
QuestionVisual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey22-Mar-10 7:10
john john mackey22-Mar-10 7:10 
AnswerRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
J$22-Mar-10 9:32
J$22-Mar-10 9:32 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey22-Mar-10 10:43
john john mackey22-Mar-10 10:43 

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.