Forum: C#
Oct 13th, 2007, 10:52 PM
|
|
Replies: 1
Views: 1,668
|
Forum: C#
Sep 16th, 2007, 3:20 PM
|
|
Replies: 4
Views: 166
Thanks for the info, this explains what I was...
Thanks for the info, this explains what I was seeing.
I am still working on the actual program I am doing and was not sure if the thread.sleep method was going to be the best way of doing what I...
|
Forum: C#
Sep 15th, 2007, 9:35 PM
|
|
Replies: 4
Views: 166
Thread.sleep issue
Hi,
Got a little issue I am scratching my head over. In a program I am working on, I have a place where I have some basic output being writen to a window and what to have each line show up every...
|
Forum: C#
Feb 25th, 2007, 9:02 PM
|
|
Replies: 3
Views: 220
Problem with an If statement
Good evening folks.
Got a problem with the following statement:
for (int index = 0; index < scores.Length; index++)
{
scores[index] = objRan.Next(1, 10);
...
|
Forum: Java
Dec 2nd, 2006, 4:01 AM
|
|
Replies: 4
Views: 170
Well, I partly figured it out.
When I do...
Well, I partly figured it out.
When I do this:
outArea.setText(data[0].toString() + data[1].toString());
I get my output. But it seems to be that there must be a much better way of doing this.
|
Forum: Java
Dec 2nd, 2006, 3:23 AM
|
|
Replies: 4
Views: 170
|
Forum: Java
Dec 1st, 2006, 8:50 PM
|
|
Replies: 4
Views: 170
Trouble inputing data to an Array
Hello all.
New programming novice here that has run into a weird issue.
Trying to create a program to input student data from a text file into an array, but getting an error when I run it. I am...
|