need help on messages

ssfftt

Well-known member
Joined
Oct 27, 2005
Messages
163
Programming Experience
1-3
hi experts, i want to program 2 messages while click on a button "submit". 1) when successful, i want to show a message with a tick symble on it and text saying "successful"2) when unsuccessful, i want to show a message with a cross symble on it and text saying "unsuccessful"can anyone help me to code this 2 msgs plz?
 
Ugh.... use MessageBox..... and that's part of the parameters.... although I don't think there is a settign for a checkmark.... Worst case senario, create your own mesage box that has the images on it and you hide or show one or the other as needed.

-tg
 
thx, i just figured out the parameters of messagebox.show, and i think that's what i need at this stage, cheers
 
Back
Top