lurenchou

Results 4 comments of lurenchou

proxy = ControlProxy.FromHandle(handle); object ob = proxy.GetValue("Columns"); if (ob == null) MessageBox.Show("null"); Columns is the attribute of DataGridView; The attribute of the object is that Collections is NULL The GetValue...

自己加了这个功能后发现写中文无比好用。感谢作者的源码。