开发者

Can we use sample code given by microsoft which it has mentioned to be associated with a white paper

开发者 https://www.devze.com 2023-03-23 23:44 出处:网络
DataGridViewAutoFilter.dll is a library provided by microsoft. We can dowload this from link. The overview given by microsoft is

DataGridViewAutoFilter.dll is a library provided by microsoft. We can dowload this from link.

The overview given by microsoft is Windows Forms sample code for adding drop-down filter lists to the DataGridView control similar to the AutoFilter feature of Excel. This sample code is associated with a white paper on this topic

My question开发者_JAVA技巧 is, Can i directly use it in my application without bothering about the licence issues? I'm working in a business firm. I need this for my business application.


Yes you can. Any code provided on MSDN subject to the MSDN Terms of Use. Using this code means you agree to it. I suppose that all sample code from the Microsoft website is under that license.

0

精彩评论

暂无评论...
验证码 换一张
取 消