Click here to Skip to main content
15,891,033 members
Home / Discussions / Windows Forms
   

Windows Forms

 
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 
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 
You could create a little class that represents one search job. It would hold a reference to the textbox, create its own thread, execute the necessary search in the background, and take care of displaying the results. You then would instantiate said class each time the user pushes the button.

Warning: you should create and manipulate Controls only with code running on the main thread. See this article[^].

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.


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 
GeneralRe: Print on Thermal Printing Pin
All Time Programming3-Sep-10 8:25
All Time Programming3-Sep-10 8:25 
GeneralRe: Print on Thermal Printing Pin
Dave Kreskowiak3-Sep-10 11:12
mveDave Kreskowiak3-Sep-10 11:12 

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.