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...
主要针对python写的中文模块
哦那估计只有自己加这个功能了
自己加了这个功能后发现写中文无比好用。感谢作者的源码。