Click here to Skip to main content
15,916,693 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: What is wrong with Article Pin
super21-Mar-16 5:17
professionalsuper21-Mar-16 5:17 
GeneralRe: What is wrong with Article Pin
Member 1240138922-Mar-16 13:04
Member 1240138922-Mar-16 13:04 
AnswerRe: What is wrong with Article Pin
Sascha Lefèvre21-Mar-16 4:42
professionalSascha Lefèvre21-Mar-16 4:42 
GeneralRe: What is wrong with Article Pin
Manas_Kumar21-Mar-16 5:00
professionalManas_Kumar21-Mar-16 5:00 
GeneralRe: What is wrong with Article Pin
super21-Mar-16 5:17
professionalsuper21-Mar-16 5:17 
QuestionAn item with the same key has already been added.In MVC Pin
Sarvesh Atale20-Mar-16 21:37
Sarvesh Atale20-Mar-16 21:37 
AnswerWrong forum Pin
dan!sh 20-Mar-16 22:25
professional dan!sh 20-Mar-16 22:25 
QuestionIf I should post this, should I split it in two? Pin
dan!sh 20-Mar-16 19:33
professional dan!sh 20-Mar-16 19:33 
QuestionPlagiarized but still approved Pin
koolprasad200314-Mar-16 23:37
professionalkoolprasad200314-Mar-16 23:37 
AnswerRe: Plagiarized but still approved - article deleted and user gone Pin
Richard MacCutchan14-Mar-16 23:53
mveRichard MacCutchan14-Mar-16 23:53 
QuestionRe: Plagiarized but still approved - article deleted and user gone Pin
koolprasad200315-Mar-16 0:00
professionalkoolprasad200315-Mar-16 0:00 
AnswerRe: Plagiarized but still approved - article deleted and user gone Pin
Richard MacCutchan15-Mar-16 0:45
mveRichard MacCutchan15-Mar-16 0:45 
GeneralRe: Plagiarized but still approved - article deleted and user gone Pin
koolprasad200315-Mar-16 0:48
professionalkoolprasad200315-Mar-16 0:48 
GeneralRe: Plagiarized but still approved - article deleted and user gone Pin
Nelek15-Mar-16 1:32
protectorNelek15-Mar-16 1:32 
GeneralRe: Plagiarized but still approved - article deleted and user gone Pin
Richard MacCutchan15-Mar-16 1:38
mveRichard MacCutchan15-Mar-16 1:38 
GeneralRe: Plagiarized but still approved - article deleted and user gone Pin
Jochen Arndt15-Mar-16 2:04
professionalJochen Arndt15-Mar-16 2:04 
QuestionReport non english post Pin
Alexandru Lungu14-Mar-16 4:58
professionalAlexandru Lungu14-Mar-16 4:58 
AnswerRe: Report non english post Pin
Sean Ewington14-Mar-16 5:05
staffSean Ewington14-Mar-16 5:05 
QuestionHow to attach demo project with Article? Pin
Manas_Kumar13-Mar-16 21:16
professionalManas_Kumar13-Mar-16 21:16 
AnswerRe: How to attach demo project with Article? Pin
Jochen Arndt13-Mar-16 22:27
professionalJochen Arndt13-Mar-16 22:27 
GeneralRe: How to attach demo project with Article? Pin
Manas_Kumar14-Mar-16 22:54
professionalManas_Kumar14-Mar-16 22:54 
QuestionApproved with issues in the images Pin
Nelek13-Mar-16 2:34
protectorNelek13-Mar-16 2:34 
QuestionSimon Says Pin
milady gomez9-Mar-16 4:18
milady gomez9-Mar-16 4:18 
Simon says

Hi
I'm making a game of simon says, whenever there is a new game sequence must change this is my code

C#
 void visualizacion()
        {
            Storyboard famarilla = (Storyboard)this.FindResource("flechaupa");
            Storyboard fverde = (Storyboard)this.FindResource("flecharaia");
            Storyboard fazul = (Storyboard)this.FindResource("flechalefta");
            Storyboard fmorada = (Storyboard)this.FindResource("flechaduwa");



            for (i = 0; i <= datosecon-1; i++)
            {

 //fverde.Remove();
 //         fmorada.Remove();
 //     fazul.Remove();
 //        famarilla.Remove();

                if (ListaN[i] == 1)
                {               
                    famarilla.Begin();
                }
                else if (ListaN[i] == 2)
                {                   
                    fverde.Begin();
                }

                else if (ListaN[i] == 3)
                {                  
                    fmorada.Begin();
                }
                else if (ListaN[i] == 4)
                {              
                    fazul.Begin();
                }
            }
        }



the problem is when I "start"; button storyboarding if both active dotos

I have already attempted to delays but does not work

AnswerRe: Simon Says Pin
Pete O'Hanlon9-Mar-16 4:51
mvePete O'Hanlon9-Mar-16 4:51 
QuestionBlogs needing help Pin
Nelek8-Mar-16 23:47
protectorNelek8-Mar-16 23:47 

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.