|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
MSG box
How do I make a msg box?
|
|
#2
|
|||
|
|||
|
The most basic form, in vb or vba:
msgbox "The Prompt Here" Look in the VB function documentation for the msgbox function for more variations. |
|
#3
|
|||
|
|||
|
Maybe it's not msg box that i want.....what i need is basically a "search" box for the program i am writing....a spot to type something, an "okay" button, "clear" button, "end" button, and what not so that when i click okay a txt file opens showing the results.
|
|
#4
|
|||
|
|||
|
I can't remember if there is a Prompt function, but you can certainly create your own form to cater for it.
__________________
How can I soar like an eagle when I'm flying with turkey's? |
|
#5
|
|||
|
|||
|
Search the VB documentation for "custom dialog"
|
|
#6
|
|||
|
|||
|
The function you want is InputBox.
Something like: Code:
Dim SearchWord
SearchWord = InputBox("Enter your search word")
![]() |
|
#7
|
|||
|
|||
|
Alright, I got a good start as to what I need. Thank you all very much.
|
|
#8
|
|||
|
|||
|
you're welcome
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > MSG box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|