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
___,___ and __ are difference between image and picture controls.
What is the use of Data Form Wizard?
Draw Sequence Modal of RDO? Explain.
what are the Types of DBCombo boxes?
How do you create a form in visual basic?
What are the tools available for Debuggiu in VB?
When/Why should I use Option Explicit?
Explain what is Visual basic?
Types of DBCombo boxes
___ is a property to resize a label control according to your caption.
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
What is the use of Imagelist Controls ?
What is the use of parameters collection?
Is visual basic case sensitive?
How do I access C style strings?