A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Custom msgboxes



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2004, 03:51 AM
Daniel P
external usenet poster
 
Posts: n/a
Default Custom msgboxes

Hello,

Can anyone tell me if it is possible to use user (me) specified images/icon in a msgbox. Instead of the usual information, exclamation .... I would like to use some custom made images.... Can this be done and if so how?

Thanks,

Daniel

  #2  
Old June 4th, 2004, 04:03 AM
Ken Snell
external usenet poster
 
Posts: n/a
Default Custom msgboxes

No. Create your own forms and open / use them as message boxes.

--

Ken Snell
MS ACCESS MVP

"Daniel P" wrote in message
...
Hello,

Can anyone tell me if it is possible to use user (me) specified

images/icon in a msgbox. Instead of the usual information, exclamation ....
I would like to use some custom made images.... Can this be done and if so
how?

Thanks,

Daniel



  #3  
Old June 4th, 2004, 04:06 AM
Allen Browne
external usenet poster
 
Posts: n/a
Default Custom msgboxes

Not simple with the built-in MsgBox(), but easy to make your own.

Create a simple unbound form, with an Image control, display text box, and 3
command buttons.

Use OpenForm on your dialog in acDialog, and pass the values it needs in
OpenArgs. Set the Picture property of the Image control to the desired
graphic.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Daniel P" wrote in message
...
Hello,

Can anyone tell me if it is possible to use user (me) specified

images/icon in a msgbox. Instead of the usual information, exclamation ....
I would like to use some custom made images.... Can this be done and if so
how?

Thanks,

Daniel



  #4  
Old June 4th, 2004, 05:17 AM
Graham R Seach
external usenet poster
 
Posts: n/a
Default Custom msgboxes

Daniel,

Sure you can do it, but like Allen said, it's not simple:
http://www.pacificdb.com.au/MVP/Code/XMsgBox.htm

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyT...764559036.html


"Daniel P" wrote in message
...
Hello,

Can anyone tell me if it is possible to use user (me) specified

images/icon in a msgbox. Instead of the usual information, exclamation ....
I would like to use some custom made images.... Can this be done and if so
how?

Thanks,

Daniel



  #5  
Old June 4th, 2004, 05:43 AM
Graham R Seach
external usenet poster
 
Posts: n/a
Default Custom msgboxes

Daniel,

I just re-read your question, and it seems the code I offered doesn't meet
your requirements.

It can be done, but it's not trivial, and I don't think anyone's done it
yet.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyT...764559036.html


"Graham R Seach" wrote in message
...
Daniel,

Sure you can do it, but like Allen said, it's not simple:
http://www.pacificdb.com.au/MVP/Code/XMsgBox.htm

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyT...764559036.html


"Daniel P" wrote in message
...
Hello,

Can anyone tell me if it is possible to use user (me) specified

images/icon in a msgbox. Instead of the usual information, exclamation

.....
I would like to use some custom made images.... Can this be done and if so
how?

Thanks,

Daniel





  #6  
Old June 4th, 2004, 12:38 PM
Arvin Meyer
external usenet poster
 
Posts: n/a
Default Custom msgboxes

Here's a custom form and code already set up to just import and do custom
MsgBoxes with full functionality, including the ability to run functions.

http://www.datastrat.com/Download/MsgBox2K.zip
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access

"Daniel P" wrote in message
...
Hello,

Can anyone tell me if it is possible to use user (me) specified

images/icon in a msgbox. Instead of the usual information, exclamation ....
I would like to use some custom made images.... Can this be done and if so
how?

Thanks,

Daniel



  #7  
Old June 7th, 2004, 12:46 PM
Daniel P
external usenet poster
 
Posts: n/a
Default Custom msgboxes

Just wanted to thank you all for the input!

Daniel
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.