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?
Answer Posted / ketan
We need to open source code of Standard exe as well as
ActiveX Dll. Then need to put the breakpoint in standard
exe's code where we have used reference of ActiveX.. Then
Run project and u can find the error in activeX
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain about literals?
How do I get the Tab key to be treated like a normal character?
Explain Types of DBCombo boxes?
What is recordset in visual basic?
What is the use of command Object?What are the various types of variables?
How would you navigate between one document to another document in Internet Explorer ?
Explain what is Visual basic?
How would you create properties by using class Builder Wizard?
What is dao in vb?
What is snapshot in vb?
what are the different Types of Recordsets.
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
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?
what is the Difference between Linked Object and Embedded Object?
What is file in vb?