Answer Posted / deepakduvedi
x is variant datatype and y as integer datatype
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the use of NEW Keyword? Explain.
What is the use of ActiveX Documents?
What is form in visual basic?
What is instantiating?
what are the Types of DBCombo boxes?
___,___ and __ are difference between image and picture controls.
How do I force a file dialogue box to reread the currect disk?
How do I make my applications screen-resolution independent?
How do you zoom in visual basic?
Why does everybody say I should save in TEXT not BINARY?
How do I call a DLL?
What is the use of Data Form Wizard?
How would you attach an ActiveX control in Your Application?
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?
Is there any way to pass a variable to a form apart from using global variables?