Click here to Skip to main content
15,887,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCreate Bulleted Lists in MS Word using VB.Net Pin
Member 86935241-Mar-12 22:17
Member 86935241-Mar-12 22:17 
GeneralRe: Create Bulleted Lists in MS Word using VB.Net Pin
Richard MacCutchan1-Mar-12 23:17
mveRichard MacCutchan1-Mar-12 23:17 
QuestionAdjust Image Help :-) me do the impossible! Pin
rderkis28-Feb-12 21:45
rderkis28-Feb-12 21:45 
AnswerRe: Adjust Image Help :-) me do the impossible! Pin
Dave Kreskowiak2-Mar-12 3:53
mveDave Kreskowiak2-Mar-12 3:53 
GeneralRe: Adjust Image Help :-) me do the impossible! Pin
rderkis2-Mar-12 18:54
rderkis2-Mar-12 18:54 
QuestionHow to give serail number in VB Data Environmental datareport(vb datareport) Pin
D.Manivelan28-Feb-12 2:25
D.Manivelan28-Feb-12 2:25 
AnswerRe: How to give serail number in Data Report Pin
Agecanonix28-Feb-12 6:28
Agecanonix28-Feb-12 6:28 
GeneralRe: How to give serail number in VB Data Environmental datareport(vb datareport) Pin
D.Manivelan28-Feb-12 22:20
D.Manivelan28-Feb-12 22:20 
QuestionChanging the label text property with code. Pin
AlainStP26-Feb-12 3:17
AlainStP26-Feb-12 3:17 
AnswerRe: Changing the label text property with code. Pin
Dave Kreskowiak26-Feb-12 4:16
mveDave Kreskowiak26-Feb-12 4:16 
It works. The problem is that your code is running on the UI thread and blocks it so the WM_PAINT messages that are tacking up in your apps message queue don't get processed. That means that your label control is not receiving the Paint messages until after your code is done and your app is idle. That's when the label gets repainted.

Also, what's with the Label() array?? Is this VB6 you're using?? If so, stop now and get VB.NET Express. It's free and you won't be teaching yourself some very bad habits forced on your by VB6.

GeneralRe: Changing the label text property with code. Pin
AlainStP26-Feb-12 9:22
AlainStP26-Feb-12 9:22 
GeneralRe: Changing the label text property with code. Pin
Dave Kreskowiak26-Feb-12 11:24
mveDave Kreskowiak26-Feb-12 11:24 
GeneralRe: Changing the label text property with code. Pin
AlainStP3-Mar-12 6:50
AlainStP3-Mar-12 6:50 
GeneralRe: Changing the label text property with code. Pin
Dave Kreskowiak3-Mar-12 12:20
mveDave Kreskowiak3-Mar-12 12:20 
GeneralRe: Changing the label text property with code. Pin
Аslam Iqbal26-Feb-12 17:24
professionalАslam Iqbal26-Feb-12 17:24 
AnswerRe: Changing the label text property with code. Pin
Clark Kent12328-Feb-12 9:33
professionalClark Kent12328-Feb-12 9:33 
QuestionHow to check the Status of Printer directly connected to COM port Pin
singhsunil1325-Feb-12 0:08
singhsunil1325-Feb-12 0:08 
AnswerRe: How to check the Status of Printer directly connected to COM port Pin
Dave Kreskowiak25-Feb-12 6:16
mveDave Kreskowiak25-Feb-12 6:16 
GeneralRe: How to check the Status of Printer directly connected to COM port Pin
singhsunil1325-Feb-12 20:51
singhsunil1325-Feb-12 20:51 
AnswerRe: How to check the Status of Printer directly connected to COM port Pin
Luc Pattyn26-Feb-12 3:00
sitebuilderLuc Pattyn26-Feb-12 3:00 
Questionhow to close a form instantly Pin
alejx23-Feb-12 16:35
alejx23-Feb-12 16:35 
AnswerRe: how to close a form instantly Pin
Luc Pattyn23-Feb-12 17:18
sitebuilderLuc Pattyn23-Feb-12 17:18 
QuestionSuggestion for try...Catch block Pin
alejx23-Feb-12 10:23
alejx23-Feb-12 10:23 
AnswerRe: Suggestion for try...Catch block Pin
Luc Pattyn23-Feb-12 17:30
sitebuilderLuc Pattyn23-Feb-12 17:30 
GeneralRe: Suggestion for try...Catch block Pin
alejx24-Feb-12 1:57
alejx24-Feb-12 1:57 

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.