For people who do not know how a NUMERICUp/Down control works. Here is what MICROSOFT has to say about it...
"The user can change the Value property by typing a new value into the control. If the value that the user types is between the Minimum and Maximum values, then both the Value and Text Properties will be changed to reflect the newly entered value. If the new value is outside the set range, then the Text property takes the entered value, whereas the Value property becomes equal to the Maximum property........ When a user changes the value of the NumericUp/Down control, a ValueChanged event is fired. The ValueChanged event is fired only when the value is changed through code or via the up and down arrows. The event will not be fired when a user types input into the control. Listing 3.2 demonstrates how to use the NumericUpDown control and how to handle the ValueChanged event"
The database is now live and hopefully you wont have a whole lot of lag while we work on the stats and ids for you. No, there will not be anyway to get the current database offline. If you want the current database, you must open the application with an active internet connection at lest one time...
As always, if you experience any issues or errors, please report them in the proper discussions or the issue tracker. Thank you for your patience because this took way longer than expected to complete.
"The user can change the Value property by typing a new value into the control. If the value that the user types is between the Minimum and Maximum values, then both the Value and Text Properties will be changed to reflect the newly entered value. If the new value is outside the set range, then the Text property takes the entered value, whereas the Value property becomes equal to the Maximum property........ When a user changes the value of the NumericUp/Down control, a ValueChanged event is fired. The ValueChanged event is fired only when the value is changed through code or via the up and down arrows. The event will not be fired when a user types input into the control. Listing 3.2 demonstrates how to use the NumericUpDown control and how to handle the ValueChanged event"
The database is now live and hopefully you wont have a whole lot of lag while we work on the stats and ids for you. No, there will not be anyway to get the current database offline. If you want the current database, you must open the application with an active internet connection at lest one time...
As always, if you experience any issues or errors, please report them in the proper discussions or the issue tracker. Thank you for your patience because this took way longer than expected to complete.