473,379 Members | 1,167 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,379 software developers and data experts.

msgbox (no buttons)

How would you remove all buttons from a msgbox to display (timed) text only?

or is there another feature, to display a very simply box that displays a
message for a controled length of time
Jul 17 '05 #1
3 9293
I'd just create a command button on my form, make it hidden by default.
When it's time to display the time, make the button visible and just
repeatedly change its caption. When time is up, hide the button.

"Option^Explicit @shaw.ca>" <fu-q<remspam> wrote in message
news:m2Trc.536677$Pk3.89920@pd7tw1no...
How would you remove all buttons from a msgbox to display (timed) text only?
or is there another feature, to display a very simply box that displays a
message for a controled length of time

Jul 17 '05 #2
Good idea...
Thanks for that.

"Jerry Engle" <je********@earthlink.net> wrote in message
news:dc****************@newsread1.news.pas.earthli nk.net...
I'd just create a command button on my form, make it hidden by default.
When it's time to display the time, make the button visible and just
repeatedly change its caption. When time is up, hide the button.

"Option^Explicit @shaw.ca>" <fu-q<remspam> wrote in message
news:m2Trc.536677$Pk3.89920@pd7tw1no...
How would you remove all buttons from a msgbox to display (timed) text

only?

or is there another feature, to display a very simply box that displays a message for a controled length of time


Jul 17 '05 #3
"Jerry Engle" <je********@earthlink.net> wrote in message news:<dc****************@newsread1.news.pas.earthl ink.net>...
I'd just create a command button on my form, make it hidden by default.
When it's time to display the time, make the button visible and just
repeatedly change its caption. When time is up, hide the button.


If all you want to do is display information then why use a command
button instead of a label? With a label you can set the caption
property as needed to show tetx and then set it back to "" when done
to clear it. Labels also use a lot less resources than most other
controls.
Jul 17 '05 #4

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

Similar topics

17
by: MLH | last post by:
Can I control what text appears on msgbox function buttons? Sure do like NOT having to build a form to show a msg and solicit a YES/NO response. MsgBox function is a great solution for that. ...
10
by: z | last post by:
I just installed Visual Studio .Net with Framework 1.1. I already had VB6 SP6 installed. I wanted to do a quick "hello world" example in VB.Net. The code is here: Private Sub...
6
by: RML | last post by:
Hi all, I have a VB.NET app which contains 1 form. The form starts a thread which does some processing based on what the user is doing on the form. My problem is, the thread can display a MsgBox...
3
by: okan | last post by:
Hi friends, Is it possible that change msgbox buttons' label. For example, buttons vbYesNo or vbOKOnly but i want to show them in Turkish yes=evet no=hayır ok=tamam i mean i want to change...
0
Denburt
by: Denburt | last post by:
This code is for a Toggle Button layout on a form, with this code you can set a number of toggle buttons visible and have multiple submenus that will stay hidden when not in use. My main menu is set...
6
by: =?Utf-8?B?L2Rldi9udWxs?= | last post by:
Hello, i am using visual studio 2003 enterprise architect version. I am making apps for the .Net framework 1.1. While testing an interface, i discovered something strange. In this application...
8
by: NMarks | last post by:
Hello all, I have created a database for my work that stores information for keys/locks, doors and employees. Specifically the database contains all the information of our lock system, which...
5
GGoldenborne
by: GGoldenborne | last post by:
Happy Friday, y'all! I am creating a function and want to have IntelliSense pop down the list of valid options for a certain parameter in the same way that the MsgBox function behaves when you are...
12
by: Ezzz | last post by:
I have a search function in my database, see below:- Private Sub cmdSearch_Click() Dim SerialNumberRef As String Dim Search As String 'Check txtSearch for Null value or Nill Entry...
11
by: Jody Cliffe | last post by:
Hi. Im trying to program my radio buttons to filter data for student pass/fail in a sub form called I have using help found here got this far but its not working and Im not sure why. my radio...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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.