Click here to Skip to main content
15,879,326 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerSTOP CROSS POSTING Pin
leckey19-Jul-07 11:33
leckey19-Jul-07 11:33 
AnswerRe: please do help me ....its about gridview + validating it Pin
Christian Graus19-Jul-07 15:51
protectorChristian Graus19-Jul-07 15:51 
Questioncombo box in DataGridView select item event Pin
steve_rm19-Jul-07 7:39
steve_rm19-Jul-07 7:39 
AnswerRe: combo box in DataGridView select item event Pin
kubben19-Jul-07 8:24
kubben19-Jul-07 8:24 
QuestionRe: combo box in DataGridView select item event Pin
steve_rm19-Jul-07 11:16
steve_rm19-Jul-07 11:16 
AnswerRe: combo box in DataGridView select item event Pin
cutequencher20-Jul-07 5:04
cutequencher20-Jul-07 5:04 
QuestionUsing InvokeRequired with a Timer control and a second thread Pin
ESTAN19-Jul-07 7:04
ESTAN19-Jul-07 7:04 
AnswerRe: Using InvokeRequired with a Timer control and a second thread Pin
Luc Pattyn19-Jul-07 8:07
sitebuilderLuc Pattyn19-Jul-07 8:07 
You need Control.InvokeRequired and Control.Invoke when you want to access a Control from
within a thread that did not create the Control (normally the main or "GUI" thread).
Most timers run their event in some thread, and hence need Invoke to touch Controls;
by design Forms.Timer does not.

If you want to know more about it, read up on it in MSDN, some good articles on CP, or
Google. There is a simple example (C#) burried inside my Sokoban article.

Smile | :)




AnswerRe: Using InvokeRequired with a Timer control and a second thread Pin
ESTAN19-Jul-07 22:32
ESTAN19-Jul-07 22:32 
QuestionImpersonation Context Breaks when setting owner on NTFS file Pin
GenesisCraigM19-Jul-07 7:04
GenesisCraigM19-Jul-07 7:04 
QuestionSplit IP Address Pin
Froz3n19-Jul-07 6:47
Froz3n19-Jul-07 6:47 
AnswerRe: Split IP Address Pin
saeed_rezaei19-Jul-07 7:00
saeed_rezaei19-Jul-07 7:00 
QuestionSession Pin
shrihit19-Jul-07 6:47
shrihit19-Jul-07 6:47 
AnswerRe: Session Pin
Paul Conrad19-Jul-07 6:52
professionalPaul Conrad19-Jul-07 6:52 
AnswerRe: Session Pin
kubben19-Jul-07 7:20
kubben19-Jul-07 7:20 
GeneralRe: Session Pin
shrihit19-Jul-07 7:52
shrihit19-Jul-07 7:52 
GeneralRe: Session Pin
kubben19-Jul-07 7:56
kubben19-Jul-07 7:56 
QuestionPlay mp3 from byte array in VB.NET Pin
jfkasenda19-Jul-07 5:21
jfkasenda19-Jul-07 5:21 
AnswerRe: Play mp3 from byte array in VB.NET Pin
ciacia19-Jul-07 5:48
ciacia19-Jul-07 5:48 
QuestionSpecify absolute path in classic ASP script Pin
dwreck_stg19-Jul-07 4:17
dwreck_stg19-Jul-07 4:17 
AnswerRe: Specify absolute path in classic ASP script Pin
Dave Kreskowiak19-Jul-07 6:20
mveDave Kreskowiak19-Jul-07 6:20 
GeneralRe: Specify absolute path in classic ASP script Pin
dwreck_stg19-Jul-07 9:29
dwreck_stg19-Jul-07 9:29 
GeneralRe: Specify absolute path in classic ASP script Pin
Dave Kreskowiak19-Jul-07 10:06
mveDave Kreskowiak19-Jul-07 10:06 
QuestionAllowing user to add to/edit combobox Pin
GuyThiebaut19-Jul-07 3:20
professionalGuyThiebaut19-Jul-07 3:20 
AnswerRe: Allowing user to add to/edit combobox Pin
ciacia19-Jul-07 4:35
ciacia19-Jul-07 4:35 

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.