3
Answers

Developing a product in C#.Net

krishna shivarla

krishna shivarla

16y
2.1k
1
Hi All..............
I want to develop a product in C#.Net where that product will have different methods with arguments..........
simply user of this product should create instance and called the methods with arguments of the product .............How can I develop such kind of product.......what are the steps I need to follow ,what are the classes I need to use, please give me reply with an example?
Answers (3)
0
Mike Gold

Mike Gold

NA 32k 21.3m 18y
You can do debugging in c++ if its a regular dll with mixed mode debugging if you have the source, but I don't think you can debug into a COM components source code from .NET.   .NET builds a wrapper around the ActiveX control and talks to the control through this wrapper, but the wrapper doesn't let you debug inside of it.

Best,

-Mike
Next Recommended Forum