Can we display only integers / numbers through the message
box? Is there any constraint to do so?
Answer Posted / laxmi
dim xx as integer
xx=123
if val(xx) then exit sub
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain about Caturing Baseline.
How to get freefile location in memory?
It possible to call OLEDB?s Features directly in VB without using any control?
What is the use of progress Bar Control?
How do I call a DLL?
How would you create Visual basic Document file?
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?
How can you filter out specific type of file using file system controls?
When should we use recursive programming?
What is script control?
Is the Variant type slower than using other variable types?
How many tabs in a tabbed dialog do you consider appropriate?
How would you convert a form into document?
Explain about literals?
What is the default workspace?