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
How do I use GetPrivateProfileString to read from INI files?
How can I speed up my VB database application?
How do I get a bitmap picture in a field in an Access database?
Is it possible to Access BackEnd procedures?
What is "Reserved Error -1209"?
How would you add elements and pictures to listitems in listview control?
Difference between ActiveX Exe and Dll.
Is there any Edit method in ADO Data Access method?
What is the latest version of visual basic?
Are there any examples of commercial applications built using Visual Basic?
OLE is used for _______
What is dao in vb?
How can you Navigate from the DHTML application to another DHTML application? .
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
How would you create properties in ActiveX Control?