Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: move the toolbar in program Pin
Tom Deketelaere31-Jul-07 1:46
professionalTom Deketelaere31-Jul-07 1:46 
GeneralRe: move the toolbar in program Pin
eyes200731-Jul-07 2:46
eyes200731-Jul-07 2:46 
GeneralRe: move the toolbar in program Pin
MartyK200731-Jul-07 3:17
MartyK200731-Jul-07 3:17 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere31-Jul-07 3:25
professionalTom Deketelaere31-Jul-07 3:25 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere31-Jul-07 20:59
professionalTom Deketelaere31-Jul-07 20:59 
GeneralRe: move the toolbar in program [modified] Pin
eyes200731-Jul-07 4:22
eyes200731-Jul-07 4:22 
QuestionUpdating a control via a Thread Pin
portech31-Jul-07 1:08
portech31-Jul-07 1:08 
AnswerRe: Updating a control via a Thread Pin
Luc Pattyn31-Jul-07 1:15
sitebuilderLuc Pattyn31-Jul-07 1:15 
Since all Controls normally get created by the main thread (aka "GUI thread")
and should be handled only by the thread that created them (they are not
thread-safe), one needs a special technique to access them from another thread.

The Control class has some members to support this: the InvokeRequired property
and the Invoke() or BeginInvoke() methods. I suggest you read up on these;
examples are plenty on CodeProject. There is one in my Sokoban article (that's
in C# but the concept is exactly the same).

Smile | :)


QuestionSet focus to a tabpage Pin
Sadiq Parker31-Jul-07 0:40
Sadiq Parker31-Jul-07 0:40 
AnswerRe: Set focus to a tabpage Pin
Christian Graus31-Jul-07 0:47
protectorChristian Graus31-Jul-07 0:47 
GeneralRe: Set focus to a tabpage [modified] Pin
Tom Deketelaere31-Jul-07 1:39
professionalTom Deketelaere31-Jul-07 1:39 
GeneralRe: Set focus to a tabpage Pin
SamRST31-Jul-07 4:12
SamRST31-Jul-07 4:12 
GeneralRe: Set focus to a tabpage Pin
Tom Deketelaere31-Jul-07 4:47
professionalTom Deketelaere31-Jul-07 4:47 
GeneralRe: Set focus to a tabpage Pin
SamRST31-Jul-07 4:13
SamRST31-Jul-07 4:13 
QuestionUrgent connection pooling Pin
viralbhatt30-Jul-07 23:09
viralbhatt30-Jul-07 23:09 
AnswerRe: Urgent connection pooling Pin
Christian Graus31-Jul-07 0:23
protectorChristian Graus31-Jul-07 0:23 
GeneralRe: Urgent connection pooling Pin
viralbhatt31-Jul-07 0:49
viralbhatt31-Jul-07 0:49 
AnswerRe: Urgent connection pooling Pin
Naji El Kotob31-Jul-07 0:55
Naji El Kotob31-Jul-07 0:55 
GeneralRe: Urgent connection pooling Pin
Naji El Kotob31-Jul-07 1:05
Naji El Kotob31-Jul-07 1:05 
QuestionVerbatim literal Pin
LishaDamian30-Jul-07 22:11
LishaDamian30-Jul-07 22:11 
AnswerRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 2:50
mveDave Kreskowiak31-Jul-07 2:50 
GeneralRe: Verbatim literal Pin
Dave Doknjas31-Jul-07 13:45
Dave Doknjas31-Jul-07 13:45 
GeneralRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 16:52
mveDave Kreskowiak31-Jul-07 16:52 
Questionproblems while taking a screen shot Pin
Ahmad Zaidi30-Jul-07 22:10
Ahmad Zaidi30-Jul-07 22:10 
Questiondatetime control is creating problem Pin
Sonia Gupta30-Jul-07 21:58
Sonia Gupta30-Jul-07 21:58 

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.