PC Review


Reply
Thread Tools Rate Thread

change title bar of msgbox

 
 
alex
Guest
Posts: n/a
 
      22nd Jan 2004
Is there a way to change the title bar of msgbox from
<Microsoft Access> to <My Application Name>?

Thank you , Alex

 
Reply With Quote
 
 
 
 
Cheryl Fischer
Guest
Posts: n/a
 
      22nd Jan 2004
You can use the MsgBox() function, which has an argument for Title, instead
of the MsgBox statement.

--
Cheryl Fischer
Law/Sys Associates
Houston, TX

"alex" <(E-Mail Removed)> wrote in message
news:28fd01c3e13d$b4521a00$(E-Mail Removed)...
> Is there a way to change the title bar of msgbox from
> <Microsoft Access> to <My Application Name>?
>
> Thank you , Alex
>



 
Reply With Quote
 
Dirk Goldgar
Guest
Posts: n/a
 
      23rd Jan 2004
"Cheryl Fischer" <(E-Mail Removed)> wrote in message
news:u%23%(E-Mail Removed)
> You can use the MsgBox() function, which has an argument for Title,
> instead of the MsgBox statement.


I think this is a false distinction. AFAIK, there is no MsgBox
statement, only a MsgBox function, which like all functions can be
called either with or without making use of its return value. In other
words, this ...

Dim retval As Integer

retval = MsgBox("Boo!", vbExclamation, "Look Here")

' ... and then do nothing with retval ...

is no different from ...

MsgBox "Boo!", vbExclamation, "Look Here"

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


 
Reply With Quote
 
Cheryl Fischer
Guest
Posts: n/a
 
      23rd Jan 2004
I stand corrected.

--
Cheryl Fischer
Law/Sys Associates
Houston, TX

"Dirk Goldgar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Cheryl Fischer" <(E-Mail Removed)> wrote in message
> news:u%23%(E-Mail Removed)
> > You can use the MsgBox() function, which has an argument for Title,
> > instead of the MsgBox statement.

>
> I think this is a false distinction. AFAIK, there is no MsgBox
> statement, only a MsgBox function, which like all functions can be
> called either with or without making use of its return value. In other
> words, this ...
>
> Dim retval As Integer
>
> retval = MsgBox("Boo!", vbExclamation, "Look Here")
>
> ' ... and then do nothing with retval ...
>
> is no different from ...
>
> MsgBox "Boo!", vbExclamation, "Look Here"
>
> --
> Dirk Goldgar, MS Access MVP
> www.datagnostics.com
>
> (please reply to the newsgroup)
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change the MsgBox Title magicdds- Microsoft Access Form Coding 2 18th Apr 2008 06:57 AM
RE: Change the default Microsoft PowerPoint text in MsgBox title b David M. Marcovitz Microsoft Powerpoint 0 5th Dec 2006 08:26 PM
Re: Change the default Microsoft PowerPoint text in MsgBox title bars. David M. Marcovitz Microsoft Powerpoint 0 5th Dec 2006 07:45 PM
Msgbox Title =?Utf-8?B?VG9t?= Microsoft Access VBA Modules 3 29th Jul 2006 05:47 PM
MsgBox - 1) custom text in title bar? - 2) icon change? StargateFanFromWork Microsoft Excel Discussion 4 5th May 2005 06:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:10 AM.