Can we display only integers / numbers through the message
box? Is there any constraint to do so?
Answer Posted / mirza arif nadeem
yes we can display only the integers through the message box.
if isnumeric(<value>) then
msgbox value
end if
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Which type of object requires this object?
What are the new events in textbox that has been included in VB ?
What are some methods you can use to send data from one VB executable to another one?
What are the important components of OLEDB?
What is the need of tabindex property is label control?
How can I access a record by record number?
What is snapshot in vb?
Explain about trees structures work.
How do I implement an incremental search in list/dir/combo/file boxes?
How to get freefile location in memory?
How can you filter out specific type of file using file system controls?
What is the use of Visual Basic Document file?
To find the current recordposition in data control.
Data Control missing from toolbox when I use VB under NT3.5. Why?
which property used to add a menus at runtime?