Click here to Skip to main content
15,890,973 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionApp "NOT RESPONDING" on opening some other window Pin
All Time Programming22-Sep-10 3:37
All Time Programming22-Sep-10 3:37 
AnswerRe: App "NOT RESPONDING" on opening some other window Pin
Dave Kreskowiak22-Sep-10 6:38
mveDave Kreskowiak22-Sep-10 6:38 
GeneralRe: App "NOT RESPONDING" on opening some other window Pin
All Time Programming22-Sep-10 22:38
All Time Programming22-Sep-10 22:38 
GeneralRe: App "NOT RESPONDING" on opening some other window Pin
Dave Kreskowiak23-Sep-10 1:57
mveDave Kreskowiak23-Sep-10 1:57 
GeneralRe: App "NOT RESPONDING" on opening some other window Pin
All Time Programming23-Sep-10 6:13
All Time Programming23-Sep-10 6:13 
GeneralRe: App "NOT RESPONDING" on opening some other window Pin
Luc Pattyn23-Sep-10 6:42
sitebuilderLuc Pattyn23-Sep-10 6:42 
QuestionRe: App "NOT RESPONDING" on opening some other window Pin
All Time Programming27-Sep-10 6:19
All Time Programming27-Sep-10 6:19 
AnswerRe: App "NOT RESPONDING" on opening some other window Pin
Luc Pattyn27-Sep-10 6:30
sitebuilderLuc Pattyn27-Sep-10 6:30 
1. So you added my Sub AppendText, however you are not calling it anywhere.
All statusTxt.AppendText(someString) have to be replaced by AppendText(statusTxt, someString), I thought that was obvious to anyone who read my article.

2.
statusTxt.Clear() is also forbidden, it needs similar treatment.

3.
the warning is my fault, you have to define (and use) new delegates, so make an almost clone of ControlStringConsumer.


I suggest you read the article again until you understand what should and shouldn't be done with Controls.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
modified on Monday, September 27, 2010 2:13 PM

QuestionConnect controls to thread Pin
Moshe T20-Sep-10 12:50
Moshe T20-Sep-10 12:50 
AnswerRe: Connect controls to thread Pin
Luc Pattyn20-Sep-10 13:01
sitebuilderLuc Pattyn20-Sep-10 13:01 
GeneralRe: Connect controls to thread Pin
Moshe T20-Sep-10 13:11
Moshe T20-Sep-10 13:11 
GeneralRe: Connect controls to thread Pin
Luc Pattyn20-Sep-10 13:20
sitebuilderLuc Pattyn20-Sep-10 13:20 
GeneralRe: Connect controls to thread Pin
Moshe T20-Sep-10 13:30
Moshe T20-Sep-10 13:30 
AnswerRe: Connect controls to thread Pin
dybs9-Dec-10 11:47
dybs9-Dec-10 11:47 
QuestionDesignTimeSupport for TableLayoutPanel with dynamic added controls in each cell Pin
akamper15-Sep-10 23:10
akamper15-Sep-10 23:10 
AnswerRe: DesignTimeSupport for TableLayoutPanel with dynamic added controls in each cell Pin
Henry Minute16-Sep-10 5:27
Henry Minute16-Sep-10 5:27 
GeneralRe: DesignTimeSupport for TableLayoutPanel with dynamic added controls in each cell Pin
akamper16-Sep-10 22:42
akamper16-Sep-10 22:42 
QuestionProblems with embed windows media player in VB.net form Pin
ocabrera7013-Sep-10 15:05
ocabrera7013-Sep-10 15:05 
QuestionPass incoming data from Child to parent Form Pin
KenKen Wong10-Sep-10 21:38
KenKen Wong10-Sep-10 21:38 
AnswerRe: Pass incoming data from Child to parent Form Pin
Pete O'Hanlon11-Sep-10 2:11
mvePete O'Hanlon11-Sep-10 2:11 
GeneralRe: Pass incoming data from Child to parent Form Pin
KenKen Wong12-Sep-10 15:27
KenKen Wong12-Sep-10 15:27 
GeneralRe: Pass incoming data from Child to parent Form Pin
DaveyM6916-Sep-10 2:23
professionalDaveyM6916-Sep-10 2:23 
GeneralRe: Pass incoming data from Child to parent Form Pin
Pete O'Hanlon16-Sep-10 6:45
mvePete O'Hanlon16-Sep-10 6:45 
QuestionPrint on Thermal Printing Pin
All Time Programming3-Sep-10 3:32
All Time Programming3-Sep-10 3:32 
AnswerRe: Print on Thermal Printing Pin
Dave Kreskowiak3-Sep-10 6:21
mveDave Kreskowiak3-Sep-10 6:21 

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.