鱿鱼丝 发表于 2016-8-24 21:01:41

学到.NET了,依然学不会,帮帮忙吧

以下是代码:
Set var_CreateInstance=dotnetfactory.CreateInstance("System.Windows.Forms.Form","Systems.Windows.Forms")
var_CreateInstance.show
wait 2
var_CreateInstance.close

但是错误提示如下:

Cannot load Assembly Systems.Windows.Forms
Line (1): "Set var_CreateInstance=dotnetfactory.CreateInstance("System.Windows.Forms.Form","Systems.Windows.Forms")".

我只不过是想建立一个form,又是什么错误?请各位大师帮帮忙

jingzizx 发表于 2016-8-25 09:01:09

好像没问题。。。

梦想家 发表于 2016-8-25 10:44:06

找个 .net群 问一下就出来了 毕竟那里是专业的

鱿鱼丝 发表于 2016-8-27 16:41:16

jingzizx 发表于 2016-8-25 09:01
好像没问题。。。

已经找到问题了
var_CreateInstance=dotnetfactory.CreateInstance("System.Windows.Forms.Form","Systems.Windows.Forms")
正确写法是:
var_CreateInstance=dotnetfactory.CreateInstance("System.Windows.Forms.Form","System.Windows.Forms")

鱿鱼丝 发表于 2016-8-27 16:41:29

jingzizx 发表于 2016-8-25 09:01
好像没问题。。。

已经找到问题了
var_CreateInstance=dotnetfactory.CreateInstance("System.Windows.Forms.Form","Systems.Windows.Forms")
正确写法是:
var_CreateInstance=dotnetfactory.CreateInstance("System.Windows.Forms.Form","System.Windows.Forms")
页: [1]
查看完整版本: 学到.NET了,依然学不会,帮帮忙吧