Click here to Skip to main content
15,890,670 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create a trafic program Pin
Halawlaws4-Jul-06 4:32
Halawlaws4-Jul-06 4:32 
GeneralRe: How to create a trafic program Pin
Jun Du4-Jul-06 5:55
Jun Du4-Jul-06 5:55 
GeneralRe: How to create a trafic program Pin
stancrm4-Jul-06 19:56
stancrm4-Jul-06 19:56 
QuestionPl help me in this issue Pin
Arun Hegde4-Jul-06 3:21
Arun Hegde4-Jul-06 3:21 
AnswerRe: Pl help me in this issue Pin
ketankumar4-Jul-06 3:32
ketankumar4-Jul-06 3:32 
QuestionConverting a string to a DateTime object (globalization question) [modified] Pin
Vikram A Punathambekar4-Jul-06 3:08
Vikram A Punathambekar4-Jul-06 3:08 
AnswerRe: Converting a string to a DateTime object (globalization question) Pin
stancrm4-Jul-06 3:16
stancrm4-Jul-06 3:16 
AnswerRe: Converting a string to a DateTime object (globalization question) Pin
Andrei Ungureanu4-Jul-06 4:37
Andrei Ungureanu4-Jul-06 4:37 
Hi,
Try something like:

DateTime myDateTime = new DateTime(year,month,day);
The year,month and day can be substracted from the string if you know their exact position, using Substring and IndexOf. It helped me a lot sometimes. Hope it helps you. Big Grin | :-D

Do your best to be the best
GeneralRe: Converting a string to a DateTime object (globalization question) Pin
Vikram A Punathambekar4-Jul-06 5:06
Vikram A Punathambekar4-Jul-06 5:06 
AnswerRe: Converting a string to a DateTime object (globalization question) Pin
J4amieC4-Jul-06 5:02
J4amieC4-Jul-06 5:02 
GeneralRe: Converting a string to a DateTime object (globalization question) Pin
Vikram A Punathambekar4-Jul-06 23:31
Vikram A Punathambekar4-Jul-06 23:31 
GeneralRe: Converting a string to a DateTime object (globalization question) Pin
lmoelleb4-Jul-06 23:32
lmoelleb4-Jul-06 23:32 
AnswerRe: Converting a string to a DateTime object (globalization question) Pin
Judah Gabriel Himango4-Jul-06 5:56
sponsorJudah Gabriel Himango4-Jul-06 5:56 
QuestionProblem with Open Dialog box Pin
ranandbe4-Jul-06 3:02
ranandbe4-Jul-06 3:02 
AnswerRe: Problem with Open Dialog box [modified] Pin
stancrm4-Jul-06 3:13
stancrm4-Jul-06 3:13 
QuestionC# and Excel pivottable caches Pin
boakley4-Jul-06 2:22
boakley4-Jul-06 2:22 
Questionbarcode Pin
Mohammed Elkholy4-Jul-06 2:15
Mohammed Elkholy4-Jul-06 2:15 
AnswerRe: barcode Pin
Josh Smith4-Jul-06 4:18
Josh Smith4-Jul-06 4:18 
QuestionApp.config Pin
SysJey4-Jul-06 1:23
SysJey4-Jul-06 1:23 
AnswerRe: App.config Pin
mav.northwind4-Jul-06 2:21
mav.northwind4-Jul-06 2:21 
QuestionListView with transparant BackColor Pin
boxed4-Jul-06 1:18
boxed4-Jul-06 1:18 
AnswerRe: ListView with transparant BackColor Pin
mav.northwind4-Jul-06 2:29
mav.northwind4-Jul-06 2:29 
GeneralRe: ListView with transparant BackColor Pin
boxed4-Jul-06 2:56
boxed4-Jul-06 2:56 
GeneralRe: ListView with transparant BackColor Pin
mav.northwind4-Jul-06 4:13
mav.northwind4-Jul-06 4:13 
QuestionProblem in Importing data from Excel (Urgent) Pin
Abhi15814-Jul-06 1:00
Abhi15814-Jul-06 1:00 

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.