right i got board so i falt i might as well make a mesage box creater but im stuck all i need is the icons but i cant figuer out were to put it in the code e.g
text2 is the title
text1 is the caption
text3 is were they will enter the icon code E.G vbcritical
but i cant find how to fit text3.text into the code
can anyone help thanks =]Code:Private Sub Command1_Click() MsgBox (Text2.Text), vbInformation, (Text1.Text) End Sub
p.s is there a way to put it in a drop down menu instead of text3.text and sorry for bad spelling




Reply With Quote