Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing TabPages via Index Pin
Daniel Turini25-Nov-04 2:30
Daniel Turini25-Nov-04 2:30 
GeneralRe: Accessing TabPages via Index Pin
Stefan Troschuetz25-Nov-04 2:34
Stefan Troschuetz25-Nov-04 2:34 
GeneralUpdating Container Object Pin
A.Mohsen25-Nov-04 2:07
A.Mohsen25-Nov-04 2:07 
GeneralRe: Updating Container Object Pin
Skynyrd25-Nov-04 10:41
Skynyrd25-Nov-04 10:41 
GeneralDeugging Pin
El'Cachubrey24-Nov-04 21:42
El'Cachubrey24-Nov-04 21:42 
GeneralRe: Deugging Pin
Colin Angus Mackay25-Nov-04 0:49
Colin Angus Mackay25-Nov-04 0:49 
GeneralRe: Deugging Pin
Daniel Turini25-Nov-04 2:35
Daniel Turini25-Nov-04 2:35 
Generalerror Pin
fatidarya24-Nov-04 21:02
fatidarya24-Nov-04 21:02 
hi
there is an error in compile of my program.this error is :
"An unhandled exception of type 'System.ArithmeticException' occurred in system.drawing.dll
Additional information: Overflow or underflow in the arithmetic operation."

in my project there is a user control that use from a picture box into it .when arrive to property image of picture box this error appeared.
this.pictureBox1.AccessibleDescription = resources.GetString("pictureBox1.AccessibleDescription");
this.pictureBox1.AccessibleName = resources.GetString("pictureBox1.AccessibleName");
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
this.pictureBox1.Font = ((System.Drawing.Font)(resources.GetObject("pictureBox1.Font")));
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));this.pictureBox1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("pictureBox1.ImeMode")));
this.pictureBox1.Location = ((System.Drawing.Point)(resources.GetObject("pictureBox1.Location")));
after this line ,this error repeat for remain lines.please help me
thanks
byeRose | [Rose]
GeneralRe: error Pin
leppie25-Nov-04 1:36
leppie25-Nov-04 1:36 
GeneralRe: error Pin
fatidarya25-Nov-04 10:46
fatidarya25-Nov-04 10:46 
GeneralRe: error Pin
Daniel Grunwald25-Nov-04 9:41
Daniel Grunwald25-Nov-04 9:41 
GeneralTransparencyKey and Opacity Pin
kristoffersen24-Nov-04 19:40
kristoffersen24-Nov-04 19:40 
GeneralRe: TransparencyKey and Opacity Pin
leppie24-Nov-04 23:24
leppie24-Nov-04 23:24 
QuestionHow do I get the size of a file? Pin
Rafferty Uy24-Nov-04 15:57
Rafferty Uy24-Nov-04 15:57 
AnswerRe: How do I get the size of a file? Pin
Dennis C. Dietrich24-Nov-04 16:18
Dennis C. Dietrich24-Nov-04 16:18 
AnswerRe: How do I get the size of a file? Pin
Maqsood Ahmed26-Nov-04 1:12
Maqsood Ahmed26-Nov-04 1:12 
QuestionHow can a program can be notify by a service ? Pin
Anonymous24-Nov-04 15:46
Anonymous24-Nov-04 15:46 
AnswerRe: How can a program can be notify by a service ? Pin
Stefan Troschuetz24-Nov-04 23:30
Stefan Troschuetz24-Nov-04 23:30 
Generalview control binding Pin
ppp00124-Nov-04 15:34
ppp00124-Nov-04 15:34 
GeneralRe: view control binding Pin
HahnTech25-Nov-04 4:57
HahnTech25-Nov-04 4:57 
GeneralWindows Forms Focus Pin
Alex Leshinsky24-Nov-04 15:10
Alex Leshinsky24-Nov-04 15:10 
GeneralRe: Windows Forms Focus Pin
Alex Leshinsky25-Nov-04 13:46
Alex Leshinsky25-Nov-04 13:46 
GeneralRe: Windows Forms Focus Pin
Jay Shankar25-Nov-04 16:55
Jay Shankar25-Nov-04 16:55 
GeneralRe: Windows Forms Focus Pin
Alex Leshinsky25-Nov-04 21:17
Alex Leshinsky25-Nov-04 21:17 
GeneralRe: Windows Forms Focus Pin
Jay Shankar25-Nov-04 21:26
Jay Shankar25-Nov-04 21:26 

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.