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

C#

 
GeneralRe: Change icon on custom control Pin
Furty27-Feb-03 15:07
Furty27-Feb-03 15:07 
GeneralTreeView OwnerDraw: WndProc(...) How to get item information like ItemRectangle, ItemText, Focused Pin
STW27-Feb-03 6:28
STW27-Feb-03 6:28 
GeneralRe: TreeView OwnerDraw: WndProc(...) How to get item information like ItemRectangle, ItemText, Focused Pin
leppie27-Feb-03 9:08
leppie27-Feb-03 9:08 
GeneralRe: TreeView OwnerDraw: WndProc(...) How to get item information like ItemRectangle, ItemText, Focused Pin
STW28-Feb-03 3:10
STW28-Feb-03 3:10 
GeneralInternet date and time Pin
Bjornar Henden27-Feb-03 5:35
Bjornar Henden27-Feb-03 5:35 
GeneralRe: Internet date and time Pin
David Stone27-Feb-03 7:45
sitebuilderDavid Stone27-Feb-03 7:45 
GeneralRe: Internet date and time Pin
Bjornar Henden27-Feb-03 8:26
Bjornar Henden27-Feb-03 8:26 
GeneralRe: Internet date and time Pin
Maq28-Feb-03 0:46
Maq28-Feb-03 0:46 
Try DateTime.ParseExact

<br />
String date = "Sun, 06 Nov 1994 08:49:37 GMT";<br />
DateTimeFormatInfo di = DateTimeFormatInfo.InvariantInfo;<br />
DateTime dt = DateTime.ParseExact(date, di.RFC1123Pattern, di);<br />
Console.WriteLine(dt.ToString());<br />

GeneralRe: Internet date and time Pin
Bjornar Henden2-Mar-03 7:57
Bjornar Henden2-Mar-03 7:57 
GeneralRe: Internet date and time Pin
Maq2-Mar-03 22:35
Maq2-Mar-03 22:35 
QuestionFlat combobox? Pin
se99ts27-Feb-03 4:05
se99ts27-Feb-03 4:05 
AnswerRe: Flat combobox? Pin
Furty27-Feb-03 14:46
Furty27-Feb-03 14:46 
GeneralAdd Web Reference Pin
morefalt27-Feb-03 3:51
morefalt27-Feb-03 3:51 
GeneralADO .net filter prohibited characters on a query Pin
Braulio Dez26-Feb-03 23:14
Braulio Dez26-Feb-03 23:14 
GeneralRe: ADO .net filter prohibited characters on a query Pin
Nick Parker27-Feb-03 4:43
protectorNick Parker27-Feb-03 4:43 
GeneralWebServices and older versions of VC and VB Pin
Braulio Dez26-Feb-03 23:07
Braulio Dez26-Feb-03 23:07 
GeneralRe: WebServices and older versions of VC and VB Pin
David Stone27-Feb-03 7:47
sitebuilderDavid Stone27-Feb-03 7:47 
GeneralRe: WebServices and older versions of VC and VB Pin
Dato27-Feb-03 14:47
Dato27-Feb-03 14:47 
GeneralWebServices and older versions of VC and VB Pin
Braulio Dez26-Feb-03 23:06
Braulio Dez26-Feb-03 23:06 
GeneralSmtp mail Pin
John Karbin26-Feb-03 20:42
John Karbin26-Feb-03 20:42 
GeneralRe: Smtp mail Pin
David Stone27-Feb-03 7:42
sitebuilderDavid Stone27-Feb-03 7:42 
GeneralRe: Smtp mail Pin
John Karbin27-Feb-03 21:02
John Karbin27-Feb-03 21:02 
General.net Pin
devvvy26-Feb-03 19:32
devvvy26-Feb-03 19:32 
GeneralRe: .net Pin
Hesham Amin26-Feb-03 22:07
Hesham Amin26-Feb-03 22:07 
GeneralVery hard to fix bug in my Form Pin
Mattingly26-Feb-03 13:45
Mattingly26-Feb-03 13:45 

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.