What is Pseudocode?
How would you add elements in TreevieW Control?
What is the use of Imagelist Controls ?
What is the use of Tabledef?
What is ActiveX Dll and ActiveX Exe?
How would you create Visual basic Document file?
It possible to call OLEDB's Features directly in VB without using any control?
How can you save and Get data from Clipboard/ Recordset object consists what?
How do I get the number of free bytes on a disk?
How do I create a new form in visual basic?
Explain the usage of Web Browser Control?
Types of LockEdits in RDO.
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?
Explain about the creation of EXE files with Visual Basic?
Is there any way to pass a variable to a form apart from using global variables?