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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

command button color 2
creating tables with VBA 10
Create edit function 3
domain aggegate function 5
My documents 2
Write to table 7
form event? 1
Public Constants 4

Back
Top