any short way to code this
http://i47.tinypic.com/2aes6jr.png using if else
it print the order that you take.. thanks
Printable View
any short way to code this
http://i47.tinypic.com/2aes6jr.png using if else
it print the order that you take.. thanks
Do you want to print the messagebox? If so, instead of using a messagebox(or msgbox) use a dialog and and a printform. That away, the only code you'd need is:
If it isn't, then you should elaborate your question.Code:PrintForm1.Print()
help me :(