Open Side Menu Go to the Top
Register
C# form for inputting ranges visually C# form for inputting ranges visually

10-04-2014 , 03:46 PM
I've been looking for some C# code that I can reuse to make a form for inputting poker ranges. Something similar to the range input on pokerstove with the 169 boxes. Does anyone know of an opensource project that I can use to get something like this?
C# form for inputting ranges visually Quote
10-04-2014 , 10:13 PM
Not super familiar with C# but I imagine there's something in .NETs System.Windows.Forms, maybe a DataGridView using DataGridViewImageCell.
C# form for inputting ranges visually Quote
10-05-2014 , 06:21 PM
I did something like that some years ago. In C# using either Forms or WPF its quite simple and straightforward. Did mine in windows forms using labels I think
C# form for inputting ranges visually Quote
10-05-2014 , 06:36 PM
Yea, thanks guys. I didn't find any with open source code that I could copy, but i was able to make a crude one fairly quickly. If I continue to work on it and clean it up some, I will post it somewhere for others to use if they want.
C# form for inputting ranges visually Quote

      
m