Link to home
Start Free TrialLog in
Avatar of TungVan
TungVan

asked on

Overwrite, Overwrite All, Don't Overwrite Dialog


Hi,

I have a textbox that allows the user to enter a temperature for a room.

if the temperature already exists for this room, then a dialog should pop up asking the user if they want to overwrite temperature value for this room.

And if the user choses overwrite all, then the application will not have to check if others room already have temperature. It will just update the temperature without popping up that dialog in the future.


Thanks
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

What do you wish to know?

Bob
Avatar of TungVan
TungVan

ASKER


Can I have to accomplish this without having to create a dialog? Can I just use messagebox?
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial