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

C#

 
GeneralRe: Debugging c# code called from a c++ binary exe Pin
bonosa19-Jun-12 4:32
bonosa19-Jun-12 4:32 
GeneralRe: Debugging c# code called from a c++ binary exe Pin
Dave Kreskowiak19-Jun-12 4:59
mveDave Kreskowiak19-Jun-12 4:59 
QuestionDisplayFormat Question Pin
Jassim Rahma18-Jun-12 6:39
Jassim Rahma18-Jun-12 6:39 
AnswerRe: DisplayFormat Question Pin
Sandeep Mewara18-Jun-12 6:50
mveSandeep Mewara18-Jun-12 6:50 
GeneralRe: DisplayFormat Question Pin
Jassim Rahma18-Jun-12 7:04
Jassim Rahma18-Jun-12 7:04 
QuestionReporting Services ReportViewer Pin
Piot00717-Jun-12 23:45
Piot00717-Jun-12 23:45 
QuestionFull Code with error msg Pin
Member 833684817-Jun-12 22:29
Member 833684817-Jun-12 22:29 
AnswerRe: Full Code with error msg Pin
Richard MacCutchan17-Jun-12 22:36
mveRichard MacCutchan17-Jun-12 22:36 
Rather than dumping the entire code you need to provide the exact error messages produced by the compiler.

[edit]
A quick run of the IDE shows that myDice is declared in the Form1 class and you are trying to access it from the CalculateScore class. However this is not possible without qualifying the name. As I said in answer to a number of your other messages, you should spend some time studying the basics of C#.
[/edit]

GeneralRe: Full Code with error msg Pin
Member 833684817-Jun-12 22:54
Member 833684817-Jun-12 22:54 
GeneralRe: Full Code with error msg Pin
Richard MacCutchan17-Jun-12 23:05
mveRichard MacCutchan17-Jun-12 23:05 
AnswerRe: Full Code with error msg Pin
OriginalGriff17-Jun-12 22:37
mveOriginalGriff17-Jun-12 22:37 
QuestionPDU to Text / String Pin
M Riaz Bashir17-Jun-12 22:15
M Riaz Bashir17-Jun-12 22:15 
AnswerRe: PDU to Text / String Pin
Richard MacCutchan17-Jun-12 22:33
mveRichard MacCutchan17-Jun-12 22:33 
GeneralRe: PDU to Text / String Pin
Luc Pattyn18-Jun-12 4:51
sitebuilderLuc Pattyn18-Jun-12 4:51 
GeneralRe: PDU to Text / String Pin
Richard MacCutchan18-Jun-12 5:08
mveRichard MacCutchan18-Jun-12 5:08 
GeneralRe: PDU to Text / String Pin
Luc Pattyn18-Jun-12 5:30
sitebuilderLuc Pattyn18-Jun-12 5:30 
GeneralRe: PDU to Text / String Pin
Richard MacCutchan18-Jun-12 6:46
mveRichard MacCutchan18-Jun-12 6:46 
QuestionAnother error msg Pin
Member 833684817-Jun-12 21:47
Member 833684817-Jun-12 21:47 
AnswerMessage Removed Pin
17-Jun-12 21:53
professionalAmitGajjar17-Jun-12 21:53 
Generale: Another error msg Pin
AmitGajjar18-Jun-12 2:00
professionalAmitGajjar18-Jun-12 2:00 
GeneralRe: Another error msg Pin
Dave Kreskowiak18-Jun-12 2:01
mveDave Kreskowiak18-Jun-12 2:01 
GeneralRe: Another error msg Pin
AmitGajjar18-Jun-12 2:06
professionalAmitGajjar18-Jun-12 2:06 
GeneralRe: Another error msg Pin
Dave Kreskowiak18-Jun-12 4:22
mveDave Kreskowiak18-Jun-12 4:22 
AnswerRe: Another error msg Pin
markovl17-Jun-12 21:55
markovl17-Jun-12 21:55 
AnswerRe: Another error msg Pin
OriginalGriff17-Jun-12 22:08
mveOriginalGriff17-Jun-12 22:08 

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.