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

C#

 
AnswerRe: Automatically Shifting Control From TextBox to Button Pin
_Bao_11-May-06 4:32
_Bao_11-May-06 4:32 
GeneralRe: Automatically Shifting Control From TextBox to Button Pin
Rizwan Rathore11-May-06 5:26
Rizwan Rathore11-May-06 5:26 
QuestionC++ CTime to .NET DateTime Pin
CSharpDavid11-May-06 3:18
CSharpDavid11-May-06 3:18 
AnswerRe: C++ CTime to .NET DateTime Pin
KrIstOfK11-May-06 3:19
KrIstOfK11-May-06 3:19 
GeneralRe: C++ CTime to .NET DateTime Pin
CSharpDavid11-May-06 3:37
CSharpDavid11-May-06 3:37 
GeneralRe: C++ CTime to .NET DateTime Pin
KrIstOfK11-May-06 3:42
KrIstOfK11-May-06 3:42 
GeneralRe: C++ CTime to .NET DateTime Pin
CSharpDavid11-May-06 3:47
CSharpDavid11-May-06 3:47 
GeneralRe: C++ CTime to .NET DateTime Pin
KrIstOfK11-May-06 4:02
KrIstOfK11-May-06 4:02 
Then i think you can use the same solution as i've just given down here:

string strDate = "20060502";
DateTime dtDate = DateTime.ParseExact( strDate, "yyyyMMdd", CultureInfo.InvariantCulture );
strDate = dtDate.ToString();


Where y stands vor years
M for months
d for days
h for hours
m for minutes
s for seconds

Should this work?
GeneralRe: C++ CTime to .NET DateTime Pin
CSharpDavid11-May-06 4:58
CSharpDavid11-May-06 4:58 
GeneralRe: C++ CTime to .NET DateTime Pin
BambooMoon11-May-06 8:46
BambooMoon11-May-06 8:46 
GeneralRe: C++ CTime to .NET DateTime Pin
CSharpDavid11-May-06 10:43
CSharpDavid11-May-06 10:43 
GeneralRe: C++ CTime to .NET DateTime Pin
BambooMoon11-May-06 10:53
BambooMoon11-May-06 10:53 
GeneralRe: C++ CTime to .NET DateTime Pin
CSharpDavid11-May-06 11:08
CSharpDavid11-May-06 11:08 
Questionfill dataset with a param Pin
Rmokkenstorm11-May-06 3:10
Rmokkenstorm11-May-06 3:10 
QuestionHow can i add tool tip to drop down list ? Pin
Jax_qqq11-May-06 3:09
Jax_qqq11-May-06 3:09 
AnswerRe: How can i add tool tip to drop down list ? Pin
KrIstOfK11-May-06 3:18
KrIstOfK11-May-06 3:18 
GeneralRe: How can i add tool tip to drop down list ? Pin
Jax_qqq11-May-06 18:30
Jax_qqq11-May-06 18:30 
AnswerRe: How can i add tool tip to drop down list ? Pin
leppie11-May-06 7:56
leppie11-May-06 7:56 
GeneralRe: How can i add tool tip to drop down list ? Pin
Jax_qqq11-May-06 18:28
Jax_qqq11-May-06 18:28 
QuestionConverting date & time Pin
hasanali0011-May-06 3:07
hasanali0011-May-06 3:07 
AnswerRe: Converting date & time Pin
Jax_qqq11-May-06 3:11
Jax_qqq11-May-06 3:11 
AnswerRe: Converting date & time Pin
KrIstOfK11-May-06 3:14
KrIstOfK11-May-06 3:14 
GeneralRe: Converting date & time Pin
hasanali0011-May-06 3:41
hasanali0011-May-06 3:41 
GeneralRe: Converting date & time Pin
KrIstOfK11-May-06 3:59
KrIstOfK11-May-06 3:59 
GeneralRe: Converting date & time Pin
hasanali0011-May-06 4:54
hasanali0011-May-06 4:54 

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.