Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 1:28
bil_geo5-Feb-07 1:28 
GeneralRe: URGENT : C# application for multi monitors Pin
Luc Pattyn5-Feb-07 1:39
sitebuilderLuc Pattyn5-Feb-07 1:39 
GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 18:01
bil_geo5-Feb-07 18:01 
GeneralChange of OS [modified] Pin
Luc Pattyn6-Feb-07 0:44
sitebuilderLuc Pattyn6-Feb-07 0:44 
Questiondatetimepicker & short date Pin
Glen Harvy4-Feb-07 23:35
Glen Harvy4-Feb-07 23:35 
AnswerRe: datetimepicker & short date Pin
Christian Graus4-Feb-07 23:38
protectorChristian Graus4-Feb-07 23:38 
GeneralRe: datetimepicker & short date [modified] Pin
Glen Harvy5-Feb-07 2:05
Glen Harvy5-Feb-07 2:05 
GeneralRe: datetimepicker & short date Pin
Pratik Vasant Shah5-Feb-07 20:28
Pratik Vasant Shah5-Feb-07 20:28 
Hi,

I dont think even that might be a solution, since the value that you pass from your front-end is first parsed to the date format at the time of saving in the database. Hence, if the date format is "LONG" in your Access Database, then in that case, it will add time to the value passed from the front-end.

However, one solution could be that you change the format of the date (in the Design View) of the table to "mm/dd/yyyy" in the Format textBox in the General Tab and from the front -end you pass the value as
suggested by you in your previous thread.


this.dtpMailInDateRcd.Value = this.dtpMailInDateRcd.Value.Date;

This probably might help.

Thanking you in Advance

Regards
Pratik Shah

QuestionCollections and Datastructures Pin
Kushi Bobby4-Feb-07 23:10
Kushi Bobby4-Feb-07 23:10 
AnswerRe: Collections and Datastructures Pin
Stefan Troschuetz4-Feb-07 23:28
Stefan Troschuetz4-Feb-07 23:28 
QuestionException Handling Pin
Kushi Bobby4-Feb-07 23:04
Kushi Bobby4-Feb-07 23:04 
AnswerRe: Exception Handling Pin
Christian Graus4-Feb-07 23:07
protectorChristian Graus4-Feb-07 23:07 
GeneralRe: Exception Handling Pin
Kushi Bobby4-Feb-07 23:15
Kushi Bobby4-Feb-07 23:15 
GeneralRe: Exception Handling Pin
Christian Graus4-Feb-07 23:31
protectorChristian Graus4-Feb-07 23:31 
AnswerRe: Exception Handling Pin
VirtualVoid.NET6-Feb-07 3:41
VirtualVoid.NET6-Feb-07 3:41 
Question[C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_04-Feb-07 22:59
huheng_0_04-Feb-07 22:59 
AnswerRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 5:13
sitebuilderLuc Pattyn5-Feb-07 5:13 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 13:52
huheng_0_05-Feb-07 13:52 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 14:09
sitebuilderLuc Pattyn5-Feb-07 14:09 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 15:16
huheng_0_05-Feb-07 15:16 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 15:24
sitebuilderLuc Pattyn5-Feb-07 15:24 
GeneralRe: [C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_05-Feb-07 15:45
huheng_0_05-Feb-07 15:45 
QuestionHow to enable horizontol scrolling in C#.NET console application Pin
dream catcher4-Feb-07 22:33
dream catcher4-Feb-07 22:33 
AnswerRe: How to enable horizontol scrolling in C#.NET console application Pin
ShermansLagoon4-Feb-07 22:54
ShermansLagoon4-Feb-07 22:54 
Questionhexadecimal convertions and add on datagrid Pin
Mohammad Daba'an4-Feb-07 22:28
Mohammad Daba'an4-Feb-07 22:28 

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.