Forum: C#
Jun 12th, 2008, 2:45 PM
|
|
Replies: 4
Views: 204
Re: Thread.AllocateNamedDataSlot
check this link out I believe its what your looking for http://www.dotnetcoders.com/web/Articles/ShowArticle.aspx?article=58&p=true
Still Uses the Thread.AllocateNamedDataSlot but then it uses a...
|
Forum: C#
Jun 11th, 2008, 12:20 AM
|
|
Replies: 4
Views: 151
|
Forum: C#
Jun 10th, 2008, 10:50 PM
|
|
Replies: 4
Views: 151
Re: Help with error please...
You may need to manually add the reference to the project...also file path's in c# need two backslashes instead of one (for your working directory and arguments.)
|
Forum: C#
Jun 9th, 2008, 10:52 AM
|
|
Replies: 11
Views: 459
Re: Form1 <- Label <- Form2
I highly suggest using the second method which bstruct listed. The first is ok except you are initializing the second form each time...if you already have a 2nd form there is no need for this. ...
|
Forum: C#
Jun 7th, 2008, 11:28 AM
|
|
Replies: 6
Views: 198
Re: Class Form.
What requires you to run the code over and over? Are there a bunch of cases in which you would need to show the message? If so you might be able to store the cases in an array and loop through the...
|
Forum: C#
May 19th, 2008, 2:00 PM
|
|
Replies: 1
Views: 172
|
Forum: C#
May 17th, 2008, 12:04 PM
|
|
Replies: 1
Views: 172
Help with sql connection
I have a simple data reader connecting to my database on the local machine (for a web form) but I cannot get the security permissions to check out on my sql connection. I have tried using a user...
|
Forum: C#
May 9th, 2008, 10:26 AM
|
|
Replies: 2
Views: 245
Re: Memory game newGame() method help
Thanks for taking some time to look at it. The file read exceptions will happen until you create some text files to hold the high scores and plug in the proper file names in the code (even then I...
|
Forum: C#
May 8th, 2008, 12:57 PM
|
|
Replies: 2
Views: 245
Memory game newGame() method help
I have a memory game (attached) that I have been working on for a while in my spare time and It is working except for a few issues. The main problem I am having Is that the new game method isn't...
|
Forum: C#
May 2nd, 2008, 11:25 AM
|
|
Replies: 6
Views: 225
Re: getting timer to return booleen variable?
here is the code...its for a memory game and i need the button to stay disabled and non visible for a few seconds so that the user can see the second pic even if they guessed wrong. I was hoping to...
|
Forum: C#
May 2nd, 2008, 12:01 AM
|
|
Replies: 6
Views: 225
Re: getting timer to return booleen variable?
the problem I am having is that i need to pass the values for variables form the method that calls the timer into the method I want to run when the time is elapsed. The tick handler wont take any...
|
Forum: C#
May 1st, 2008, 2:15 PM
|
|
Replies: 6
Views: 225
getting timer to return booleen variable?
I am currently working on a project with a timer in it. I am having trouble getting this part of my project to work. I need it to pause for a few seconds before it runs the next method. I can't...
|
Forum: C#
Apr 29th, 2008, 6:27 PM
|
|
Replies: 12
Views: 371
|
Forum: C#
Apr 29th, 2008, 2:21 PM
|
|
Replies: 12
Views: 371
Re: populate array with random nonrepeating #'s
thank u...storing the random numbers in an array first seemed to do what i needed, however i am still getting a 0 printed at the end of my list. Any ideas on why i get this and how to get rid of it?
|
Forum: C#
Apr 29th, 2008, 10:06 AM
|
|
Replies: 12
Views: 371
populate array with random nonrepeating #'s
I am trying to fill an array with random #'s from 1 to 42 using every number in the range exactly once. here is what I have:
private void frmMain_Load(object sender, System.EventArgs...
|
Forum: Community Introductions
Apr 28th, 2008, 4:30 PM
|
|
Replies: 2
Views: 162
Hello world
Hi my name is Galen and I work for the human resources dept at NAU. This also happens to be where I graduated with my bachelors in mathematics. I program in C#, AJAX, JavaScript, and PHP, but would...
|