Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to pass .net (C#) string to unmanaged C++ dll? Pin
DaveyM6929-May-11 22:58
professionalDaveyM6929-May-11 22:58 
GeneralRe: How to pass .net (C#) string to unmanaged C++ dll? Pin
Tesic Goran29-May-11 23:07
professionalTesic Goran29-May-11 23:07 
QuestionDefault datetime.now in datatable and bound datagridview Pin
LordZoster29-May-11 21:32
LordZoster29-May-11 21:32 
AnswerRe: Default datetime.now in datatable and bound datagridview Pin
Andy_L_J29-May-11 21:37
Andy_L_J29-May-11 21:37 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
LordZoster29-May-11 21:51
LordZoster29-May-11 21:51 
AnswerRe: Default datetime.now in datatable and bound datagridview Pin
Paramu197329-May-11 21:47
Paramu197329-May-11 21:47 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
LordZoster29-May-11 22:07
LordZoster29-May-11 22:07 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
Paramu197329-May-11 22:13
Paramu197329-May-11 22:13 
While saving time, before to udate to your sever, it has to be
Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US", False)

And while save finish it has to be again
Thread.CurrentThread.CurrentCulture = New CultureInfo("en-GB", False)

Also form_load()
Thread.CurrentThread.CurrentCulture = New CultureInfo("en-GB", False)

Thanks & Regards
PARAMU
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
LordZoster29-May-11 22:17
LordZoster29-May-11 22:17 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
LordZoster29-May-11 22:37
LordZoster29-May-11 22:37 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
Andy_L_J29-May-11 22:47
Andy_L_J29-May-11 22:47 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
Paramu197329-May-11 22:41
Paramu197329-May-11 22:41 
GeneralRe: Default datetime.now in datatable and bound datagridview Pin
LordZoster29-May-11 23:14
LordZoster29-May-11 23:14 
QuestionCurious DataTable Problem…? Pin
Paramu197329-May-11 20:49
Paramu197329-May-11 20:49 
AnswerRe: Curious DataTable Problem…? Pin
Mycroft Holmes29-May-11 23:20
professionalMycroft Holmes29-May-11 23:20 
QuestionGeneric and Type of [modified] Pin
PozzaVecia29-May-11 10:09
PozzaVecia29-May-11 10:09 
AnswerRe: Generic and Type of Pin
Mark Salsbery29-May-11 10:12
Mark Salsbery29-May-11 10:12 
GeneralRe: Generic and Type of Pin
PozzaVecia29-May-11 10:57
PozzaVecia29-May-11 10:57 
AnswerRe: Generic and Type of PinPopular
AspDotNetDev29-May-11 10:33
protectorAspDotNetDev29-May-11 10:33 
GeneralRe: Generic and Type of Pin
PozzaVecia29-May-11 10:58
PozzaVecia29-May-11 10:58 
NewsGestures 14+: Project on Hand Gesture Recognition Pin
makboyakram28-May-11 1:00
makboyakram28-May-11 1:00 
GeneralRe: Gestures 14+: Project on Hand Gesture Recognition Pin
Richard MacCutchan28-May-11 1:47
mveRichard MacCutchan28-May-11 1:47 
GeneralRe: Gestures 14+: Project on Hand Gesture Recognition Pin
makboyakram28-May-11 3:45
makboyakram28-May-11 3:45 
QuestionHow to keep Form Instance for further Re-open? Pin
Paramu197328-May-11 0:47
Paramu197328-May-11 0:47 
AnswerRe: How to keep Form Instance for further Re-open? Pin
DaveyM6928-May-11 2:48
professionalDaveyM6928-May-11 2:48 

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.