A standard exe contains a registered Active-X DLL. Now some
error arise in the application but not in the standard exe ,
it is in the Active-X DLL. How do you find it out in which
line no the error is?
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?