Click here to Skip to main content
15,902,276 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to print billings using visual basic Pin
shazzney22-Nov-06 20:53
shazzney22-Nov-06 20:53 
Questionparallel input with less windows dependency Pin
vidante20-Nov-06 17:55
vidante20-Nov-06 17:55 
AnswerRe: parallel input with less windows dependency Pin
Christian Graus20-Nov-06 19:42
protectorChristian Graus20-Nov-06 19:42 
GeneralRe: parallel input with less windows dependency Pin
vidante21-Nov-06 19:15
vidante21-Nov-06 19:15 
GeneralRe: parallel input with less windows dependency Pin
Christian Graus21-Nov-06 19:27
protectorChristian Graus21-Nov-06 19:27 
AnswerRe: parallel input with less windows dependency Pin
Dave Kreskowiak21-Nov-06 6:47
mveDave Kreskowiak21-Nov-06 6:47 
GeneralRe: parallel input with less windows dependency Pin
vidante21-Nov-06 19:06
vidante21-Nov-06 19:06 
GeneralRe: parallel input with less windows dependency Pin
Dave Kreskowiak22-Nov-06 10:55
mveDave Kreskowiak22-Nov-06 10:55 
Oh God...<sigh>


vidante wrote:
It simply read a pulses from wheel of the car.


The problem is that the pulse doesn't exist long enough for your code to see it!

This REALLY needs specialized hardware. A timer, ANY timer, is just NOT going to do it. This hardware needs to respond to the event of the reed switch being tripped, not polled for it.


vidante wrote:
What is an A/D board? Is it Analog/Digital board?


Yep. A board and specialized hardware that can do a much better job of counting these pulses than a parallel port can ever possibly hope to do.


vidante wrote:
How do i write the code to my project?


That depends ENTIRELY on the board and it's software interface. Without knowing anything about it, there's no point in discussing any code.



Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionformating date and time in a datagrid Pin
steve_rm20-Nov-06 17:41
steve_rm20-Nov-06 17:41 
QuestionRe: formating date and time in a datagrid [modified] Pin
Are Jay20-Nov-06 19:15
Are Jay20-Nov-06 19:15 
GeneralRe: formating date and time in a datagrid Pin
steve_rm20-Nov-06 19:19
steve_rm20-Nov-06 19:19 
GeneralRe: formating date and time in a datagrid Pin
Are Jay20-Nov-06 20:04
Are Jay20-Nov-06 20:04 
GeneralRe: formating date and time in a datagrid Pin
steve_rm20-Nov-06 20:09
steve_rm20-Nov-06 20:09 
Questionbutton related actions Pin
tirumal123120-Nov-06 17:00
tirumal123120-Nov-06 17:00 
AnswerRe: button related actions Pin
Christian Graus20-Nov-06 17:33
protectorChristian Graus20-Nov-06 17:33 
GeneralRe: button related actions Pin
tirumal123120-Nov-06 19:29
tirumal123120-Nov-06 19:29 
GeneralRe: button related actions Pin
Christian Graus20-Nov-06 19:41
protectorChristian Graus20-Nov-06 19:41 
GeneralRe: button related actions Pin
tirumal123120-Nov-06 21:12
tirumal123120-Nov-06 21:12 
QuestionSession call from a .vb class Pin
ONeil Tomlinson20-Nov-06 11:55
ONeil Tomlinson20-Nov-06 11:55 
AnswerRe: Session call from a .vb class Pin
Christian Graus20-Nov-06 13:59
protectorChristian Graus20-Nov-06 13:59 
QuestionAuto Complete Online Form Pin
shepa00620-Nov-06 11:30
shepa00620-Nov-06 11:30 
QuestionRe: Auto Complete Online Form Pin
Are Jay20-Nov-06 19:22
Are Jay20-Nov-06 19:22 
QuestionHow to get the Index of control which is on Panel control ? Pin
kindman_nb20-Nov-06 10:30
kindman_nb20-Nov-06 10:30 
AnswerRe: How to get the Index of control which is on Panel control ? Pin
Christian Graus20-Nov-06 10:38
protectorChristian Graus20-Nov-06 10:38 
GeneralRe: How to get the Index of control which is on Panel control ? Pin
kindman_nb20-Nov-06 10:41
kindman_nb20-Nov-06 10:41 

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.