attach extra control to message box

S

sk

Is there any way to attach extra control like( button, textbox ) to message
box in
vb6?

Shinya
 
K

Karl E. Peterson

sk said:
Is there any way to attach extra control like( button, textbox ) to
message box in vb6?

Customarly, non-standard MsgBox's are handled with the time-honored "roll yer own"
approach. Which, is a really long way to say, "no." HTH!
 
P

Patrick Bielen

Hi sk,

Karl E. Peterson said:
Customarly, non-standard MsgBox's are handled with the time-honored "roll
yer own"
approach. Which, is a really long way to say, "no." HTH!

And now the solution... use a form to give it the functionality you need.
So instead of msgbox use form instead.

Best Regards,

MCP / SCJP
 

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

Top