Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular expression Pin
J4amieC25-Aug-08 21:59
J4amieC25-Aug-08 21:59 
GeneralRe: Regular expression Pin
hadad25-Aug-08 23:03
hadad25-Aug-08 23:03 
GeneralRe: Regular expression Pin
J4amieC25-Aug-08 23:20
J4amieC25-Aug-08 23:20 
GeneralRe: Regular expression Pin
J4amieC25-Aug-08 23:24
J4amieC25-Aug-08 23:24 
GeneralRe: Regular expression Pin
hadad26-Aug-08 0:15
hadad26-Aug-08 0:15 
QuestionCreate Shortcut key in C# Pin
Laji5925-Aug-08 21:15
Laji5925-Aug-08 21:15 
AnswerRe: Create Shortcut key in C# Pin
Christian Graus25-Aug-08 21:53
protectorChristian Graus25-Aug-08 21:53 
AnswerRe: Create Shortcut key in C# Pin
Shpendh25-Aug-08 22:44
Shpendh25-Aug-08 22:44 
QuestionDatagridview Error! Pin
zeeShan anSari25-Aug-08 20:43
zeeShan anSari25-Aug-08 20:43 
QuestionPrint Preview problem in c#.net Pin
Punit Birla25-Aug-08 20:16
Punit Birla25-Aug-08 20:16 
AnswerRe: Print Preview problem in c#.net Pin
blackjack215025-Aug-08 22:13
blackjack215025-Aug-08 22:13 
GeneralRe: Print Preview problem in c#.net Pin
Punit Birla25-Aug-08 23:54
Punit Birla25-Aug-08 23:54 
GeneralRe: Print Preview problem in c#.net Pin
mutpan14-Sep-09 2:16
mutpan14-Sep-09 2:16 
QuestionAbsolute to Relative Path Pin
Mushtaque Nizamani25-Aug-08 19:34
Mushtaque Nizamani25-Aug-08 19:34 
AnswerRe: Absolute to Relative Path Pin
Christian Graus25-Aug-08 21:54
protectorChristian Graus25-Aug-08 21:54 
AnswerRe: Absolute to Relative Path Pin
Frank Horn25-Aug-08 23:19
Frank Horn25-Aug-08 23:19 
GeneralRe: Absolute to Relative Path Pin
Mushtaque Nizamani26-Aug-08 18:16
Mushtaque Nizamani26-Aug-08 18:16 
QuestionNeed to pull a date from a web site. Pin
DFlat4Now25-Aug-08 14:16
DFlat4Now25-Aug-08 14:16 
AnswerRe: Need to pull a date from a web site. Pin
chaiguy133725-Aug-08 14:36
chaiguy133725-Aug-08 14:36 
Not sure I fully understand this, but it sounds like you're talking about a specific web page, and you know roughly where to find this date on the specific page. That should be easy enough--just download the content to a string via http, then "find" the date in the string (i.e. by locating the "same three words"), trim the rest away so you just have the date text, then parse this into a DateTime object using either DateTime.Parse, or another (third party) date-parsing algorithm (there are some on CodeProject) depending on the format of the date.

“Time and space can be a bitch.”
–Gushie, Quantum Leap

{o,o}.oO( Looking for a great RSS reader? Try FeedBeast! )
|)””’)            Built with home-grown CodeProject components!
-”-”-

AnswerRe: Need to pull a date from a web site. Pin
N a v a n e e t h25-Aug-08 18:15
N a v a n e e t h25-Aug-08 18:15 
AnswerRe: Need to pull a date from a web site. Pin
_tasleem25-Aug-08 21:29
_tasleem25-Aug-08 21:29 
QuestionDisposing a custom class Pin
Vodstok25-Aug-08 11:02
Vodstok25-Aug-08 11:02 
AnswerRe: Disposing a custom class Pin
Colin Angus Mackay25-Aug-08 11:07
Colin Angus Mackay25-Aug-08 11:07 
GeneralRe: Disposing a custom class Pin
Vodstok25-Aug-08 11:36
Vodstok25-Aug-08 11:36 
GeneralRe: Disposing a custom class Pin
Colin Angus Mackay25-Aug-08 11:55
Colin Angus Mackay25-Aug-08 11:55 

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.