What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answer Posted / parmanand
Your answer is wrong "Priti Wankhede" .... % is one way to declare variables in VB there you need not to tell the type. % it self tells the type is integer :)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about literals?
Difference between DDE and OLE.
How do you zoom in visual basic?
How do I remove/change the picture property of a control at design time?
How would you use ActiveX Dll and ActiveX Exe in your application?
Types of LockEdits in DAO?
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 do I force a file dialogue box to reread the currect disk?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How do I get the number of free bytes on a disk?
I get a "file not found" error on the IIF function when I distribute by program. Why?
Where can I get updated VB and other Microsoft files?
Explain the "cursortype" and "Locktype" in VB?
What is the need of tabindex property is label control?
How do I program the Novell NetWare API from VB?