Update warning screen

Asked

Viewed 65 times

-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.

1 answer

2


There are several ways to solve this. But as you explained that you do not want to add anything to the current system, to keep it "level", the best I see is create a windows service to periodically reach the stock level, and send a notification.

So you don’t add new codes to the current project, release your client to have one more responsibility, and uses a native Windows 10 resource.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.