Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: creating a db file with thumbnails, how to? Pin
CWIZO9-Apr-06 20:29
CWIZO9-Apr-06 20:29 
Questionhow to update view in net.2 Pin
papa19808-Apr-06 4:23
papa19808-Apr-06 4:23 
AnswerRe: how to update view in net.2 Pin
CWIZO8-Apr-06 5:20
CWIZO8-Apr-06 5:20 
QuestionWeb Service Access Pin
AB77717-Apr-06 23:53
AB77717-Apr-06 23:53 
QuestionAttributes displaying lists Pin
MBursill7-Apr-06 23:08
MBursill7-Apr-06 23:08 
QuestionOutOfMemeryException happens in Grphics method Pin
SharpShark7-Apr-06 22:12
SharpShark7-Apr-06 22:12 
Questionurgent----how to get date format like dd/mm/yy Pin
madhu1437-Apr-06 21:37
madhu1437-Apr-06 21:37 
AnswerRe: urgent----how to get date format like dd/mm/yy Pin
Guffa7-Apr-06 22:06
Guffa7-Apr-06 22:06 
Specify a culture when you convert the value. Example for swedish date format (ISO 8601):

myDate.ToString(new CultureInfo(1053))

Or you can specify an exact format:

myDate.ToString("dd/MM/yyyy")

---
b { font-weight: normal; }

GeneralRe: urgent----how to get date format like dd/mm/yy Pin
Colin Angus Mackay7-Apr-06 23:54
Colin Angus Mackay7-Apr-06 23:54 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
George L. Jackson8-Apr-06 1:20
George L. Jackson8-Apr-06 1:20 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
Colin Angus Mackay8-Apr-06 1:25
Colin Angus Mackay8-Apr-06 1:25 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
George L. Jackson8-Apr-06 1:54
George L. Jackson8-Apr-06 1:54 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
leppie8-Apr-06 5:53
leppie8-Apr-06 5:53 
Questionhandling Stack overflow Exception Pin
abhinish7-Apr-06 19:50
abhinish7-Apr-06 19:50 
AnswerRe: handling Stack overflow Exception Pin
Werdna9-Apr-06 16:43
Werdna9-Apr-06 16:43 
QuestionComplicated question Pin
DeathJester_7-Apr-06 19:31
DeathJester_7-Apr-06 19:31 
GeneralRe: Complicated question Pin
Guffa7-Apr-06 22:17
Guffa7-Apr-06 22:17 
AnswerRe: Complicated question Pin
Robert Rohde7-Apr-06 23:33
Robert Rohde7-Apr-06 23:33 
AnswerRe: Complicated question Pin
DeathJester_8-Apr-06 20:31
DeathJester_8-Apr-06 20:31 
GeneralRe: Complicated question Pin
Kuira9-Apr-06 13:43
Kuira9-Apr-06 13:43 
QuestionNotifyIcon Program ? Pin
Skoder7-Apr-06 18:05
Skoder7-Apr-06 18:05 
AnswerRe: NotifyIcon Program ? Pin
S. Senthil Kumar7-Apr-06 18:22
S. Senthil Kumar7-Apr-06 18:22 
AnswerRe: NotifyIcon Program ? Pin
kasik8-Apr-06 4:22
kasik8-Apr-06 4:22 
GeneralRe: NotifyIcon Program ? Pin
Skoder8-Apr-06 11:41
Skoder8-Apr-06 11:41 
Questionsaving remoting state to file Pin
blucas20057-Apr-06 17:46
blucas20057-Apr-06 17:46 

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.