Click here to Skip to main content
15,917,731 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTAPI Pin
Member 28498671-May-09 17:26
Member 28498671-May-09 17:26 
AnswerRe: TAPI Pin
Dave Kreskowiak2-May-09 4:32
mveDave Kreskowiak2-May-09 4:32 
AnswerRe: TAPI Pin
Bharat Jain3-May-09 21:48
Bharat Jain3-May-09 21:48 
GeneralRe: TAPI Pin
Member 284986713-May-09 23:21
Member 284986713-May-09 23:21 
Questionproblem in creating downloader Pin
jdcodes1-May-09 11:01
jdcodes1-May-09 11:01 
AnswerRe: problem in creating downloader Pin
Mycroft Holmes1-May-09 14:59
professionalMycroft Holmes1-May-09 14:59 
GeneralRe: problem in creating downloader Pin
jdcodes1-May-09 20:30
jdcodes1-May-09 20:30 
GeneralRe: problem in creating downloader Pin
Dave Kreskowiak2-May-09 4:28
mveDave Kreskowiak2-May-09 4:28 
It says "NOT RESPONDING" because you're code is block the apps ability to process it's message pump. This is why when your setting the Text of a label or trying to increment the progress bar, it appears as though nothing is happening. Your doing all of your apps long-running work on the UI thread, blocking the app from picking up the Paint messages, sitting in it message queue, to repaint the controls.

To keep the UI responsive, you're going to have to move the long-running process code to a background thread. You may want to look into the BackgroundWorker component in the Toolbox.


A guide to posting questions on CodeProject[^]



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




GeneralRe: problem in creating downloader Pin
jdcodes4-May-09 10:16
jdcodes4-May-09 10:16 
GeneralRe: problem in creating downloader Pin
Dave Kreskowiak4-May-09 17:13
mveDave Kreskowiak4-May-09 17:13 
QuestionProblem passing/filling/editing data Pin
smjunior091-May-09 7:59
smjunior091-May-09 7:59 
AnswerRe: Problem passing/filling/editing data Pin
Kschuler1-May-09 10:46
Kschuler1-May-09 10:46 
AnswerRe: Problem passing/filling/editing data Pin
Mycroft Holmes1-May-09 15:10
professionalMycroft Holmes1-May-09 15:10 
GeneralRe: Problem passing/filling/editing data Pin
smjunior091-May-09 16:53
smjunior091-May-09 16:53 
GeneralRe: Problem passing/filling/editing data Pin
smjunior091-May-09 16:56
smjunior091-May-09 16:56 
QuestionGetting content of word embedded in Web Browser control Pin
42ka11-May-09 3:35
42ka11-May-09 3:35 
AnswerRe: Getting content of word embedded in Web Browser control Pin
Dave Kreskowiak1-May-09 3:55
mveDave Kreskowiak1-May-09 3:55 
Questionopening balance in access database using crystal report Pin
adnanbilwani1-May-09 2:30
adnanbilwani1-May-09 2:30 
AnswerRe: opening balance in access database using crystal report Pin
Dave Kreskowiak1-May-09 3:54
mveDave Kreskowiak1-May-09 3:54 
QuestionFor Each Textbox Pin
Samir Ibrahim1-May-09 2:21
Samir Ibrahim1-May-09 2:21 
AnswerRe: For Each Textbox Pin
Henry Minute1-May-09 2:29
Henry Minute1-May-09 2:29 
GeneralRe: For Each Textbox Pin
Samir Ibrahim1-May-09 3:07
Samir Ibrahim1-May-09 3:07 
AnswerRe: For Each Textbox Pin
Mycroft Holmes1-May-09 2:33
professionalMycroft Holmes1-May-09 2:33 
GeneralRe: For Each Textbox Pin
Samir Ibrahim1-May-09 3:23
Samir Ibrahim1-May-09 3:23 
NewsRe: For Each Textbox Pin
Samir Ibrahim1-May-09 4:02
Samir Ibrahim1-May-09 4:02 

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.