15 Replies
Mąż Zuzanny Harmider Szczęście
You using wpf? What platform is this for?
Phill
PhillOP2w ago
This is a windows program. Whatever C# does by default. I'm not using any XAML things for the UI. Just whatever visual studio does by default.
Mąż Zuzanny Harmider Szczęście
What type of project is it? WPF? MAUI? Winforms?
Phill
PhillOP2w ago
I don't know.
Mąż Zuzanny Harmider Szczęście
How can you not know what platform you're coding on... Anyway, I'ma check it for u
Phill
PhillOP2w ago
It's very simple. I don't know anything about making a modern windows application. I knew I wanted to make a program in C# and I let Visual Studio install whatever it wanted for that purpose. I found an option that gave me a windows form and off I went.
Mąż Zuzanny Harmider Szczęście
From my research your using Winforms, I'ma check if u don't need to notify up of update
Phill
PhillOP2w ago
I tried adding dgvScoreboard.Update(); but that did not work
Mąż Zuzanny Harmider Szczęście
Change IList to ObservableCollection Ilist doesn't notify ui of changes
Phill
PhillOP2w ago
still nothing god fucking damnit I hate programing in the dark. There is no reason for this to be so obtuse.
Mąż Zuzanny Harmider Szczęście
If you don't even know what platform you're coding on, you clearly need to read some more about Winforms, coz you didn't even know u were using it
Phill
PhillOP2w ago
I have no idea what to even read. Everything I find says I'm doing it right still stuck on this. Looks like no one knows how to do this outiside of a SQL context This has still not been resolved
Mąż Zuzanny Harmider Szczęście
We know, have patience I think the easiest way would be to transfer the data you want to display to a database and put the datasource as the database
Phill
PhillOP2w ago
I am just going to do it by hand. As much as I want to use a datasource, it's just going to be slower than doing it by hand. if that's the only way to do it. which is a thought I have been considering
Phill
PhillOP7d ago
the tire now preloads the scoreboard datagridview with every possible word from the pool. There is an option to set the minimum length to show after the game. During the game, only found words are shown. They are also masked during the game. I implemented a binary search by hand using the same IComparer used to sort the DataGridView. This all means there is no mapped object. The same data used to keep score is the same shown on the screen.
No description

Did you find this page helpful?