Hi
I want to display a message box with some words like this---"You have entered another stage, please stop" , I want an icon like a stop sign instead of vbcritical("X"), HOW TO DO IT?
Printable View
Hi
I want to display a message box with some words like this---"You have entered another stage, please stop" , I want an icon like a stop sign instead of vbcritical("X"), HOW TO DO IT?
Create your own messagebox using a form.
Just an idea: why hasn't anyone written a msgbox class module? That'd create a msgbox via API or other method with possibility to set custom icon, message, has support for normal msgbox flags...
Just a weird idea. Probably not worth the work :D I'm again having my hands on some other project and I don't have enough interest on this, so... but this seems to be a somewhat common question.
Well I don't have the time nor the knowledge to explain it correctly so check out this link:http://www.planetsourcecode.com/vb/s...10805&lngWId=1
hth
$hep
Hi here's a great example I downloaded from PSC (I can't remember the url)
Hannes