Click here to Skip to main content
16,005,734 members
Home / Discussions / C#
   

C#

 
GeneralSave and Retrieve pdf/tiff/bmp/jpg from database Pin
Deepa306-Apr-05 3:07
Deepa306-Apr-05 3:07 
GeneralRe: Save and Retrieve pdf/tiff/bmp/jpg from database Pin
Richsolnuv4-Jun-05 2:56
Richsolnuv4-Jun-05 2:56 
QuestionMemoryStream och regular stream? Pin
Snowjim6-Apr-05 3:06
Snowjim6-Apr-05 3:06 
QuestionRichTextBox and stream? Pin
Snowjim6-Apr-05 3:04
Snowjim6-Apr-05 3:04 
GeneralPrinting files in C# Pin
mainevent6-Apr-05 2:43
mainevent6-Apr-05 2:43 
GeneralGDI+ probs Pin
Confuzler6-Apr-05 2:37
Confuzler6-Apr-05 2:37 
GeneralRe: GDI+ probs Pin
leppie6-Apr-05 2:51
leppie6-Apr-05 2:51 
GeneralRe: GDI+ probs Pin
Confuzler6-Apr-05 3:12
Confuzler6-Apr-05 3:12 
Invalid parameter used.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Invalid parameter used.

Source Error:


Line 270: objGraphics.DrawLine(new Pen(Brushes.Black, 1), BlockDateWidth, 0, BlockDateWidth, waMaxHeight + 10);
Line 271: //Date labels
Line 272: objGraphics.DrawString("Startdate", new Font("Arial", 10), Brushes.Black, new PointF(((BlockDateWidth / 2) - tmpGraphics.MeasureString("Startdate", new Font("Arial", 10), 50).Width) / 2, waMaxHeight - 10));
Line 273: objGraphics.DrawString("Enddate", new Font("Arial", 10), Brushes.Black, new PointF((BlockDateWidth / 2) + ((BlockDateWidth / 2) - tmpGraphics.MeasureString("Startdate", new Font("Arial", 10), 50).Width) / 2, waMaxHeight - 10));
Line 274: //Workareaname and dividing lines


Source File: c:\data\apmis\src\web\chart\milestoneplan.aspx.cs Line: 272


--------------

Thats the problem i get, i increased the height and width but didnt seem to work...
im trying to work on it..
GeneralRe: GDI+ probs Pin
Confuzler6-Apr-05 3:27
Confuzler6-Apr-05 3:27 
GeneralRe: GDI+ probs Pin
Confuzler6-Apr-05 4:57
Confuzler6-Apr-05 4:57 
GeneralAdd Image icon in textbox Pin
Adnan Siddiqi6-Apr-05 2:21
Adnan Siddiqi6-Apr-05 2:21 
GeneralRe: Add Image icon in textbox Pin
leppie6-Apr-05 2:45
leppie6-Apr-05 2:45 
GeneralDelegate on a MarshalByRefObject Pin
PEK6-Apr-05 1:17
PEK6-Apr-05 1:17 
GeneralRe: Delegate on a MarshalByRefObject Pin
S. Senthil Kumar6-Apr-05 1:27
S. Senthil Kumar6-Apr-05 1:27 
GeneralRe: Delegate on a MarshalByRefObject Pin
PEK6-Apr-05 5:03
PEK6-Apr-05 5:03 
GeneralRe: Delegate on a MarshalByRefObject Pin
Tom Larsen6-Apr-05 4:45
Tom Larsen6-Apr-05 4:45 
GeneralRe: Delegate on a MarshalByRefObject Pin
PEK6-Apr-05 5:59
PEK6-Apr-05 5:59 
GeneralRe: Delegate on a MarshalByRefObject Pin
Tom Larsen11-Apr-05 6:47
Tom Larsen11-Apr-05 6:47 
GeneralRe: Delegate on a MarshalByRefObject Pin
S. Senthil Kumar6-Apr-05 20:04
S. Senthil Kumar6-Apr-05 20:04 
GeneralRe: Delegate on a MarshalByRefObject Pin
Tom Larsen11-Apr-05 6:27
Tom Larsen11-Apr-05 6:27 
Questionhow to get screen solution number? Pin
MJay5-Apr-05 23:56
MJay5-Apr-05 23:56 
AnswerRe: how to get screen solution number? Pin
Ray Hayes6-Apr-05 0:12
Ray Hayes6-Apr-05 0:12 
Questionhow to use dll created by C,C++ in C# project? Pin
Sachin Gedam5-Apr-05 23:32
Sachin Gedam5-Apr-05 23:32 
AnswerRe: how to use dll created by C,C++ in C# project? Pin
spif20015-Apr-05 23:42
spif20015-Apr-05 23:42 
GeneralRe: how to use dll created by C,C++ in C# project? Pin
Sachin Gedam6-Apr-05 0:25
Sachin Gedam6-Apr-05 0:25 

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.