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


Please Help Members By Posting Answers For Below Questions

Is it possible to Access BackEnd procedures?

1589


How would you activate animation control?

1452


Explain the usage of Web Browser Control?

1485


How do I prevent multiple instances of my program?

974


Is it posible to Create Tables Through Querydef?

1662






Why API functions are Required?

1794


Explain about ADO control?

585


How would you map properties to controls by using ActiveX Control Interface Wizard?

1401


Is it possible to Manipulate data through flexgrid? Explain.

1556


what are the types of LockEdits in DAO?

1509


how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?

1981


Recordset object consists what?

1571


Which method is used to write context Into file?

1569


Is it possible to change menu runtime using API? If yes? Specify the function names.

1538


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

1521