繁体   English   中英

我正在做一些视觉基础知识,我正在显示另一种形式并收到此错误:- [关闭]

[英]i was doing some visual basic and i was showing another form and got this error:- [closed]

创建表单时出错。 有关详细信息,请参阅 Exception.InnerException。 错误是:未能初始化,因为缺少 CategoryName。

编码:-

'the if statement checks if it is time to swithc forms'
If ProgressBar1.Value = 100 Then
    'shows the form and hides the first'
    Form2.Show()
    Me.Hide()
End If

请帮助

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM