Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
Questionadding DateTime picker ctrl to Datagrid Pin
Denver Thomas22-Apr-08 19:47
Denver Thomas22-Apr-08 19:47 
GeneralRe: adding DateTime picker ctrl to Datagrid Pin
Nouman Bhatti22-Apr-08 20:51
Nouman Bhatti22-Apr-08 20:51 
GeneralProcess Memory Space Pin
barboris22-Apr-08 19:29
barboris22-Apr-08 19:29 
GeneralRe: Process Memory Space Pin
Jordanwb23-Apr-08 16:14
Jordanwb23-Apr-08 16:14 
GeneralRe: Process Memory Space Pin
AngusP15-Apr-09 16:16
AngusP15-Apr-09 16:16 
Generalissues in float division a/b Pin
George_George22-Apr-08 18:38
George_George22-Apr-08 18:38 
GeneralRe: issues in float division a/b Pin
Vikram A Punathambekar22-Apr-08 18:50
Vikram A Punathambekar22-Apr-08 18:50 
GeneralRe: issues in float division a/b Pin
George_George22-Apr-08 19:00
George_George22-Apr-08 19:00 
GeneralRe: issues in float division a/b Pin
darkelv22-Apr-08 19:19
darkelv22-Apr-08 19:19 
GeneralRe: issues in float division a/b Pin
George_George22-Apr-08 20:35
George_George22-Apr-08 20:35 
GeneralRe: issues in float division a/b Pin
Reelix22-Apr-08 22:23
Reelix22-Apr-08 22:23 
GeneralRe: issues in float division a/b Pin
George_George22-Apr-08 23:54
George_George22-Apr-08 23:54 
GeneralRe: issues in float division a/b Pin
Reelix23-Apr-08 0:21
Reelix23-Apr-08 0:21 
GeneralRe: issues in float division a/b Pin
George_George23-Apr-08 0:23
George_George23-Apr-08 0:23 
GeneralRe: issues in float division a/b Pin
Reelix23-Apr-08 0:37
Reelix23-Apr-08 0:37 
GeneralRe: issues in float division a/b Pin
George_George23-Apr-08 2:48
George_George23-Apr-08 2:48 
GeneralRe: issues in float division a/b Pin
Reelix23-Apr-08 3:01
Reelix23-Apr-08 3:01 
GeneralRe: issues in float division a/b Pin
George_George23-Apr-08 3:22
George_George23-Apr-08 3:22 
GeneralRow Count Pin
Member 400431622-Apr-08 18:23
Member 400431622-Apr-08 18:23 
GeneralRe: Row Count Pin
cocoonwls22-Apr-08 18:39
cocoonwls22-Apr-08 18:39 
GeneralRe: Row Count Pin
Vikram A Punathambekar22-Apr-08 18:52
Vikram A Punathambekar22-Apr-08 18:52 
GeneralRe: Row Count Pin
cocoonwls22-Apr-08 19:09
cocoonwls22-Apr-08 19:09 
GeneralRe: Row Count Pin
Vikram A Punathambekar22-Apr-08 18:53
Vikram A Punathambekar22-Apr-08 18:53 
GeneralRe: Row Count Pin
Ajay.k_Singh22-Apr-08 19:36
Ajay.k_Singh22-Apr-08 19:36 
GeneralParameter is not valid. Pin
cuongmits22-Apr-08 13:54
cuongmits22-Apr-08 13:54 
Hello masters,
I have written a small project like this:
<br />
//blah<br />
...<br />
            try<br />
            {<br />
                img.Save("C:\\result.bmp");<br />
                //img.Save(path);<br />
            }<br />
            finally<br />
            {<br />
                img.Dispose();<br />
            }<br />
...<br />

Everything seemed good until I got a message box from Program.cs:
ArgumentException was unhandled. Parameter is not valid...
I can not find any mistake from my code, maybe something's wrong with my toolboxes' name?

Thanks for any help!

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.