Click here to Skip to main content
15,911,762 members
Home / Discussions / C#
   

C#

 
GeneralRe: simple ping class request( non console) Pin
Sebastian Schneider23-Jun-05 22:20
Sebastian Schneider23-Jun-05 22:20 
GeneralRe: simple ping class request( non console) Pin
Dave Kreskowiak24-Jun-05 1:27
mveDave Kreskowiak24-Jun-05 1:27 
GeneralImage Processing Pin
CYMA23-Jun-05 7:19
CYMA23-Jun-05 7:19 
GeneralUpdate datagrid in a MDI child from a MDI child!!!URGENT HELP REQUIRED!!! Pin
GianlucaSeno23-Jun-05 7:09
GianlucaSeno23-Jun-05 7:09 
GeneralRe: Update datagrid in a MDI child from a MDI child!!!URGENT HELP REQUIRED!!! Pin
Bojan Rajkovic23-Jun-05 9:55
Bojan Rajkovic23-Jun-05 9:55 
GeneralRe: Update datagrid in a MDI child from a MDI child!!!URGENT HELP REQUIRED!!! Pin
GianlucaSeno23-Jun-05 10:05
GianlucaSeno23-Jun-05 10:05 
GeneralDateTime.Parse / ParseExact Pin
trevor_moody23-Jun-05 6:32
trevor_moody23-Jun-05 6:32 
GeneralRe: DateTime.Parse / ParseExact Pin
Dave Kreskowiak23-Jun-05 8:58
mveDave Kreskowiak23-Jun-05 8:58 
Next time, save yourself the headache and read the documentation on the function your trying to use first. You're using the wrong format string and you can't pass null for the IFormatProvider parameter.
DateTime.ParseExact("20050401", "yyyyMMdd", Application.CurrentCulture.DateTimeFormat);



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralTextBox in ASP.NET Pin
BECK723-Jun-05 6:32
BECK723-Jun-05 6:32 
GeneralRe: TextBox in ASP.NET Pin
Dave Kreskowiak23-Jun-05 8:59
mveDave Kreskowiak23-Jun-05 8:59 
GeneralRe: TextBox in ASP.NET Pin
BECK723-Jun-05 9:30
BECK723-Jun-05 9:30 
GeneralRe: TextBox in ASP.NET Pin
DavidNohejl23-Jun-05 9:43
DavidNohejl23-Jun-05 9:43 
GeneralRe: TextBox in ASP.NET Pin
BECK723-Jun-05 11:49
BECK723-Jun-05 11:49 
GeneralRe: TextBox in ASP.NET Pin
DavidNohejl23-Jun-05 11:53
DavidNohejl23-Jun-05 11:53 
GeneralRe: TextBox in ASP.NET Pin
Dave Kreskowiak23-Jun-05 10:10
mveDave Kreskowiak23-Jun-05 10:10 
GeneralRe: TextBox in ASP.NET Pin
BECK723-Jun-05 10:32
BECK723-Jun-05 10:32 
GeneralVARIANT in VC 6.0 and Objects in C# Pin
btanveer23-Jun-05 6:07
btanveer23-Jun-05 6:07 
Generalping class request Pin
brokenheart23-Jun-05 5:53
brokenheart23-Jun-05 5:53 
GeneralRe: ping class request Pin
Simon Wren23-Jun-05 6:05
professionalSimon Wren23-Jun-05 6:05 
GeneralNewbie needs expert help Pin
74Camaro23-Jun-05 4:57
74Camaro23-Jun-05 4:57 
GeneralRe: Newbie needs expert help Pin
V.23-Jun-05 5:03
professionalV.23-Jun-05 5:03 
GeneralRe: Newbie needs expert help Pin
74Camaro23-Jun-05 7:10
74Camaro23-Jun-05 7:10 
GeneralRe: Newbie needs expert help Pin
V.23-Jun-05 8:00
professionalV.23-Jun-05 8:00 
GeneralNeed to show an image while connecting to web service Pin
seee sharp23-Jun-05 4:03
seee sharp23-Jun-05 4:03 
GeneralRe: Need to show an image while connecting to web service Pin
Stefan Troschuetz23-Jun-05 4:22
Stefan Troschuetz23-Jun-05 4:22 

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.