Click here to Skip to main content
15,867,568 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Interop.Word prob with Arabic Pin
Bernhard Hiller9-Sep-13 0:05
Bernhard Hiller9-Sep-13 0:05 
GeneralRe: Interop.Word prob with Arabic Pin
nagham_4ng9-Sep-13 23:25
nagham_4ng9-Sep-13 23:25 
QuestionRetreive Data from sql server along with headers or column name Pin
ashu20016-Sep-13 18:25
ashu20016-Sep-13 18:25 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Richard MacCutchan6-Sep-13 23:04
mveRichard MacCutchan6-Sep-13 23:04 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
jschell8-Sep-13 8:29
jschell8-Sep-13 8:29 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
ashu200112-Sep-13 1:44
ashu200112-Sep-13 1:44 
Questionproblem fetching data from excel Pin
Member 102027525-Sep-13 10:07
Member 102027525-Sep-13 10:07 
AnswerRe: problem fetching data from excel Pin
Dave Kreskowiak5-Sep-13 10:53
mveDave Kreskowiak5-Sep-13 10:53 
The label won't repaint itself until the code is out of the loop back to the message pump. Then you'll see the last item that was set in the Label control.

The reason is that you have your long running code hogging the UI (startup) thread. This means that the UI cannot get any messages to tell it to repaint controls, including your label.

The solution is to move your long running work to a background thread, BackgroundWorker, or Task. Your background thread code them has to Invoke a method on the UI thread to update the Label control as needed. There are plenty of examples all over the web. You just need to search for "VB.NET BackgroundWorker with progress".

Questionsuppress filedownload dialog box Pin
Erika Chinchio5-Sep-13 0:23
Erika Chinchio5-Sep-13 0:23 
AnswerRe: suppress filedownload dialog box Pin
Richard MacCutchan5-Sep-13 0:43
mveRichard MacCutchan5-Sep-13 0:43 
GeneralRe: suppress filedownload dialog box Pin
Erika Chinchio5-Sep-13 21:11
Erika Chinchio5-Sep-13 21:11 
GeneralRe: suppress filedownload dialog box Pin
Richard MacCutchan5-Sep-13 21:54
mveRichard MacCutchan5-Sep-13 21:54 
AnswerRe: suppress filedownload dialog box Pin
Bernhard Hiller5-Sep-13 21:21
Bernhard Hiller5-Sep-13 21:21 
GeneralRe: suppress filedownload dialog box Pin
Erika Chinchio6-Sep-13 0:04
Erika Chinchio6-Sep-13 0:04 
Question.net framework Pin
abusalehrajib31-Aug-13 20:53
abusalehrajib31-Aug-13 20:53 
SuggestionRe: .net framework Pin
Eddy Vluggen31-Aug-13 22:57
professionalEddy Vluggen31-Aug-13 22:57 
AnswerRe: .net framework Pin
Pete O'Hanlon31-Aug-13 23:14
subeditorPete O'Hanlon31-Aug-13 23:14 
AnswerRe: .net framework Pin
Eddy Vluggen1-Sep-13 1:57
professionalEddy Vluggen1-Sep-13 1:57 
Question.net framework Pin
abusalehrajib31-Aug-13 20:51
abusalehrajib31-Aug-13 20:51 
QuestionMVC 4 Tree with d3.js Pin
viprocks24-Aug-13 11:16
viprocks24-Aug-13 11:16 
QuestionRenaming a solution help Pin
rfresh24-Aug-13 6:19
rfresh24-Aug-13 6:19 
AnswerRe: Renaming a solution help Pin
Richard MacCutchan24-Aug-13 6:34
mveRichard MacCutchan24-Aug-13 6:34 
GeneralRe: Renaming a solution help Pin
Jameel VM2-Sep-13 6:18
Jameel VM2-Sep-13 6:18 
QuestionRe: Renaming a solution help Pin
Richard MacCutchan2-Sep-13 21:20
mveRichard MacCutchan2-Sep-13 21:20 
Questionhelp help help Pin
Member 1022775823-Aug-13 3:19
Member 1022775823-Aug-13 3:19 

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.