What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answer Posted / priti wankhede
First variable datatype is Integer and Second variable
datatype is variant, because by default daya type in VB is
Variant, there is a difference.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you navigate between one document to another document
What is controls in vb?
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?
___,_____ and ____ container objects.
How do I call help files from a VB program?
advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id
How would you run your ActiveX Document Dll?
___ is the control used to call a windows application.
Explain the working with task in Gantt chart view.
How to get freefile location in memory?
How many File System Controls are there Explain?
Why can't I use an index with my VB accessed database?
How would you attach an ActiveX control in Your Application?
How do I do Peek and Poke and other low-level stuff?
How do I remove/change the picture property of a control at design time?