No announcements
Found 2961277 threads
-
0 Votes
How does this program appear to loop?
This is managed by .NET automatically and with no "loop" in the program.Answered | 2 Replies | 461 Views | Created by Rizdek - Wednesday, August 8, 2018 10:23 AM | Last reply by Pappa Lapub - Wednesday, August 8, 2018 9:42 PM -
14 Votes
How to remove words in a program and to loop the words?
If you want different controls to appear on one form, you can hide/show them without leaving the form.Answered | 65 Replies | 4942 Views | Created by G3N3RAL PALLAS - Thursday, September 17, 2009 5:38 PM | Last reply by DeborahK - Monday, October 5, 2009 5:57 AM -
3 Votes
loop program help c#
static void Main(string[] args) { var KeepGoing = true; ConsoleKeyInfo cki; while (KeepGoing) { ...Answered | 2 Replies | 957 Views | Created by Help2000 - Tuesday, September 24, 2013 1:36 PM | Last reply by ThiagoNP - Tuesday, September 24, 2013 1:46 PM -
1 Votes
program locked in loops
Your execution of loop keeps application's main thread busy, because of this it will not able to process any messages(windows) .This will make application non responsive.Answered | 1 Replies | 2680 Views | Created by Engineer Mahdi - Wednesday, March 9, 2011 9:19 AM | Last reply by Mike_999 - Wednesday, March 9, 2011 9:35 AM -
0 Votes
Window That Shows Results of Program Does not Appear
Also, in C++ programs, it is generally beneficial to include the entire std namespace, as opposed to individual using statemenets and using scope resolution operators all over the place.Answered | 4 Replies | 3164 Views | Created by Aquin7777 - Thursday, July 22, 2010 8:05 AM | Last reply by Fredrick_V - Thursday, July 22, 2010 3:42 PM -
1 Votes
Sign in page appears to be stuck in a loop?!
I'm seeing the same problem (as is a colleague on the other side of the world) - the sign in on this page does nothing but flick up a momentary div (styled in dark grey, rounded corners, ...Answered | 10 Replies | 639 Views | Created by How15 - Tuesday, June 21, 2016 11:02 AM | Last reply by Ricky_Brundritt - Tuesday, July 12, 2016 6:20 PM -
0 Votes
Infinite Loop in the the program
public MainWindow() { getSquare s1= new getsquare(); s1.addsquare(); getrectangle s1= new getrectangle(); ...Answered | 2 Replies | 1637 Views | Created by arka_b1990 - Monday, November 19, 2012 10:24 PM | Last reply by OmegaMan - Monday, November 19, 2012 10:30 PM -
2 Votes
no idea why every single program crashes during loop ( C programming)
. :) I was just trying to point the OP in the direction of looking at how the loop would end.Answered | 8 Replies | 4511 Views | Created by 9220 - Saturday, March 10, 2012 9:12 AM | Last reply by WayneAKing - Sunday, March 11, 2012 12:50 AM -
0 Votes
Beginner, How to loop to the beginning of the program from an IF statement.
Another approach might be to wrap all of the code inside main in an infinite loop - such ...Answered | 3 Replies | 1303 Views | Created by PaulYoung666 - Friday, August 9, 2013 7:56 PM | Last reply by Anna Cc - Monday, August 12, 2013 8:37 AM -
0 Votes
creating a while true loop causes the program to exit
for some reason making an infinite loop in any file in a virtual c# project causes the program to exit. is it because it starts when the program starts?Answered | 1 Replies | 452 Views | Created by fixylol - Friday, March 18, 2016 8:39 PM | Last reply by WayneAKing - Friday, March 18, 2016 10:29 PM -
1 Votes
The parallel for loop is very slower than the normal for loop in my program
For larger loops, this should work well.Answered | 5 Replies | 10938 Views | Created by Prem Nerella - Thursday, November 10, 2011 2:01 PM | Last reply by Rahul V. Patil - Saturday, December 3, 2011 12:29 AM -
0 Votes
C++ Looping back to the start of the program.
Coolboy 9111 wrote: I am doing a class project and was wondering if anyone could help me on how to loop it so the program will role the ...Answered | 1 Replies | 7443 Views | Created by Coolboy 9111 - Monday, January 17, 2011 4:14 PM | Last reply by Igor Tandetnik - Monday, January 17, 2011 4:22 PM -
0 Votes
How to exit a While Loop without making the program to run again?
Yes but my program is still stuck in the loop Its stuck because you have a goto statement ...Answered | 6 Replies | 1916 Views | Created by Sunder Hamu - Tuesday, December 25, 2012 3:24 PM | Last reply by Sunder Hamu - Wednesday, December 26, 2012 11:07 AM -
5 Votes
How to exit this loop?
Does this mean that when you use break outside a loop if any, it will exit the method in which it appears, just like return?Answered | 24 Replies | 2898 Views | Created by bocais - Thursday, September 1, 2011 11:31 AM | Last reply by MASNSN - Tuesday, September 6, 2011 4:52 PM -
2 Votes
how to do a nested loop
I will try to answer if you have more quetions ;-) The program does what you want: allow 3 guesses, if a right guess is made jump out of the loop, and if ...Answered | 11 Replies | 897 Views | Created by iHatePrograming - Monday, December 7, 2015 5:57 PM | Last reply by WhTurner33 - Saturday, December 19, 2015 4:19 PM -
1 Votes
Adding items to a listBox in a loop appears to be too slow
How many items do you have anyway?Answered | 6 Replies | 3918 Views | Created by Paprica - Sunday, February 28, 2010 11:07 AM | Last reply by davewilk - Sunday, February 28, 2010 3:28 PM -
0 Votes
how to pause program exectuion in the middle of a for loop when a button is pressed?
Second, follow this example to check cancellation taken inside the loop, https://msdn.microsoft.com/en-us/library/dd997396(v=vs.110).aspx Finally, let ...Answered | 2 Replies | 1362 Views | Created by CSharpProtogeeInTraining - Friday, October 16, 2015 3:12 PM | Last reply by Lex Li - Friday, October 16, 2015 7:01 PM -
2 Votes
How can I do this Loop
I want to know how to code this loop.Answered | 12 Replies | 2852 Views | Created by V.K.S.B.K - Saturday, February 20, 2010 10:12 AM | Last reply by Cor Ligthert - Tuesday, February 23, 2010 6:14 AM -
0 Votes
Getting Process to Run a program with an input loop
That comment does not correlate with your first comment: "I get no output until the program is killed".Answered | 10 Replies | 605 Views | Created by drb45 - Friday, September 2, 2016 12:49 PM | Last reply by Acamar - Wednesday, September 7, 2016 1:31 AM -
0 Votes
How to end for loop?
I am making another software these days... it has a for loop... and when i debug the program it gave an error to me.. i read it and i a knew the solution but when i put the else ...Answered | 1 Replies | 3057 Views | Created by Xoltox - Friday, December 3, 2010 8:23 AM | Last reply by Cor Ligthert - Friday, December 3, 2010 8:27 AM - Items 1 to 20 of 2961277 Next ›
No announcements