Forum: C# May 6th, 2009 |
| Replies: 8 Views: 918 Well,
First some things on my code:
I didn't think about a draw , in the end You should add else if and else for that.
Now Your code, looks ok , and I can't find the problem, one thing is that ... |
Forum: C# May 5th, 2009 |
| Replies: 8 Views: 918 Multiply classes is not a good idea for start in C#.
Functions are very easy and powerful tool that You can use, which can divide your work so you can conquer it.
I think I understand what code... |
Forum: C# May 5th, 2009 |
| Replies: 8 Views: 918 I might help You on this one,
but first I have some questions:
"This is run 18 times until all 18 holes are completed"
what holes?
Let me see if I understood Your game:
Player one rolls 3 dices... |
Forum: C# Apr 7th, 2009 |
| Replies: 38 Views: 2,039 Great! thanks :} i cant imagine how complex the codes you're dealing with ,maybe in the future I'll have to deal with them as well :P
well I'm marking this thread solved.
so thanks again.
... |
Forum: C# Apr 7th, 2009 |
| Replies: 38 Views: 2,039 This is so Great :}
It's finished! I'll read up on the web about pictures and stuff.
I'm a bit jealous of your knowledge :< well....one day ...one day...:)
just a question from curiosity, can i... |
Forum: C# Apr 6th, 2009 |
| Replies: 38 Views: 2,039 This is so beautiful!
I didn't expect this at all XD It looks like a real soduku ,and man what an organized code! I'll never reach that level,My codes are always messy,maybe it comes with... |
Forum: C# Apr 6th, 2009 |
| Replies: 38 Views: 2,039 Thanks again Jerry :P
few questions:
try.....finally.... works on Console app as well? I've never heard of it! if i understood it right , it's kinda useful, no matter what happens in try, they... |
Forum: C# Apr 5th, 2009 |
| Replies: 38 Views: 2,039 Wow,
Thank you so much! It's Almost like a real soduko!!!
:D and more important i actually understood everything,I learned so many new things, it's so great! i love programming XD
I'll zip it... |
Forum: C# Apr 5th, 2009 |
| Replies: 38 Views: 2,039 Hi,
I'm not from the US :< I currently live in Israel.
and im 16.5 years old :)
Now,
I've made two new buttons:
1."Check me".
2."Clear".
about the Clear: |
Forum: C# Apr 4th, 2009 |
| Replies: 38 Views: 2,039 Hello again Jerry,
Thank you for the tricks :> and advices(from now on i use underscore before a class private variable) I'm learning so many new things(and i like it!) :>
Now,
I want to make my... |
Forum: C# Apr 4th, 2009 |
| Replies: 38 Views: 2,039 Hi again,
first of all i cant stop telling you how much i appreciate your help, I've started this from almost 0% knowledge on winApp, basically I know some basic stuff and that's all, your really a... |
Forum: C# Apr 4th, 2009 |
| Replies: 38 Views: 2,039 Wow great ! thank you!
now it looks like a soduko(more or less) :}
ok now I'll try to implant my program from console app to this.
I'll report if i encounter problems.
Thank you so much ,really!... |
Forum: C# Apr 4th, 2009 |
| Replies: 38 Views: 2,039 Table-Layout-Panel :)
Jooclops
Edit:
one more thing:
why can;t I change the size of the labels? not even in the properties of the label... I\ll make a screen shot later :D
thanks for your help! |
Forum: C# Apr 3rd, 2009 |
| Replies: 38 Views: 2,039 another thing i encountered , i've made the 9*9 labels to drag to, but i made a table of 9*9 as well , but when i press F5 it hides the labels , i mean,it;s like the table is upon the labels, and i... |
Forum: C# Apr 3rd, 2009 |
| Replies: 38 Views: 2,039 Hey , Thanks a lot again.
I think i understood some of the concepts now, ill work on it now for 2 days, and post some minor question here and there,And i'll post back what i've done in these days(i... |
Forum: C# Apr 3rd, 2009 |
| Replies: 38 Views: 2,039 ok never mind that! i found my mistake(forgot the label 1 drag drop in the event handler)
now how can i make 81 labels????than i'll try to continue by my own
thank you so much,
JooClops |
Forum: C# Apr 3rd, 2009 |
| Replies: 38 Views: 2,039 Hello Jerry!
I've tried the things you've (very easy to follow, you should be a teacher/professor! and i can't get this working, I'm attaching what I've done so far, which is basically what you told... |
Forum: C# Apr 3rd, 2009 |
| Replies: 38 Views: 2,039 amazing! very detailed explanation!!! I'm gonna try that immediately when i come back from school and report later! hands down.
thank you! |
Forum: C# Apr 2nd, 2009 |
| Replies: 38 Views: 2,039 huh well, that will be called cheating :D and besides i've done it in console app as i been told only to check the soduko and to generate and solve one :D so this was peace of cake,I'd like to see... |
Forum: C# Apr 2nd, 2009 |
| Replies: 38 Views: 2,039 another thing, how can i make a table to get all the numbers(lets say 9 boxes of numbers which ill use as drug n drop to the table) and than transfer it to a matrix? |
Forum: C# Apr 2nd, 2009 |
| Replies: 38 Views: 2,039 hi,
foa, thank you very much!
this is what i wrote now in Console app(this is basically what the teacher asked):
using System;
using System.Collections.Generic;
using System.Linq;
using... |
Forum: C# Apr 2nd, 2009 |
| Replies: 38 Views: 2,039 Never heard about it,i guess i should check how to work with it, at least i got the name thanks :D
could you help me with the button array? |
Forum: C# Apr 1st, 2009 |
| Replies: 38 Views: 2,039 Hi,
I'm new in this forum :D
I've started learning C# @ school 1 year ago , and i love it,and it's going very well, now We had 2 lessons of Windows applications in C#, and to be honest i find it... |