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

Visual Basic

 
GeneralRe: USB Software Pin
Dave Kreskowiak11-Apr-10 4:22
mveDave Kreskowiak11-Apr-10 4:22 
GeneralRe: USB Software Pin
FeRtoll11-Apr-10 13:45
FeRtoll11-Apr-10 13:45 
GeneralRe: USB Software Pin
Dave Kreskowiak11-Apr-10 14:24
mveDave Kreskowiak11-Apr-10 14:24 
GeneralRe: USB Software Pin
FeRtoll11-Apr-10 19:21
FeRtoll11-Apr-10 19:21 
GeneralRe: USB Software Pin
Dave Kreskowiak12-Apr-10 2:15
mveDave Kreskowiak12-Apr-10 2:15 
GeneralRe: USB Software Pin
Eddy Vluggen12-Apr-10 7:41
professionalEddy Vluggen12-Apr-10 7:41 
GeneralRe: USB Software Pin
FeRtoll13-Apr-10 5:26
FeRtoll13-Apr-10 5:26 
QuestionCross-thread communication Pin
Dominick Marciano8-Apr-10 7:19
professionalDominick Marciano8-Apr-10 7:19 
First let me describe what my program does:

I created a data entry program and a user manually enters data on that is supplied from the screen on an instrument we use. The instrument needs to be calibrated at the start of a job, at the end, and every four hours. I would like to have the program display a message before the four hour mark so that the user remembers to do the calibrations.

The way I have the program now is that when the app is started a new thread is created (CalMonitor) that basically counts the time. What I need to do is be able to send data to the CalMonitor thread when the user enters the calibrations to reset the timing. How would I go about pass data to a currently running thread?

Thanks in advanced
AnswerRe: Cross-thread communication Pin
Luc Pattyn8-Apr-10 7:52
sitebuilderLuc Pattyn8-Apr-10 7:52 
AnswerRe: Cross-thread communication [modified] Pin
William Winner8-Apr-10 10:42
William Winner8-Apr-10 10:42 
GeneralRe: Cross-thread communication Pin
Dominick Marciano8-Apr-10 14:53
professionalDominick Marciano8-Apr-10 14:53 
GeneralRe: Cross-thread communication Pin
Dominick Marciano9-Apr-10 4:04
professionalDominick Marciano9-Apr-10 4:04 
GeneralRe: Cross-thread communication Pin
Dominick Marciano9-Apr-10 4:16
professionalDominick Marciano9-Apr-10 4:16 
GeneralRe: Cross-thread communication Pin
William Winner9-Apr-10 6:00
William Winner9-Apr-10 6:00 
QuestionSEHException in vb.net2008 [modified] Pin
FgrAlomah8-Apr-10 6:45
FgrAlomah8-Apr-10 6:45 
AnswerRe: SEHException in vb.net2008 Pin
Luc Pattyn8-Apr-10 7:08
sitebuilderLuc Pattyn8-Apr-10 7:08 
AnswerRe: SEHException in vb.net2008 Pin
FgrAlomah8-Apr-10 7:31
FgrAlomah8-Apr-10 7:31 
GeneralRe: SEHException in vb.net2008 Pin
Luc Pattyn8-Apr-10 7:54
sitebuilderLuc Pattyn8-Apr-10 7:54 
GeneralRe: SEHException in vb.net2008 Pin
FgrAlomah8-Apr-10 8:06
FgrAlomah8-Apr-10 8:06 
GeneralRe: SEHException in vb.net2008 Pin
Luc Pattyn8-Apr-10 8:10
sitebuilderLuc Pattyn8-Apr-10 8:10 
QuestionError opening serial port that work before Pin
albchinsh7-Apr-10 22:31
albchinsh7-Apr-10 22:31 
AnswerRe: Error opening serial port that work before Pin
Steven J Jowett8-Apr-10 5:23
Steven J Jowett8-Apr-10 5:23 
GeneralRe: Error opening serial port that work before Pin
albchinsh8-Apr-10 5:51
albchinsh8-Apr-10 5:51 
GeneralRe: Error opening serial port that work before Pin
DaveAuld8-Apr-10 6:25
professionalDaveAuld8-Apr-10 6:25 
GeneralRe: Error opening serial port that work before Pin
albchinsh8-Apr-10 18:29
albchinsh8-Apr-10 18:29 

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.