-2
I am developing a stock control system and box front and I intend to create a warning screen in the main form (can be with datagridview), where, if when selling a product and the same reaches the minimum stock limit, then the warning screen should display this warning automatically. So far, the only alternative I could think of, is to put this warning screen to automatically update every 1 minute, but still wouldn’t be something online.
What is the best possible alternative for this development? Please do not want to leave the system heavy, I want something LIGHT!
Thank you! Abs!
Your question involves many variables, you should study your scenario, develop and then try to help with something more specific.
– rubStackOverflow