WISHMASTER THE INSPIRATION

See also: Other Geeks@INDC

Add .exe reference

Today I'm exploring how to encapsulate .exe files to a dll and inherit it from my new screen. I'm doing this for a purpose I don't have to customize the Solomon's screen from a customization tools. I prefer customize it from Visual Studio to Customization tools.

The theory is not difficult to understand, I just add it as a reference, and done. But why I could not import the Solomon's screens into my new screen? When I added it as a reference, the Solomon's screen could not be loaded in Imports function. I also could not inherit it. Does Solomon protect it? Hmm

Share this post: | | | |

Comments

norman said:

Looks like the form classes are "internal". Not "public" or "protected". They only accessible within their own assembly.

Have a look at their assembly thru Reflector.

# March 14, 2008 10:44 AM