Connecting Tech Pros Worldwide Help | Site Map

Can I create my own MessageBox?

  #1  
Old December 11th, 2006, 01:55 AM
Tim Hunter
Guest
 
Posts: n/a
Hi,
I am running WinXP Pro with Access 2003.
I would like to have a window or an Alert Message that displays and
stops processing without continuing out of the routine that called it.
Like a MessageBox. The MessageBox is not big enough and the font is too
small for what I would like. I looked for a way to modify this but i
could not find it.
I thought making a window "Modal" would accomplich this but it does not.

When I am within a routine and I have to ask the user for a decision
before continuing I need to stop right there and not continue. I would
like to make a nice looking window with large font anf possibly
different color font.

TIA
Tim


*** Sent via Developersdex http://www.developersdex.com ***
  #2  
Old December 11th, 2006, 01:55 AM
Rick Brandt
Guest
 
Posts: n/a

re: Can I create my own MessageBox?


Tim Hunter wrote:
Quote:
Hi,
I am running WinXP Pro with Access 2003.
I would like to have a window or an Alert Message that displays and
stops processing without continuing out of the routine that called it.
Like a MessageBox. The MessageBox is not big enough and the font is
too small for what I would like. I looked for a way to modify this
but i could not find it.
I thought making a window "Modal" would accomplich this but it does
not.
>
When I am within a routine and I have to ask the user for a decision
before continuing I need to stop right there and not continue. I would
like to make a nice looking window with large font anf possibly
different color font.
Open the form with the optional acDialog argument of the OpenForm method.
Your calling code will pause until the form is closed or made hidden.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com



  #3  
Old December 11th, 2006, 02:55 AM
Tim Hunter
Guest
 
Posts: n/a

re: Can I create my own MessageBox?


Thank you so much...I have never used that before and have had to
program my way around this problem in the past. I just tried it and it
worked just fine. Again, thank you very much...And just when I thought I
knew it all...lol

Tim



*** Sent via Developersdex http://www.developersdex.com ***
  #4  
Old December 11th, 2006, 04:15 AM
fredg
Guest
 
Posts: n/a

re: Can I create my own MessageBox?


On 11 Dec 2006 03:19:07 GMT, Tim Hunter wrote:
Quote:
Thank you so much...I have never used that before and have had to
program my way around this problem in the past. I just tried it and it
worked just fine. Again, thank you very much...And just when I thought I
knew it all...lol
>
Tim
>
*** Sent via Developersdex http://www.developersdex.com ***
By the way, you can change the font, font size, etc. for the message
box, but it changes for ALL windows programs.

Right- lick on a blank section of the Windows Desktop.
Select Properties + Appearance + Advanced.
Find the Message Box in the drop down.

Creating your own message form does just as well.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Locate MessageBox over Window Ed Bitzer answers 10 November 21st, 2005 02:42 PM
Create my own window Gary Owsiany answers 2 November 20th, 2005 07:10 AM
customized MessageBox in c# Jean Bredeche answers 1 November 17th, 2005 01:36 AM
how does MessageBox work? Saso Zagoranski answers 8 November 15th, 2005 03:19 PM