Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do you send an email message? Pin
leppie14-Oct-02 7:30
leppie14-Oct-02 7:30 
AnswerRe: How do you send an email message? Pin
Hugh Jass14-Oct-02 7:50
Hugh Jass14-Oct-02 7:50 
AnswerRe: How do you send an email message? Pin
Hakan Eskici15-Oct-02 5:36
Hakan Eskici15-Oct-02 5:36 
AnswerRe: How do you send an email message? Pin
David Flores15-Oct-02 8:02
David Flores15-Oct-02 8:02 
GeneralListview - Desperate for help! Pin
Darryl Borden14-Oct-02 4:26
Darryl Borden14-Oct-02 4:26 
GeneralRe: Listview - Desperate for help! Pin
Daniel Turini14-Oct-02 4:59
Daniel Turini14-Oct-02 4:59 
GeneralRe: Listview - Desperate for help! Pin
Darryl Borden14-Oct-02 5:27
Darryl Borden14-Oct-02 5:27 
GeneralRe: Listview - Desperate for help! Pin
Daniel Turini14-Oct-02 5:26
Daniel Turini14-Oct-02 5:26 
QuestionI miss header files. Do you? Pin
Marc Clifton14-Oct-02 1:46
mvaMarc Clifton14-Oct-02 1:46 
AnswerRe: I miss header files. Do you? Pin
Marc Clifton14-Oct-02 1:47
mvaMarc Clifton14-Oct-02 1:47 
GeneralRe: I miss header files. Do you? Pin
Stephane Rodriguez.14-Oct-02 2:00
Stephane Rodriguez.14-Oct-02 2:00 
GeneralRe: I miss header files. Do you? Pin
Marc Clifton14-Oct-02 2:14
mvaMarc Clifton14-Oct-02 2:14 
GeneralRe: I miss header files. Do you? Pin
leppie14-Oct-02 7:21
leppie14-Oct-02 7:21 
GeneralRe: I miss header files. Do you? Pin
Maciej Pirog14-Oct-02 7:33
Maciej Pirog14-Oct-02 7:33 
GeneralRe: I miss header files. Do you? Pin
leppie14-Oct-02 8:19
leppie14-Oct-02 8:19 
GeneralRe: I miss header files. Do you? Pin
Maciej Pirog15-Oct-02 6:59
Maciej Pirog15-Oct-02 6:59 
AnswerRe: I miss header files. Do you? Pin
David Stone14-Oct-02 4:36
sitebuilderDavid Stone14-Oct-02 4:36 
AnswerRe: Try to use #region Pin
Masaaki Onishi14-Oct-02 7:55
Masaaki Onishi14-Oct-02 7:55 
GeneralRe: Try to use #region Pin
Stephane Rodriguez.14-Oct-02 9:13
Stephane Rodriguez.14-Oct-02 9:13 
GeneralRegional Settings Pin
daristos13-Oct-02 22:32
daristos13-Oct-02 22:32 
GeneralRe: Regional Settings Pin
Luis Alonso Ramos14-Oct-02 4:04
Luis Alonso Ramos14-Oct-02 4:04 
I had a similar problem some weeks ago using MSDE. I was storing dates using DateTime.ToLongDateString() and DateTime.ToShortTimeString(), but I found out that it generated an exception on systems where Windows was localized to Spanish (dates in Mexico are DD/MM/YYYY as oppossed to MM/DD/YYYY).

What I did was to manually construct the date string using DateTime properties (Month, Day and so on) and it worked well on both my English development machine and those in Spanish where it was tested.

But I did not find a more elegant way to do this.

-- LuisR

──────────────
  Luis Alonso Ramos
  Chihuahua, Mexico
  www.luisalonsoramos.com

"Do not worry about your difficulties in mathematics, I assure you that mine are greater." -- Albert Einstein
GeneralRe: Regional Settings Pin
Andrew Lewis16-Oct-02 12:04
Andrew Lewis16-Oct-02 12:04 
GeneralPrinting Listview contents Pin
RK_200013-Oct-02 14:45
RK_200013-Oct-02 14:45 
GeneralDrawString and tabs Pin
Nnamdi Onyeyiri13-Oct-02 5:39
Nnamdi Onyeyiri13-Oct-02 5:39 
GeneralCasting Issues... Pin
Nick Parker12-Oct-02 17:28
protectorNick Parker12-Oct-02 17: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.