winform窗体刷新数值问题
窗体A上有lable.text = “ssss”,lable.text = product.name 点击按钮加载一个新窗体B,在B上改变了 product.name = “4444”,此时关闭B,怎么样实现刷新A窗体,使lable.Text = “4444”?,求指导答! 解决方……
有谁遇到过?dotfuscator 添加输入时报错
很多想要混淆的dll,在dotfuscator打开,就报错说 startIndex不能大于字符串长度。 这些dll,之前用.net3.5框架,生成的dll,能正常在dotfuscator中打开并生成混淆。 后来这些dll的原文件改为.net4.0框架,生成的dll都这样。 有谁遇到过吗? 现在无法混淆啊! 而且,无论是在dotfuscator4.2破解版,……
查找textbox中的值能否存在于listbox中,求老司机kan’a’k
判断textbox中的值能否存在去listbox中(textbox的值之间用“->“连接),大家看看逻辑对吗? app = (IvcApplication)new vc3DCreate.vcc3DCreate(); for (int c = 0; c < app.ComponentCount; c++) ……
多个简单的button事件代码能简化吗
private void button11_Click_1(object sender, EventArgs e) { period = "sec10"; } private void button13_Click(object sender, EventArgs e) ……
讨教下们属性流推箱子方法可不可行
C# 控制台推箱子游戏 lib: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace pushbox { public enum valueType {……