Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simple power-up question Pin
Mycroft Holmes30-Apr-09 15:33
professionalMycroft Holmes30-Apr-09 15:33 
Questionhow to search Active Directory for locked out accounts? Pin
partialdata30-Apr-09 9:50
partialdata30-Apr-09 9:50 
QuestionType /Namespace error in code Pin
onetreeup30-Apr-09 9:23
onetreeup30-Apr-09 9:23 
AnswerRe: Type /Namespace error in code Pin
S. Senthil Kumar30-Apr-09 9:29
S. Senthil Kumar30-Apr-09 9:29 
GeneralRe: Type /Namespace error in code Pin
onetreeup30-Apr-09 10:14
onetreeup30-Apr-09 10:14 
AnswerRe: Type /Namespace error in code Pin
Luc Pattyn30-Apr-09 9:33
sitebuilderLuc Pattyn30-Apr-09 9:33 
GeneralRe: Type /Namespace error in code Pin
onetreeup30-Apr-09 10:02
onetreeup30-Apr-09 10:02 
GeneralRe: Type /Namespace error in code Pin
Luc Pattyn30-Apr-09 10:12
sitebuilderLuc Pattyn30-Apr-09 10:12 
Hi,

the variable declarations that used to be inside Calculator class in Calculator.Designer.cs file need to be inside Calculator class in Calculator.cs file. And that file needs all the import statements that lead the compiler to recognize the classes you are using (such as System.Collections.Generic for generic lists).

If you plan on accessing m_value and m_store from outside the Calculator class, you would need to change their attribute from private to public, or better yet provide public methods or properties.

I recommend you buy and study a tutorial book on C#, that would guide you step-by-step and teach you good practices from the start.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


QuestionMatrix Inversion with C# Pin
Linda Woodard30-Apr-09 9:18
Linda Woodard30-Apr-09 9:18 
AnswerRe: Matrix Inversion with C# Pin
Luc Pattyn30-Apr-09 9:40
sitebuilderLuc Pattyn30-Apr-09 9:40 
AnswerRe: Matrix Inversion with C# Pin
Member 103390730-Apr-09 10:48
Member 103390730-Apr-09 10:48 
GeneralRe: Matrix Inversion with C# Pin
Linda Woodard30-Apr-09 11:18
Linda Woodard30-Apr-09 11:18 
GeneralRe: Matrix Inversion with C# Pin
Linda Woodard4-May-09 3:51
Linda Woodard4-May-09 3:51 
QuestionGel Button in Visual C#..... help needed Guys! Pin
Rajdeep.NET is BACK30-Apr-09 9:14
Rajdeep.NET is BACK30-Apr-09 9:14 
AnswerRe: Gel Button in Visual C#..... help needed Guys! Pin
ricmil4230-Apr-09 10:17
ricmil4230-Apr-09 10:17 
QuestionEmbed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 8:39
sodevrom30-Apr-09 8:39 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Rajdeep.NET is BACK30-Apr-09 9:01
Rajdeep.NET is BACK30-Apr-09 9:01 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Giorgi Dalakishvili30-Apr-09 9:02
mentorGiorgi Dalakishvili30-Apr-09 9:02 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 9:06
sodevrom30-Apr-09 9:06 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Daniel Grunwald30-Apr-09 9:11
Daniel Grunwald30-Apr-09 9:11 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 9:33
sodevrom30-Apr-09 9:33 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
Daniel Grunwald30-Apr-09 9:40
Daniel Grunwald30-Apr-09 9:40 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 11:49
sodevrom30-Apr-09 11:49 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Rajdeep.NET is BACK30-Apr-09 9:19
Rajdeep.NET is BACK30-Apr-09 9:19 
QuestionCustom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Jehammon30-Apr-09 6:56
Jehammon30-Apr-09 6:56 

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.