Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralCatch a Disconnect event in Client-Server Socket enviroment Pin
Gian10-Sep-04 4:24
Gian10-Sep-04 4:24 
GeneralRe: Catch a Disconnect event in Client-Server Socket enviroment Pin
Dave Kreskowiak10-Sep-04 6:53
mveDave Kreskowiak10-Sep-04 6:53 
Generalhelp in windows services Pin
jacal9910-Sep-04 2:48
jacal9910-Sep-04 2:48 
GeneralRe: help in windows services Pin
Dave Kreskowiak10-Sep-04 4:40
mveDave Kreskowiak10-Sep-04 4:40 
GeneralRe: help in windows services Pin
SandeepN10-Sep-04 10:40
SandeepN10-Sep-04 10:40 
GeneralRe: help in windows services Pin
jacal9910-Sep-04 10:57
jacal9910-Sep-04 10:57 
GeneralTime EventHandler Pin
brunoconde10-Sep-04 2:18
brunoconde10-Sep-04 2:18 
GeneralRe: Time EventHandler Pin
Stefan Troschuetz10-Sep-04 2:30
Stefan Troschuetz10-Sep-04 2:30 
Add a Thread.Sleep(1) into your while loop and cpu usage will drop Smile | :)

Otherwise you could use a timer to periodically process the following:
if (System.DateTime.Now.Equals(shut.getDateTime()))
this.Computer_Shutdown();








www.troschuetz.de
GeneralRe: Time EventHandler Pin
mav.northwind10-Sep-04 2:53
mav.northwind10-Sep-04 2:53 
GeneralRe: Time EventHandler Pin
brunoconde10-Sep-04 5:00
brunoconde10-Sep-04 5:00 
GeneralRe: Time EventHandler Pin
mav.northwind10-Sep-04 5:16
mav.northwind10-Sep-04 5:16 
GeneralUpgrade to Windows Installer 2.0 using the C# setup projects Pin
samirazmat10-Sep-04 2:07
samirazmat10-Sep-04 2:07 
GeneralRe: Upgrade to Windows Installer 2.0 using the C# setup projects Pin
Mike Dimmick10-Sep-04 3:09
Mike Dimmick10-Sep-04 3:09 
GeneralEscape Single Quote Pin
cjengler10-Sep-04 0:41
cjengler10-Sep-04 0:41 
GeneralRe: Escape Single Quote Pin
Colin Angus Mackay10-Sep-04 0:44
Colin Angus Mackay10-Sep-04 0:44 
GeneralRe: Escape Single Quote Pin
Hugo Hallman10-Sep-04 1:58
Hugo Hallman10-Sep-04 1:58 
GeneralRe: Escape Single Quote Pin
Colin Angus Mackay10-Sep-04 2:17
Colin Angus Mackay10-Sep-04 2:17 
GeneralRe: Escape Single Quote Pin
Brad Bruce10-Sep-04 1:18
Brad Bruce10-Sep-04 1:18 
Generalthe msmq problem Pin
williamchou9-Sep-04 23:44
williamchou9-Sep-04 23:44 
GeneralCheck program running. Pin
tsunsau7179-Sep-04 22:59
tsunsau7179-Sep-04 22:59 
GeneralRe: Check program running. Pin
Ikarus769-Sep-04 23:43
Ikarus769-Sep-04 23:43 
GeneralRe: Check program running. Pin
tsunsau71712-Sep-04 17:45
tsunsau71712-Sep-04 17:45 
QuestionWhy this ? Pin
sreejith ss nair9-Sep-04 22:43
sreejith ss nair9-Sep-04 22:43 
AnswerRe: Why this ? Pin
Sebastian Schneider9-Sep-04 23:43
Sebastian Schneider9-Sep-04 23:43 
GeneralRe: Why this ? Pin
sreejith ss nair9-Sep-04 23:51
sreejith ss nair9-Sep-04 23:51 

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.