VB.NET中,在类Class1中调用Form1界面上的控件Textbox1.Text的值
我在类中这样调用但报错:Dimnewform1AsNewForm1DimMyValueAsSingle=newform1.TextBox1.Text请教.NET高手,应该...
我在类中这样调用但报错:
Dim newform1 As New Form1
Dim MyValue As Single = newform1.TextBox1.Text
请教.NET高手,
应该如何作呢,有代码示范吗?
谢谢!
出错提示:
“未处理的“System.StackOverflowException”类型的异常出现在未知模块中。” 展开
Dim newform1 As New Form1
Dim MyValue As Single = newform1.TextBox1.Text
请教.NET高手,
应该如何作呢,有代码示范吗?
谢谢!
出错提示:
“未处理的“System.StackOverflowException”类型的异常出现在未知模块中。” 展开
展开全部
if isnumeric(newform1.textbox1.text) then
myvalue=ctype(newform1.textbox1.text,single)
else
'随你便吧
endif
myvalue=ctype(newform1.textbox1.text,single)
else
'随你便吧
endif
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Dim newform1 As New Form1
Dim MyValue As integer = cint(newform1.TextBox1.Text)
Dim MyValue As integer = cint(newform1.TextBox1.Text)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在Form1里把TextBox1的private改成protected或是public
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2007-01-02
展开全部
上面三位的方法都不行啊,还是出错,提示:“未处理的“System.StackOverflowException”类型的异常出现在未知模块中。”
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询