Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# code for summing up Pin
leppie18-Sep-08 0:38
leppie18-Sep-08 0:38 
AnswerRe: C# code for summing up Pin
Guffa18-Sep-08 1:31
Guffa18-Sep-08 1:31 
GeneralRe: C# code for summing up Pin
Angelinna18-Sep-08 1:37
Angelinna18-Sep-08 1:37 
GeneralRe: C# code for summing up Pin
Guffa18-Sep-08 2:24
Guffa18-Sep-08 2:24 
GeneralRe: C# code for summing up Pin
Pete O'Hanlon18-Sep-08 3:53
mvePete O'Hanlon18-Sep-08 3:53 
AnswerRe: C# code for summing up Pin
Alan Balkany18-Sep-08 4:21
Alan Balkany18-Sep-08 4:21 
GeneralRe: C# code for summing up Pin
Angelinna18-Sep-08 4:44
Angelinna18-Sep-08 4:44 
QuestionUsing Microsoft.Office.Interop.Excell.dll to modify .xls file Pin
mcnam17-Sep-08 23:26
mcnam17-Sep-08 23:26 
Questionvarchar(max) vs varchar(50) Pin
Mogaambo17-Sep-08 23:03
Mogaambo17-Sep-08 23:03 
AnswerRe: varchar(max) vs varchar(50) Pin
leppie17-Sep-08 23:08
leppie17-Sep-08 23:08 
AnswerRe: varchar(max) vs varchar(50) Pin
Mogaambo17-Sep-08 23:26
Mogaambo17-Sep-08 23:26 
GeneralRe: varchar(max) vs varchar(50) Pin
leppie17-Sep-08 23:42
leppie17-Sep-08 23:42 
GeneralRe: varchar(max) vs varchar(50) Pin
Pete O'Hanlon18-Sep-08 0:30
mvePete O'Hanlon18-Sep-08 0:30 
QuestionHow to show event of a user control in property window Pin
Guru Call17-Sep-08 22:50
Guru Call17-Sep-08 22:50 
AnswerRe: How to show event of a user control in property window Pin
Simon P Stevens17-Sep-08 23:30
Simon P Stevens17-Sep-08 23:30 
QuestionTrouble with Invocation, serial port Pin
introuble217-Sep-08 22:41
introuble217-Sep-08 22:41 
AnswerRe: Trouble with Invocation, serial port Pin
leppie17-Sep-08 22:51
leppie17-Sep-08 22:51 
GeneralRe: Trouble with Invocation, serial port Pin
introuble218-Sep-08 0:31
introuble218-Sep-08 0:31 
GeneralRe: Trouble with Invocation, serial port Pin
leppie18-Sep-08 0:35
leppie18-Sep-08 0:35 
GeneralRe: Trouble with Invocation, serial port Pin
introuble218-Sep-08 1:49
introuble218-Sep-08 1:49 
I am just beginning with C# and its a tad confusing at the moment.
Anyways, i tried what you said and now it just wont run. It doesnt even print any errors.

However, if i select "start without debugging" i get some information:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at WindowsFormsApplication1.Form1.UpdateData(String character) in C:\Users\raigo\Desktop\Kit Programmid\VISUAL\KIT\KIT\Form1.cs:line 62


Any ideas?
Thanks for any ideas Smile | :)
GeneralRe: Trouble with Invocation, serial port Pin
leppie18-Sep-08 3:14
leppie18-Sep-08 3:14 
AnswerRe: Trouble with Invocation, serial port Pin
Alan N18-Sep-08 1:46
Alan N18-Sep-08 1:46 
GeneralRe: Trouble with Invocation, serial port Pin
introuble218-Sep-08 2:07
introuble218-Sep-08 2:07 
GeneralRe: Trouble with Invocation, serial port Pin
Searril18-Sep-08 9:01
Searril18-Sep-08 9:01 
GeneralRe: Trouble with Invocation, serial port Pin
introuble219-Sep-08 2:02
introuble219-Sep-08 2:02 

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.