Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: Copying pointer to pointer? Pin
Zombies with Coffee, LLC21-Nov-02 10:18
professionalZombies with Coffee, LLC21-Nov-02 10:18 
GeneralRe: Copying pointer to pointer? Pin
Zombies with Coffee, LLC21-Nov-02 10:33
professionalZombies with Coffee, LLC21-Nov-02 10:33 
GeneralAdding Web references Pin
Tom Archer21-Nov-02 8:19
Tom Archer21-Nov-02 8:19 
GeneralRe: Adding Web references Pin
Masaaki Onishi21-Nov-02 12:05
Masaaki Onishi21-Nov-02 12:05 
GeneralRe: Adding Web references Pin
Tom Archer21-Nov-02 16:31
Tom Archer21-Nov-02 16:31 
GeneralRe: Adding Web references Pin
Tom Archer24-Nov-02 16:04
Tom Archer24-Nov-02 16:04 
GeneralRe: Adding Web references Pin
leppie25-Nov-02 6:53
leppie25-Nov-02 6:53 
GeneralTwo basic qeustions about threads Pin
Bog21-Nov-02 6:17
Bog21-Nov-02 6:17 
1. (The probably ridiculous questionSmile | :) Can a Panel be on one thread, and it's parent Form be on another?

2. I want my app to have two threads- main and worker. How do I stop the worker thread from ending while its waiting for stuff to do? Do I actually have to make some kind of hackish while(true) loop while it's waiting for something to do. If I do that, and then the main Thread calls one of the workers's functions via a delegate, then how do I make it escape the while loop to do it's work?
I mean, the main thread in a normal app doesn't need anything like that in it, it just stays alive waiting for events until the user exits the app. Its not like we do void Main{while(true) listenforevents();} you what I mean? Is there a Thread.ListenForEvents=true so that it won't die?



"Outside of a dog, a book is Man’s best friend. And inside of a dog, it’s too dark to read."
-Groucho Marx

GeneralRe: Two basic qeustions about threads Pin
Bog21-Nov-02 8:37
Bog21-Nov-02 8:37 
GeneralRe: Two basic qeustions about threads Pin
leppie21-Nov-02 9:09
leppie21-Nov-02 9:09 
QuestionColored text in a RichTextBox? Pin
chuckn21-Nov-02 4:59
chuckn21-Nov-02 4:59 
AnswerRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:05
leppie21-Nov-02 6:05 
GeneralRe: Colored text in a RichTextBox? Pin
chuckn21-Nov-02 6:16
chuckn21-Nov-02 6:16 
GeneralRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:25
leppie21-Nov-02 6:25 
GeneralLocal user log on Pin
mkomasi21-Nov-02 0:09
mkomasi21-Nov-02 0:09 
GeneralRe: Local user log on Pin
Mazdak21-Nov-02 0:59
Mazdak21-Nov-02 0:59 
GeneralRe: Local user log on Pin
Mazdak22-Nov-02 0:01
Mazdak22-Nov-02 0:01 
GeneralChanging MDI child opacity Pin
SimonS20-Nov-02 23:08
SimonS20-Nov-02 23:08 
GeneralSetup.Exe in Bootstrapper Sample not working..... Pin
Saroj20-Nov-02 21:54
Saroj20-Nov-02 21:54 
GeneralListView Fundamentals :: C# Pin
valikac20-Nov-02 16:38
valikac20-Nov-02 16:38 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:36
sitebuilderDavid Stone20-Nov-02 17:36 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:40
valikac20-Nov-02 17:40 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:45
sitebuilderDavid Stone20-Nov-02 17:45 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:50
valikac20-Nov-02 17:50 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:10
sitebuilderDavid Stone20-Nov-02 18:10 

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.