473,326 Members | 2,147 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,326 software developers and data experts.

InputBox & MsgBox

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 directly from the InputBox to the MsgBox w/o using a textbox, or a list box?
Sep 19 '06 #1
1 1550
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 directly from the InputBox to the MsgBox w/o using a textbox, or a list box?
maybe u can create them graphicaly but set the visible property to false. when button click event occurs make the visible property to true
Sep 19 '06 #2

Sign in to post your reply or Sign up for a free account.

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...
2
by: GB | last post by:
Hello: Is it possible to make formatting of MsgBox and InputBox in sence of fonts, size, etc. ? Thanks, GB
7
by: portroe | last post by:
How can you populate an array using an inputbox(es)? thanks portroe
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...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
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...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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...

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.