Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drag Drop listView Imagelist Images..... Pin
STeAlth-S26-Feb-09 23:17
STeAlth-S26-Feb-09 23:17 
GeneralRe: Drag Drop listView Imagelist Images..... Pin
S K Y1-Mar-09 2:43
S K Y1-Mar-09 2:43 
GeneralRe: Drag Drop listView Imagelist Images..... Pin
S K Y1-Mar-09 2:50
S K Y1-Mar-09 2:50 
Questionproject Pin
shobansama26-Feb-09 19:41
shobansama26-Feb-09 19:41 
AnswerRe: project Pin
Christian Graus26-Feb-09 20:16
protectorChristian Graus26-Feb-09 20:16 
GeneralRe: project Pin
CPallini26-Feb-09 22:16
mveCPallini26-Feb-09 22:16 
AnswerRe: project Pin
abdul jalil1-Mar-09 4:14
abdul jalil1-Mar-09 4:14 
Questionstring to datetime conversion ? Pin
Aghosh Babu26-Feb-09 19:28
Aghosh Babu26-Feb-09 19:28 
hi all,
i have a string

string date= "09/02/27, 12:23:04"

the above string is in yy/mm/dd format, i want to convert it into a DateTime variable. When i convert i am getting the output as 9/2/2027, 12:23:04 PM which is wrong. I have tried the below code:

DateTime dt = Convert.ToDateTime(date);

so i suspect its not the way, i think there are something to do with the Globalization namespace? any help will be much apreciated.....thanks..........Rose | [Rose]
AnswerRe: string to datetime conversion ? Pin
Shyam K Pananghat26-Feb-09 20:13
Shyam K Pananghat26-Feb-09 20:13 
AnswerRe: string to datetime conversion ? Pin
Vikram A Punathambekar26-Feb-09 20:55
Vikram A Punathambekar26-Feb-09 20:55 
GeneralRe: string to datetime conversion ? Pin
Aghosh Babu26-Feb-09 21:01
Aghosh Babu26-Feb-09 21:01 
GeneralRe: string to datetime conversion ? Pin
J4amieC26-Feb-09 21:51
J4amieC26-Feb-09 21:51 
Questionhow to pass parameters to a delegate Pin
prasadbuddhika26-Feb-09 19:20
prasadbuddhika26-Feb-09 19:20 
AnswerRe: how to pass parameters to a delegate Pin
Shyam K Pananghat26-Feb-09 20:04
Shyam K Pananghat26-Feb-09 20:04 
GeneralRe: how to pass parameters to a delegate Pin
prasadbuddhika26-Feb-09 20:08
prasadbuddhika26-Feb-09 20:08 
GeneralRe: how to pass parameters to a delegate Pin
Shyam K Pananghat26-Feb-09 20:20
Shyam K Pananghat26-Feb-09 20:20 
Questionmessage problem Pin
Sajjad Leo26-Feb-09 18:31
Sajjad Leo26-Feb-09 18:31 
AnswerRe: message problem Pin
Christian Graus26-Feb-09 18:50
protectorChristian Graus26-Feb-09 18:50 
Answerpls help me Pin
mulla md fozail26-Feb-09 19:45
mulla md fozail26-Feb-09 19:45 
GeneralRe: pls help me Pin
Christian Graus26-Feb-09 20:15
protectorChristian Graus26-Feb-09 20:15 
Answerpls help me Pin
mulla md fozail26-Feb-09 19:48
mulla md fozail26-Feb-09 19:48 
GeneralRe: pls help me Pin
Sajjad Leo26-Feb-09 19:51
Sajjad Leo26-Feb-09 19:51 
Answer[Message Deleted] Pin
Prajeesh26-Feb-09 20:01
Prajeesh26-Feb-09 20:01 
GeneralRe: message problem Pin
Christian Graus26-Feb-09 20:15
protectorChristian Graus26-Feb-09 20:15 
GeneralRe: message problem Pin
Sajjad Leo26-Feb-09 20:20
Sajjad Leo26-Feb-09 20:20 

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.