Click here to Skip to main content
15,910,886 members
Home / Discussions / C#
   

C#

 
GeneralRe: Refresh a control Pin
Paddy Boyd24-Jan-08 2:24
Paddy Boyd24-Jan-08 2:24 
QuestionLooking for latest filename Pin
Ofori Boadu24-Jan-08 1:16
Ofori Boadu24-Jan-08 1:16 
GeneralRe: Looking for latest filename Pin
Luc Pattyn24-Jan-08 1:28
sitebuilderLuc Pattyn24-Jan-08 1:28 
QuestionHow to get current date from MonthCalander control??? Pin
Neo Andreson24-Jan-08 0:46
Neo Andreson24-Jan-08 0:46 
AnswerRe: How to get current date from MonthCalander control??? Pin
DaveyM6924-Jan-08 0:53
professionalDaveyM6924-Jan-08 0:53 
Questionhow to block specific url Pin
Tahir Abbasi24-Jan-08 0:29
Tahir Abbasi24-Jan-08 0:29 
AnswerRe: how to block specific url Pin
Anthony Mushrow24-Jan-08 1:06
professionalAnthony Mushrow24-Jan-08 1:06 
QuestionHow to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan23-Jan-08 23:30
Varad_Rajan23-Jan-08 23:30 
AnswerRe: How to disable keydown event in Context Menu Strip ? Pin
Gareth H23-Jan-08 23:49
Gareth H23-Jan-08 23:49 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan24-Jan-08 0:01
Varad_Rajan24-Jan-08 0:01 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan24-Jan-08 0:03
Varad_Rajan24-Jan-08 0:03 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Gareth H24-Jan-08 0:07
Gareth H24-Jan-08 0:07 
I have never had that error before, but a quick check on MSDN:

http://msdn2.microsoft.com/en-us/library/6a71f45d(VS.71).aspx[^]

*  Integer arithmetic overflow either throws an OverflowException or discards the most significant bits of the result (see below). Integer division by zero always throws a DivideByZeroException.<br />
* Floating-point arithmetic overflow or division by zero never throws an exception, because floating-point types are based on IEEE 754 and so have provisions for representing infinity and NaN (Not a Number).<br />
* Decimal arithmetic overflow always throws an OverflowException. Decimal division by zero always throws a DivideByZeroException.


What are you trying to do?, you'll need to show some code.

Regards,
Gareth.
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Gareth H24-Jan-08 0:04
Gareth H24-Jan-08 0:04 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan24-Jan-08 0:07
Varad_Rajan24-Jan-08 0:07 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Gareth H24-Jan-08 0:18
Gareth H24-Jan-08 0:18 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan24-Jan-08 0:23
Varad_Rajan24-Jan-08 0:23 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Gareth H24-Jan-08 0:30
Gareth H24-Jan-08 0:30 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan24-Jan-08 0:32
Varad_Rajan24-Jan-08 0:32 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Varad_Rajan24-Jan-08 0:34
Varad_Rajan24-Jan-08 0:34 
GeneralRe: How to disable keydown event in Context Menu Strip ? Pin
Anthony Mushrow24-Jan-08 1:03
professionalAnthony Mushrow24-Jan-08 1:03 
QuestionHow to Change or Generate a file with Owner using .NET 1.1 Pin
Ninerocky23-Jan-08 23:29
Ninerocky23-Jan-08 23:29 
Questionhow to add .rpt and .cri extensions in IIS (windows 2000 with crystal reports 9 installed on the same) Pin
here2learn23-Jan-08 23:06
here2learn23-Jan-08 23:06 
GeneralSqlConnection and scope Pin
Dewald23-Jan-08 22:40
Dewald23-Jan-08 22:40 
GeneralRe: SqlConnection and scope Pin
N a v a n e e t h23-Jan-08 23:03
N a v a n e e t h23-Jan-08 23:03 
QuestionCopy Contents in Excel Pin
mohankatari23-Jan-08 22:00
mohankatari23-Jan-08 22:00 

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.