msgbox

  • Thread starter Thread starter Vsn
  • Start date Start date
V

Vsn

Hello there,

Can someone tell me how I can launch a messagebox without the beep and close
button [X]? Or is this not possible and do I need to create my own form to
achieve this.

Thx,
Ludovic
 
With API calls you can achieve this, alright but
better to create your own, you can design this dialog tailormade, using
it for yr own validation specifications.

It's far more versatile as opposed to hacking the internal MsgBox() function

Krgrds,
Perry
 
Thx for your advice.
Ludovic

Perry said:
With API calls you can achieve this, alright but
better to create your own, you can design this dialog tailormade, using
it for yr own validation specifications.

It's far more versatile as opposed to hacking the internal MsgBox()
function

Krgrds,
Perry

Vsn said:
Hello there,

Can someone tell me how I can launch a messagebox without the beep and
close button [X]? Or is this not possible and do I need to create my own
form to achieve this.

Thx,
Ludovic
 
Back
Top