Can we display only integers / numbers through the message
box? Is there any constraint to do so?
Answer Posted / abhishek saurabh
Dim value As Integer
value = 10
MessageBox.Show(value)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is there a way to break long lines in VB code?
Types of cursors in DAO?
How to get Cursor position using API?
what are the Types of Resultsets?
What is meant by building a recordset.
How do I make an animated icon for my program?
How to use advanced data-bound controls.
Is the Variant type slower than using other variable types?
OLE is used for _______
How would you add elements in TreevieW Control?
DHTML Is used for what?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
How would you Create a Query Builder and Explain its uses
What is ActiveX Document?
How can I access a record by record number?