Click here to Skip to main content
16,013,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Null Reference Exception for Array Problem... Pin
rashadaliarshad28-May-07 9:25
rashadaliarshad28-May-07 9:25 
GeneralRe: Null Reference Exception for Array Problem... Pin
Christian Graus28-May-07 12:57
protectorChristian Graus28-May-07 12:57 
QuestionTabPages Disabling Pin
advansis28-May-07 7:08
advansis28-May-07 7:08 
AnswerRe: TabPages Disabling Pin
Dave Kreskowiak28-May-07 16:26
mveDave Kreskowiak28-May-07 16:26 
AnswerRe: TabPages Disabling Pin
Ali 11028-May-07 20:20
Ali 11028-May-07 20:20 
GeneralRe: TabPages Disabling Pin
advansis29-May-07 4:04
advansis29-May-07 4:04 
QuestionUsing Invoke with a Timer control Pin
Diego F.28-May-07 5:58
Diego F.28-May-07 5:58 
AnswerRe: Using Invoke with a Timer control Pin
Dave Kreskowiak28-May-07 16:19
mveDave Kreskowiak28-May-07 16:19 
You create a method on your form that sets whatever you need on the Timer control. You can check the InvokeRequired of the form instead of the Timer control. Since the form's based Timer works on the UI thread, the Form is on the same UI thread and will tell you if InvokeRequired.

You Invoke the method you write from your other thread...


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questioninvoke event handlers Pin
Maddie from Dartford28-May-07 4:05
Maddie from Dartford28-May-07 4:05 
AnswerRe: invoke event handlers Pin
Taylor Kobani28-May-07 8:02
Taylor Kobani28-May-07 8:02 
QuestionAutomate Word from VB6 Pin
Carter Langley28-May-07 3:47
Carter Langley28-May-07 3:47 
AnswerRe: Automate Word from VB6 Pin
ips_sun31-May-07 23:59
ips_sun31-May-07 23:59 
QuestionHow to create CSV file by using data from a table? Pin
virendra_00728-May-07 3:28
virendra_00728-May-07 3:28 
AnswerRe: How to create CSV file by using data from a table? Pin
Christian Graus28-May-07 12:59
protectorChristian Graus28-May-07 12:59 
Questionreading xmlvalue Pin
balakpn28-May-07 2:03
balakpn28-May-07 2:03 
Answerxml file is here for the above question Pin
balakpn28-May-07 2:10
balakpn28-May-07 2:10 
QuestionImage to and from database Pin
Dileep_Vickey28-May-07 1:15
Dileep_Vickey28-May-07 1:15 
QuestionDatagrid problem Pin
Yogesh Kumar Chauhan28-May-07 1:00
Yogesh Kumar Chauhan28-May-07 1:00 
AnswerRe: Datagrid problem Pin
Christian Graus28-May-07 1:04
protectorChristian Graus28-May-07 1:04 
QuestionRandom display of items Pin
samerh28-May-07 0:36
samerh28-May-07 0:36 
AnswerRe: Random display of items Pin
Christian Graus28-May-07 0:45
protectorChristian Graus28-May-07 0:45 
GeneralRe: Random display of items Pin
samerh28-May-07 1:44
samerh28-May-07 1:44 
GeneralRe: Random display of items Pin
Christian Graus28-May-07 11:07
protectorChristian Graus28-May-07 11:07 
AnswerRe: Random display of items Pin
CPallini28-May-07 1:47
mveCPallini28-May-07 1:47 
GeneralRe: Random display of items Pin
Christian Graus28-May-07 11:07
protectorChristian Graus28-May-07 11:07 

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.