473,383 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

MsgBox,InputBox formatting

GB
Hello:
Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
size, etc. ?

Thanks,
GB
Nov 13 '05 #1
2 5639
On Thu, 20 Oct 2005 23:31:31 GMT, GB wrote:
Hello:
Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
size, etc. ?

Thanks,
GB


No!
You can change the FontSize and FontStyle of the MsgBox but only if
you change the setting for ALL Windows/Office programs.

Far better to create your own unbound form to use as a message box and
also to use as a form to enter data or parameters, etc. You can then
set is's formatting to whatever you want.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Nov 13 '05 #2
GB wrote:
Hello:
Is it possible to make formatting of MsgBox and InputBox in sence of fonts,
size, etc. ?


There is the zany "@" formatting from Access 97, still available in
later versions if you use Eval() to wrap around the Msgbox call. It's
rather limited to bold and not much else.

Alternatively, you can create a pop up form to mimic a mgsbox.
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: MUHAMAMD SALIM SHAHZAD | last post by:
dear sir can any one help me that how to get the value or any strings type in input box to update the value of a bound form...the text box on bound form name is policyno or any other example...
3
by: MUHAMAMD SALIM SHAHZAD | last post by:
dear respected Gurus, i would like to know what is wrong with my codes, i wanted to put PolicyNo(say any string value, which is PK in table)...how to do? as i make one inputbox it asked the...
2
by: missimaths | last post by:
I was wondering if anyone knew of a way to control the text a user types into an inputbox? I want the user to type in four letters only. I can check the lenght by using the len() function in vba...
7
by: portroe | last post by:
How can you populate an array using an inputbox(es)? thanks portroe
1
by: edenigma | last post by:
I am fairly new to the land of Visual Basic, I was wondering if it were possible to create an InputBox in code, a MsgBox in code, and with the Event being the Click of a button, to take information...
3
by: ineedahelp | last post by:
I have declared mUser as a public variable as I need to be able to alter ALL procedures depending on the input. Option Compare Database Public mUser As String I am trying to check if the user...
5
by: Hutch | last post by:
How do i get the ****** to appear insted of text when it is an inputbox? and not a box inside a form. here is the code i am using Public Function bDisableBypassKey_Click() 'This allows a...
3
by: Yogesh Sharma | last post by:
Private Sub Command4_Click() Dim i i = InputBox("Enter a number", "Enter") If i > 10 Then MsgBox "Number is less than" + i End If End Sub Hey I want that if the user enters number from 1 to...
4
by: Mai Le | last post by:
Hello Expert, I have a code below with inputbox. I would like to have format *** when I type in the box instead of word. So Please help. I did not know. Thanks alot Mai Le Private Sub...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.