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 much harder than console application.
now we have to do a project:
getting a sudoko from a user,checking if it's faulty and than paint the the row\col\square if it has problems.
now writing this in C# console app is peace of cake, but im having troubles with the windows app.
First my UI will be 9 buttons at the bottom which contain numbers between 1-9,and the table of sudoko above it,and to make the buttons as drug n' drop to the table.
These are the things I just don't know how to do,i think i can handle anything else,my problem with the buttons is that i will have to work with each one of them, isn't there a way to make them in an array and than work with it as if it was an array?
how do i make a table that can get numbers(by drag n' drop) and how do i make drag n' drop?
Is there a good guide on the internet for WinAPP?
Thank you very much in advance!
, JooClop