MsgBox TitleBar文字? [英] MsgBox TitleBar text?

查看:62
本文介绍了MsgBox TitleBar文字?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我运行MsgBox哇!

我看到标题中的文字

bar - 那里是那个文本

字符串设置来自?


我有权更改它吗?

If I run MsgBox "Wow!"
and I see text in the title
bar - where is that text
string setting coming from?

Do I have access to change it?

推荐答案



MLH写道:

MLH wrote:

如果我运行MsgBox哇!

我看到标题中的文字

bar - 那个文本在哪里

字符串设置来自?


我有权更改它吗?
If I run MsgBox "Wow!"
and I see text in the title
bar - where is that text
string setting coming from?

Do I have access to change it?



当然,什么也没做。 MsgBox函数中的一个参数是

" Title"。这就是改变它的例子:


Private Sub Command5_Click()

Dim intReply As Integer

intReply = MsgBox (你想继续吗?,vbYesNo,这是msgbox的

标题)

MsgBox"你选择了 &安培; intReply,vbOKOnly + vbInformation

End Sub

Sure, nothing doing. One of the arguments in the MsgBox function is
"Title". That''s what changes it For example:

Private Sub Command5_Click()
Dim intReply As Integer
intReply = MsgBox("Do you want to continue?", vbYesNo, "This is the
title of the msgbox")
MsgBox "You chose " & intReply, vbOKOnly + vbInformation
End Sub


谢谢你,Pete。

你我相信它几乎打了很多。

头部。


我做了一些搜索。

我在看什么for

A97是工具,启动,

应用程序标题。如果我改变

那就读我的新AppName


然后我运行


MsgBox" ;你好


"我的新AppName会在msgBox标题中出现


吧。
Thank-you there, Pete.
You hit it pretty much on
the head, I believe.

I did a bit more searching.
What I was looking for in
A97 was Tools, Startup,
Application Title. If I change
that to read "My New AppName"

and then I run

MsgBox "Hello"

"My New AppName" will
appear in the MsgBox title
bar.


MLH写道:
MLH wrote:

谢谢你,皮特。

你相信它的价格几乎是在你的头上,我相信。

我做了一些搜索。

我在寻找什么

A97是工具,启动,

申请标题。如果我改变

那就读我的新AppName


然后我运行


MsgBox" ;你好


"我的新AppName会在msgBox标题中出现


吧。
Thank-you there, Pete.
You hit it pretty much on
the head, I believe.

I did a bit more searching.
What I was looking for in
A97 was Tools, Startup,
Application Title. If I change
that to read "My New AppName"

and then I run

MsgBox "Hello"

"My New AppName" will
appear in the MsgBox title
bar.



警告:当尝试与Word合并时,更改A97中的TitleBar文本可能会导致问题。


James A. Fortune
CD ******** @ FortuneJames.com


最佳简历?:
http://www.nashken.com/cartoons/techniks/my_resume.html

Warning: Changing the TitleBar text in A97 can cause problems when
trying to do a merge with Word.

James A. Fortune
CD********@FortuneJames.com

Best resume?:
http://www.nashken.com/cartoons/techniks/my_resume.html


这篇关于MsgBox TitleBar文字?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆