• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Butterfly
博客园    首页    新随笔    联系   管理    订阅  订阅
2008年12月25日
winform窗体传值小结
摘要: 1 用属性传值 (子窗体) private ArrayList arrlOut; public ArrayList arrlIn//要用pulibc { set { this .arrlOut = value;//这里不能用arrlIn而要单独声明一个变量 } get { return this .arrlOut ; } } (主窗体,由它向子窗体传传值) using System.Collec... 阅读全文
posted @ 2008-12-25 16:51 butterfly 阅读(511) 评论(0) 推荐(0)
vs2005设计器无法打开方法
摘要: 开始菜单->所有程序->Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005 命令提示 输入命令: devenv/Resetskippkgs 回车就OK啦! 阅读全文
posted @ 2008-12-25 12:33 butterfly 阅读(804) 评论(0) 推荐(0)
c# winform comboBox动态下拉列表,comboBox动态绑定数据库里的数据
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1public void InsertComShopID(ComboBox cb) 2 { 3 cb.Items.Clear();//清... 阅读全文
posted @ 2008-12-25 12:30 butterfly 阅读(7023) 评论(0) 推荐(1)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3