Click here to Skip to main content
15,883,922 members
Home / Discussions / C#
   

C#

 
GeneralRe: Obfuscation (or "what MS forgot") Pin
Wesner Moise6-Jan-03 19:27
Wesner Moise6-Jan-03 19:27 
GeneralRe: Obfuscation (or "what MS forgot") Pin
Victor Vogelpoel7-Jan-03 0:16
Victor Vogelpoel7-Jan-03 0:16 
GeneralRe: Obfuscation (or "what MS forgot") Pin
leppie7-Jan-03 6:06
leppie7-Jan-03 6:06 
GeneralRe: Obfuscation (or "what MS forgot") Pin
Victor Vogelpoel7-Jan-03 11:29
Victor Vogelpoel7-Jan-03 11:29 
QuestionGetting to the raw Socket from an HttpRequest? Pin
Chris Hansson6-Jan-03 17:15
Chris Hansson6-Jan-03 17:15 
AnswerRe: Getting to the raw Socket from an HttpRequest? Pin
Stephane Rodriguez.6-Jan-03 19:19
Stephane Rodriguez.6-Jan-03 19:19 
Questionhow to move the position of selected item in a listbox? Pin
fretre6-Jan-03 15:17
fretre6-Jan-03 15:17 
Generalclock function help Pin
jtmtv186-Jan-03 15:15
jtmtv186-Jan-03 15:15 
i have a clock function going . it is started by a seperate thread at the application startup

it works like this

while(myThread.IsAlive==true)
{StatusBarPanel.Text = DateTime.Now.ToString();}

it works but i want a more effientway (it eats too many cpu cycles) i tryed using timers.. i tryed reading the documentation but i cant seem to figure it out .. can someone PLEASE help me ? i dont understand i can import dll's all kinds of stuff.. but something as simple as this haunt's me. its got me up nights !!Smile | :)

Additional my program launches a recursive search agian with a new thread but set to the ThreadPriority.Highest Level i would like too disable this(clock) during that search.

QuestionRecursive limit? Pin
leppie6-Jan-03 11:44
leppie6-Jan-03 11:44 
AnswerRe: Recursive limit? Pin
Andres Manggini6-Jan-03 12:01
Andres Manggini6-Jan-03 12:01 
GeneralRe: Recursive limit? Pin
leppie6-Jan-03 19:41
leppie6-Jan-03 19:41 
GeneralRe: Recursive limit? Pin
Andres Manggini7-Jan-03 7:17
Andres Manggini7-Jan-03 7:17 
GeneralRe: Recursive limit? Pin
leppie7-Jan-03 7:44
leppie7-Jan-03 7:44 
GeneralRe: Recursive limit? Pin
Andres Manggini7-Jan-03 8:50
Andres Manggini7-Jan-03 8:50 
GeneralFileSystemWatcher won't work with IIS Log Files Pin
Steve Cox6-Jan-03 10:42
Steve Cox6-Jan-03 10:42 
GeneralRe: FileSystemWatcher won't work with IIS Log Files Pin
Heath Stewart7-Jan-03 3:16
protectorHeath Stewart7-Jan-03 3:16 
GeneralRe: FileSystemWatcher won't work with IIS Log Files Pin
Steve Cox7-Jan-03 4:04
Steve Cox7-Jan-03 4:04 
GeneralFileSystemWatcher won't work with IIS Log Files Pin
Steve Cox6-Jan-03 10:42
Steve Cox6-Jan-03 10:42 
GeneralEquivalent of Java's <code>instanceof</code> in C# Pin
Le centriste6-Jan-03 9:46
Le centriste6-Jan-03 9:46 
GeneralRe: Equivalent of Java's <code>instanceof</code> in C# Pin
Nemanja Trifunovic6-Jan-03 10:04
Nemanja Trifunovic6-Jan-03 10:04 
GeneralRe: Equivalent of Java's <code>instanceof</code> in C# Pin
Rob Graham6-Jan-03 10:17
Rob Graham6-Jan-03 10:17 
GeneralRe: Equivalent of Java's <code>instanceof</code> in C# Pin
James T. Johnson6-Jan-03 10:19
James T. Johnson6-Jan-03 10:19 
GeneralThanks for your answers! Pin
Le centriste6-Jan-03 15:30
Le centriste6-Jan-03 15:30 
GeneralCOM Exception Pin
Lmani6-Jan-03 9:45
Lmani6-Jan-03 9:45 
Generaltoolwindow w/o focus Pin
Roger Alsing6-Jan-03 8:06
Roger Alsing6-Jan-03 8:06 

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.