Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: Top most form Pin
Judah Gabriel Himango17-Nov-03 8:12
sponsorJudah Gabriel Himango17-Nov-03 8:12 
GeneralRe: Top most form Pin
Roger Stewart17-Nov-03 9:12
professionalRoger Stewart17-Nov-03 9:12 
GeneralRe: Top most form Pin
Judah Gabriel Himango17-Nov-03 9:21
sponsorJudah Gabriel Himango17-Nov-03 9:21 
Generalpassing TimeSpan in a RowFilter Expression Pin
nedeus17-Nov-03 0:31
nedeus17-Nov-03 0:31 
GeneralRe: passing TimeSpan in a RowFilter Expression Pin
Heath Stewart17-Nov-03 3:07
protectorHeath Stewart17-Nov-03 3:07 
GeneralRe: passing TimeSpan in a RowFilter Expression Pin
Anonymous17-Nov-03 3:30
Anonymous17-Nov-03 3:30 
GeneralArgumentOutOfRangeException Pin
Mertli Ozgur Nevres16-Nov-03 21:49
Mertli Ozgur Nevres16-Nov-03 21:49 
GeneralRe: ArgumentOutOfRangeException Pin
Heath Stewart17-Nov-03 2:49
protectorHeath Stewart17-Nov-03 2:49 
Does your form override OnClosing or OnClosed, or does anything else (including your form) handle the Closing and Closed events? If so, something is invoking (either directly calling or invoking via reflection) a method that isn't getting passed the right arguments.

If this isn't the case, something somewhere is calling a method with an argument that is not acceptable (for instance, passing a value that doesn't represent a single enum member or a flagged enum). The best way to find this out is to actually read the documentation for the classes, methods, properties, et. al. that you're using. Almost every member in the .NET base class library (BCL) gives at least directly-thrown exceptions that could be thrown and why they would be thrown, including what values are allowed for a particular parameter.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: ArgumentOutOfRangeException Pin
Mertli Ozgur Nevres17-Nov-03 3:05
Mertli Ozgur Nevres17-Nov-03 3:05 
GeneralRe: ArgumentOutOfRangeException Pin
Heath Stewart17-Nov-03 3:23
protectorHeath Stewart17-Nov-03 3:23 
QuestionHow do I compile C# ? Pin
tom7616-Nov-03 21:19
tom7616-Nov-03 21:19 
AnswerRe: How do I compile C# ? Pin
Corinna John16-Nov-03 22:51
Corinna John16-Nov-03 22:51 
GeneralRe: How do I compile C# ? Pin
tom7616-Nov-03 23:13
tom7616-Nov-03 23:13 
GeneralRe: How do I compile C# ? Pin
Heath Stewart17-Nov-03 2:41
protectorHeath Stewart17-Nov-03 2:41 
GeneralRe: How do I compile C# ? Pin
tom7617-Nov-03 3:00
tom7617-Nov-03 3:00 
GeneralControl border Pin
Bhangorix16-Nov-03 19:55
Bhangorix16-Nov-03 19:55 
GeneralRe: Control border Pin
Corinna John16-Nov-03 22:55
Corinna John16-Nov-03 22:55 
GeneralRe: Control border Pin
Bhangorix17-Nov-03 14:43
Bhangorix17-Nov-03 14:43 
General"The request failed with http status 404: Not Found" Pin
kissa16-Nov-03 17:25
kissa16-Nov-03 17:25 
GeneralRe: "The request failed with http status 404: Not Found" Pin
Heath Stewart17-Nov-03 2:38
protectorHeath Stewart17-Nov-03 2:38 
GeneralRe: "The request failed with http status 404: Not Found" Pin
kissa17-Nov-03 17:21
kissa17-Nov-03 17:21 
General,Http 404 error Pin
kissa16-Nov-03 17:21
kissa16-Nov-03 17:21 
GeneralAbout Windows Services Pin
Xuan Thuy16-Nov-03 14:57
Xuan Thuy16-Nov-03 14:57 
GeneralWindow Forms inside Controls Pin
RWBradley16-Nov-03 8:52
RWBradley16-Nov-03 8:52 
GeneralRe: Window Forms inside Controls Pin
J. Dunlap16-Nov-03 9:21
J. Dunlap16-Nov-03 9:21 

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.