Click here to Skip to main content
15,905,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all..

I am trying to develop a desktop application for a small restaurant. This consist of two applications, one for the cashier or front and the other is for the kitchen.

Here's the scenario:

If the customer comes and give their orders based on the menu, the Cashier will input their order to the application or system and it will automatically be displayed in Kitchen Application.

My problem is that, I want to make a warning or blinking thing in my Kitchen display application (i am using the datagridview for the displaying of orders or menus) so that the ones who is monitoring the newly ordered menus can easily know that there are new orders?

I hope you can help me through this because I am only a novice for this kind of development.

Thank you all.. God bless..
Posted
Comments
Ziee-M 12-Feb-14 7:31am    
an additional column in the database can help you to know if the row is new or not, then change the row color accordingly.
Romeland C. dela Peña 12-Feb-14 21:35pm    
To PBGuy..

I have checked and tried the codes in the reference you have given and it seems that there is a conflict in my RefreshData funtion to the RowsAdded envet.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900