Click here to Skip to main content
15,903,856 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# binary to decimal code -new- Pin
Peter_in_278011-Oct-11 12:41
professionalPeter_in_278011-Oct-11 12:41 
GeneralRe: c# binary to decimal code -new- Pin
KP Lee11-Oct-11 13:55
KP Lee11-Oct-11 13:55 
QuestionGood reporting and database tools for C# ? Pin
Stan Moong5-Oct-11 18:22
Stan Moong5-Oct-11 18:22 
AnswerRe: Good reporting and database tools for C# ? Pin
Eddy Vluggen6-Oct-11 6:55
professionalEddy Vluggen6-Oct-11 6:55 
GeneralRe: Good reporting and database tools for C# ? Pin
Stan Moong6-Oct-11 14:31
Stan Moong6-Oct-11 14:31 
QuestionCall Methods Across ActiveSync Connection Pin
namelkcip5-Oct-11 17:02
namelkcip5-Oct-11 17:02 
QuestionBasic c# question Pin
SFORavi5-Oct-11 13:22
SFORavi5-Oct-11 13:22 
AnswerRe: Basic c# question Pin
BillWoodruff5-Oct-11 14:08
professionalBillWoodruff5-Oct-11 14:08 
When you declare the integer variables i and j inside the Button Click event of Buttons 3 and 2: you create are creating variables local to those event handlers: so your class-scoped integer variables with the same names are never getting set.

The Button1 Click event will, therefore, also see i and j as having their default value: 0.

So set i and j in the Buttons 3 and 2 event handlers, but do not declare them there.

best, Bill
"Use the word 'cybernetics,' Norbert, because nobody knows what it means. This will always put you at an advantage in arguments." Claude Shannon (Information Theory scientist): letter to Norbert Weiner of M.I.T., circa 1940

QuestionGetting system specs without WMI Pin
CCodeNewbie5-Oct-11 9:30
CCodeNewbie5-Oct-11 9:30 
AnswerRe: Getting system specs without WMI Pin
Luc Pattyn5-Oct-11 10:26
sitebuilderLuc Pattyn5-Oct-11 10:26 
GeneralRe: Getting system specs without WMI Pin
CCodeNewbie5-Oct-11 11:03
CCodeNewbie5-Oct-11 11:03 
GeneralRe: Getting system specs without WMI Pin
Dave Kreskowiak5-Oct-11 15:44
mveDave Kreskowiak5-Oct-11 15:44 
GeneralRe: Getting system specs without WMI Pin
CCodeNewbie5-Oct-11 19:25
CCodeNewbie5-Oct-11 19:25 
GeneralRe: Getting system specs without WMI Pin
Dave Kreskowiak6-Oct-11 3:39
mveDave Kreskowiak6-Oct-11 3:39 
QuestionFor Remote Connection -SQL Server Pin
Paramu19735-Oct-11 4:21
Paramu19735-Oct-11 4:21 
AnswerRe: For Remote Connection -SQL Server Pin
PIEBALDconsult5-Oct-11 5:22
mvePIEBALDconsult5-Oct-11 5:22 
GeneralRe: For Remote Connection -SQL Server Pin
Paramu19735-Oct-11 19:30
Paramu19735-Oct-11 19:30 
QuestionAccessing the controls in selected area Pin
teknolog1235-Oct-11 3:59
teknolog1235-Oct-11 3:59 
AnswerRe: Accessing the controls in selected area PinPopular
Pete O'Hanlon5-Oct-11 4:16
mvePete O'Hanlon5-Oct-11 4:16 
GeneralRe: Accessing the controls in selected area Pin
teknolog1235-Oct-11 4:49
teknolog1235-Oct-11 4:49 
GeneralRe: Accessing the controls in selected area Pin
Pete O'Hanlon5-Oct-11 4:52
mvePete O'Hanlon5-Oct-11 4:52 
QuestionAbout Control panel functions Pin
ugdjan5-Oct-11 3:10
ugdjan5-Oct-11 3:10 
AnswerRe: About Control panel functions Pin
Luc Pattyn5-Oct-11 4:08
sitebuilderLuc Pattyn5-Oct-11 4:08 
QuestionFingerprint Capture / dialog Pin
Member 76779895-Oct-11 2:29
Member 76779895-Oct-11 2:29 
AnswerRe: Fingerprint Capture / dialog Pin
Dave Kreskowiak5-Oct-11 4:54
mveDave Kreskowiak5-Oct-11 4:54 

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.