Click here to Skip to main content
15,903,201 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to take servername Dynamically? Pin
Sipder10-Aug-07 21:10
Sipder10-Aug-07 21:10 
AnswerRe: How to take servername Dynamically? Pin
i gr810-Aug-07 21:33
i gr810-Aug-07 21:33 
GeneralRe: Pin
SamRST11-Aug-07 0:42
SamRST11-Aug-07 0:42 
GeneralRe: Pin
i gr811-Aug-07 23:02
i gr811-Aug-07 23:02 
Questionget window datetime type? Pin
Phan Van Thao10-Aug-07 20:08
Phan Van Thao10-Aug-07 20:08 
AnswerRe: get window datetime type? Pin
Sipder10-Aug-07 21:14
Sipder10-Aug-07 21:14 
GeneralRe: get window datetime type? [modified] Pin
Phan Van Thao10-Aug-07 22:25
Phan Van Thao10-Aug-07 22:25 
AnswerRe: get window datetime type? Pin
Guffa11-Aug-07 2:51
Guffa11-Aug-07 2:51 
Van Thao wrote:
I want to get window system datetime type, not format.
(e.g: dd/MM/yyyy or d/M/yy or, ...)


Those are date formats. Don't you want that?

There is only one DateTime type, it's System.DateTime and it's specified in the mscorlib.dll. It's the same for all systems, so there is no special DateTime type for any specific system.

If you want information about the current date format for the user, use CultureInfo.CurrentCulture.DateTimeFormat to get the DateTimeFormatInfo object that describes the date format.

---
single minded; short sighted; long gone;

Generalhow to use "CultureInfo.CurrentCulture.DateTimeFormat " Pin
Phan Van Thao12-Aug-07 15:41
Phan Van Thao12-Aug-07 15:41 
AnswerRe: how to use "CultureInfo.CurrentCulture.DateTimeFormat " Pin
Guffa13-Aug-07 2:08
Guffa13-Aug-07 2:08 
QuestionMonth Calendar Design Pin
R.Palanivel10-Aug-07 17:14
R.Palanivel10-Aug-07 17:14 
QuestionTabControl problem, need help Pin
mindgameny10-Aug-07 13:32
mindgameny10-Aug-07 13:32 
AnswerRe: TabControl problem, need help Pin
Senthil S10-Aug-07 18:55
Senthil S10-Aug-07 18:55 
AnswerRe: TabControl problem, need help Pin
Sipder10-Aug-07 21:23
Sipder10-Aug-07 21:23 
QuestionVisual Basic 2005 deployment problem Pin
RJGCarey10-Aug-07 12:13
RJGCarey10-Aug-07 12:13 
AnswerRe: Visual Basic 2005 deployment problem Pin
Dave Kreskowiak10-Aug-07 12:34
mveDave Kreskowiak10-Aug-07 12:34 
GeneralRe: Visual Basic 2005 deployment problem Pin
RJGCarey11-Aug-07 6:12
RJGCarey11-Aug-07 6:12 
GeneralRe: Visual Basic 2005 deployment problem Pin
Dave Kreskowiak11-Aug-07 6:48
mveDave Kreskowiak11-Aug-07 6:48 
GeneralRe: Visual Basic 2005 deployment problem Pin
RJGCarey13-Aug-07 9:32
RJGCarey13-Aug-07 9:32 
AnswerRe: Visual Basic 2005 deployment problem Pin
Sipder10-Aug-07 21:20
Sipder10-Aug-07 21:20 
QuestionWeird error when trying to preview data in a datatable Pin
'Drew10-Aug-07 11:44
'Drew10-Aug-07 11:44 
AnswerSenthil's reply for Weird error when trying to preview data in a datatable Pin
Senthil S10-Aug-07 18:59
Senthil S10-Aug-07 18:59 
QuestionFreeze Listview Column Pin
ejaz_pk10-Aug-07 11:16
ejaz_pk10-Aug-07 11:16 
AnswerRe: Freeze Listview Column Pin
Dave Kreskowiak10-Aug-07 12:18
mveDave Kreskowiak10-Aug-07 12:18 
Questioncreate shortcut to desktop Pin
jds120710-Aug-07 9:02
jds120710-Aug-07 9:02 

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.