[英]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.