hello,
any one can tell me how to embed assembly file (windows control library) into resource in window apllication using .net c#.
pleaseeeeeeeeeeeeeeeeeeee

Recommended Answers

All 3 Replies

either decompile it and add its classes to the exe project, or extract it and late bind it. It is possible to late bind to it from memory but it requires that you use a windows api to register a filepath to a memory location. Its not a good idea either way.

can u help in updating the web page when an item is selected fro drop down list ,automatically the corresponding information should be displayed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.