Good chessboard control for .Net?

Discussion of chess software programming and technical issues.

Moderators: hgm, Dann Corbit, Harvey Williamson

jesper_nielsen

Good chessboard control for .Net?

Post by jesper_nielsen »

Hello all you GUI writers out there!

I have started working on a chess analysis .Net application.

And for this purpose I am looking for a .Net GUI component for displaying a chess board. The Rolls-Royce version would be something similar to the variation board in Arena!

I have made a few searches on the internet, but I have not found anything really useful. :(

I am pretty green in GUI programming, so I would like to avoid having to write it myself from scratch.

Kind regards,
Jesper
Ron Murawski
Posts: 397
Joined: Sun Oct 29, 2006 4:38 am
Location: Schenectady, NY

Re: Good chessboard control for .Net?

Post by Ron Murawski »

jesper_nielsen wrote:Hello all you GUI writers out there!

I have started working on a chess analysis .Net application.

And for this purpose I am looking for a .Net GUI component for displaying a chess board. The Rolls-Royce version would be something similar to the variation board in Arena!

I have made a few searches on the internet, but I have not found anything really useful. :(

I am pretty green in GUI programming, so I would like to avoid having to write it myself from scratch.

Kind regards,
Jesper
You didn't mention what programming language you wanted for the code. A possible starting place is the C# source to SharpChess:
http://sharpchess.com/

Ron
jesper_nielsen

Re: Good chessboard control for .Net?

Post by jesper_nielsen »

Ron Murawski wrote:
jesper_nielsen wrote:Hello all you GUI writers out there!

I have started working on a chess analysis .Net application.

And for this purpose I am looking for a .Net GUI component for displaying a chess board. The Rolls-Royce version would be something similar to the variation board in Arena!

I have made a few searches on the internet, but I have not found anything really useful. :(

I am pretty green in GUI programming, so I would like to avoid having to write it myself from scratch.

Kind regards,
Jesper
You didn't mention what programming language you wanted for the code. A possible starting place is the C# source to SharpChess:
http://sharpchess.com/

Ron
Thank you very much for the link! I have downloaded the source and I will be definitely looking at it!

For source code i write in C#, so hopefully I should be able to decipher the code! :)

Kind regards,
Jesper
jesper_nielsen

Re: Good chessboard control for .Net?

Post by jesper_nielsen »

jesper_nielsen wrote:
Ron Murawski wrote:
jesper_nielsen wrote:Hello all you GUI writers out there!

I have started working on a chess analysis .Net application.

And for this purpose I am looking for a .Net GUI component for displaying a chess board. The Rolls-Royce version would be something similar to the variation board in Arena!

I have made a few searches on the internet, but I have not found anything really useful. :(

I am pretty green in GUI programming, so I would like to avoid having to write it myself from scratch.

Kind regards,
Jesper
You didn't mention what programming language you wanted for the code. A possible starting place is the C# source to SharpChess:
http://sharpchess.com/

Ron
Thank you very much for the link! I have downloaded the source and I will be definitely looking at it!

For source code i write in C#, so hopefully I should be able to decipher the code! :)

Kind regards,
Jesper
Having looked at a few possibilities, there are not really any simple components that fits the requirement.

It is like shooting sparrows with cannons! :)

So in my case, where I only want to draw the board on the screen, nothing more, the simplest way is probably to just use a chess font like Chess Merida.

Kind regards,
Jesper