Hi!
I have food ordering system with two applications. Server and Client. At Client side, I have all food items upon buttons like: button for tomato soup, etc.
At Server I have its management. Now my problem: I want to add new food item to client form in form of a button from server application form. Like if I want to add item: Manchow Soup, I should be able to create a button on client form from server from.
How can I achieve this?