以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请求帮助 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=100808) |
-- 作者:nxqtxwz -- 发布时间:2017/5/18 17:50:00 -- 请求帮助 请老师给看看,怎么能让窗口在固定位置显示。比如窗口的起始点是(1,1). Dim name As String = args(0) \'-----------------不必理会,这些代买用于生产窗口和控件,拷贝过来的--------------- Label1 = New System.Windows.Forms.Label Label1.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(234, Byte)) Button1.Location = New System.Drawing.Point(350, 720)\'以后取消提示按键的位置坐标 frm.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) AddHandler frm.Closing, AddressOf Form_Closing frm.show() |
-- 作者:有点色 -- 发布时间:2017/5/18 18:00:00 -- 写在最后
AddHandler frm.Closing, AddressOf Form_Closing frm.show() frm.top = 1 frm.left = 1 |
-- 作者:nxqtxwz -- 发布时间:2017/5/19 8:00:00 -- 提示: --------------------------- 错误 --------------------------- 自定义函数"新建便笺"执行出错,错误信息如下: System.ArgumentException: 已添加了具有相同键的项。 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) 在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) 在 UserCode.AfaV5FHIFupro7Zsv(Object[] Args) --------------------------- 确定 --------------------------- |
-- 作者:有点蓝 -- 发布时间:2017/5/19 8:32:00 -- frm_dic.Add(name, frm) 应该是添加了重复的name
|
-- 作者:有点色 -- 发布时间:2017/5/19 8:36:00 -- 回复3楼,你是不是修改了【计划管理】的代码?默认是传递_Identify列的值的,此列值不会重复的。 |