Another question for you gurus here. I want to have a pop up box that depends on the user's input into an edit box. So for example the box is suppose to take in a hex number of length 4.
If they enter a valid 0000-FFFF number no popup will occur.
If the number is too short I want to have a modal box pop-up saying you input is too short, then when they click ok clear that text box and SetFocus back to that box.
If the number is not valid a similar msg in a box appears and tells the user to try again.
Can someone direct me on the path of the correct popup box to use? I have looked at the Dialog box, am I on the correct path. Is there a way to vary the msg in the box or would I need to make two different dialog boxes to deal with this? Any help would be much appreciated.
If they enter a valid 0000-FFFF number no popup will occur.
If the number is too short I want to have a modal box pop-up saying you input is too short, then when they click ok clear that text box and SetFocus back to that box.
If the number is not valid a similar msg in a box appears and tells the user to try again.
Can someone direct me on the path of the correct popup box to use? I have looked at the Dialog box, am I on the correct path. Is there a way to vary the msg in the box or would I need to make two different dialog boxes to deal with this? Any help would be much appreciated.