Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
QuestionQuestion about NetworkStream.Read Pin
stancrm11-Jul-06 21:07
stancrm11-Jul-06 21:07 
AnswerRe: Question about NetworkStream.Read Pin
Andrei Ungureanu11-Jul-06 21:34
Andrei Ungureanu11-Jul-06 21:34 
AnswerRe: Question about NetworkStream.Read Pin
S. Senthil Kumar12-Jul-06 1:03
S. Senthil Kumar12-Jul-06 1:03 
QuestionConvert String to Time [modified] Pin
freshonlineMax11-Jul-06 20:25
freshonlineMax11-Jul-06 20:25 
AnswerRe: Covert String to Time Pin
stancrm11-Jul-06 20:29
stancrm11-Jul-06 20:29 
GeneralRe: Covert String to Time Pin
freshonlineMax11-Jul-06 21:23
freshonlineMax11-Jul-06 21:23 
GeneralRe: Covert String to Time Pin
stancrm11-Jul-06 21:25
stancrm11-Jul-06 21:25 
AnswerRe: Convert String to Time Pin
wasife11-Jul-06 22:14
wasife11-Jul-06 22:14 
You can use DateTime.Parse("15:00"). But in VS2005, it is better to use DateTime.TryParse(...). It is because,according to my info, if DateTime.Parse can't convert string to DateTime, it will throw exception. But DateTime.TryParse(...) will return boolean that indicates whether String is converted to DateTime and DateTime as second out parameter of TryParse. If it can't, it will simple return false.


Regards,
Wasif Ehsan.



QuestionChanging an item from datarow Pin
pirogramci11-Jul-06 20:19
pirogramci11-Jul-06 20:19 
AnswerRe: Changing an item from datarow Pin
freshonlineMax11-Jul-06 20:32
freshonlineMax11-Jul-06 20:32 
AnswerRe: Changing an item from datarow Pin
rah_sin11-Jul-06 20:35
professionalrah_sin11-Jul-06 20:35 
GeneralRe: Changing an item from datarow Pin
pirogramci11-Jul-06 21:16
pirogramci11-Jul-06 21:16 
AnswerRe: Changing an item from datarow Pin
wasife11-Jul-06 22:09
wasife11-Jul-06 22:09 
GeneralRe: Changing an item from datarow Pin
pirogramci12-Jul-06 20:22
pirogramci12-Jul-06 20:22 
Questionrunning process Pin
Mahmood Ilyas11-Jul-06 19:40
Mahmood Ilyas11-Jul-06 19:40 
AnswerRe: running process Pin
Andrei Ungureanu11-Jul-06 21:58
Andrei Ungureanu11-Jul-06 21:58 
Questionwinform is loading very slow for the fist time Pin
Satish3211-Jul-06 19:11
Satish3211-Jul-06 19:11 
AnswerRe: winform is loading very slow for the fist time Pin
rah_sin11-Jul-06 19:32
professionalrah_sin11-Jul-06 19:32 
GeneralRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:58
led mike11-Jul-06 19:58 
GeneralRe: winform is loading very slow for the fist time Pin
V.11-Jul-06 22:15
professionalV.11-Jul-06 22:15 
GeneralRe: winform is loading very slow for the fist time Pin
led mike12-Jul-06 4:31
led mike12-Jul-06 4:31 
GeneralRe: winform is loading very slow for the fist time Pin
V.12-Jul-06 4:52
professionalV.12-Jul-06 4:52 
AnswerRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:35
led mike11-Jul-06 19:35 
GeneralRe: winform is loading very slow for the fist time Pin
Satish3211-Jul-06 20:25
Satish3211-Jul-06 20:25 
AnswerRe: winform is loading very slow for the fist time Pin
Andrew Lygin11-Jul-06 19:44
Andrew Lygin11-Jul-06 19:44 

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.