Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
QuestionInstance from the active form Pin
Ramez Quneibi31-Jul-06 4:31
Ramez Quneibi31-Jul-06 4:31 
AnswerRe: Instance from the active form Pin
Judah Gabriel Himango31-Jul-06 5:12
sponsorJudah Gabriel Himango31-Jul-06 5:12 
GeneralRe: Instance from the active form [modified] Pin
Ramez Quneibi31-Jul-06 21:36
Ramez Quneibi31-Jul-06 21:36 
GeneralRe: Instance from the active form Pin
Judah Gabriel Himango1-Aug-06 4:39
sponsorJudah Gabriel Himango1-Aug-06 4:39 
GeneralRe: Instance from the active form Pin
Ramez Quneibi1-Aug-06 21:26
Ramez Quneibi1-Aug-06 21:26 
GeneralRe: Instance from the active form Pin
Judah Gabriel Himango2-Aug-06 5:20
sponsorJudah Gabriel Himango2-Aug-06 5:20 
GeneralRe: Instance from the active form Pin
Ramez Quneibi4-Aug-06 5:22
Ramez Quneibi4-Aug-06 5:22 
GeneralRe: Instance from the active form Pin
Judah Gabriel Himango4-Aug-06 10:04
sponsorJudah Gabriel Himango4-Aug-06 10:04 
Ramez Quneibi wrote:
what do you mean by background thread ?


I mean a thread other than the UI thread. You did new Thread(new ThreadStart(Search)).Start(); that just started a background thread. Don't use a background thread to launch Form2. Launch Form2 from the UI thread. If you need to perform search work on a background thread, that's fine, but don't create a UI from you background thread.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Messianic Instrumentals (with audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Instance from the active form Pin
Ramez Quneibi4-Aug-06 22:47
Ramez Quneibi4-Aug-06 22:47 
QuestionCopy an instance Pin
sjembek31-Jul-06 4:30
sjembek31-Jul-06 4:30 
AnswerRe: Copy an instance Pin
Dustin Metzgar31-Jul-06 4:44
Dustin Metzgar31-Jul-06 4:44 
GeneralRe: Copy an instance Pin
sjembek31-Jul-06 5:50
sjembek31-Jul-06 5:50 
GeneralRe: Copy an instance Pin
Dustin Metzgar31-Jul-06 6:25
Dustin Metzgar31-Jul-06 6:25 
GeneralRe: Copy an instance Pin
sjembek31-Jul-06 6:42
sjembek31-Jul-06 6:42 
AnswerRe: Copy an instance Pin
A.A.31-Jul-06 4:45
A.A.31-Jul-06 4:45 
GeneralRe: Copy an instance Pin
sjembek31-Jul-06 5:35
sjembek31-Jul-06 5:35 
AnswerRe: Copy an instance Pin
LongRange.Shooter31-Jul-06 5:12
LongRange.Shooter31-Jul-06 5:12 
AnswerRe: Copy an instance Pin
Judah Gabriel Himango31-Jul-06 5:29
sponsorJudah Gabriel Himango31-Jul-06 5:29 
GeneralRe: Copy an instance Pin
sjembek31-Jul-06 5:52
sjembek31-Jul-06 5:52 
GeneralRe: Copy an instance Pin
sjembek31-Jul-06 6:43
sjembek31-Jul-06 6:43 
AnswerRe: Copy an instance Pin
Libor Tinka31-Jul-06 12:44
Libor Tinka31-Jul-06 12:44 
QuestionRichtext box Ctrl + I Pin
AB777131-Jul-06 3:32
AB777131-Jul-06 3:32 
AnswerRe: Richtext box Ctrl + I Pin
LongRange.Shooter31-Jul-06 4:59
LongRange.Shooter31-Jul-06 4:59 
GeneralRe: Richtext box Ctrl + I Pin
AB777131-Jul-06 17:54
AB777131-Jul-06 17:54 
GeneralRe: Richtext box Ctrl + I Pin
LongRange.Shooter1-Aug-06 8:48
LongRange.Shooter1-Aug-06 8:48 

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.