tags:

views:

59

answers:

1

I use a 3rd party control that (if not licensed) shows a dialog box when building a project that references their dll. Although this is super annoying, it made me wonder how they did that? Any ideas?

+1  A: 

Probably using the standard MS licensing infrastructure: http://msdn.microsoft.com/en-us/library/fe8b1eh9(VS.71).aspx

Pete