[PHP]Private Sub cmdEinlog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Click
If Not Me.tbName.Text = "" Then
Me.Hide()
main.Show()
Else[/PHP]
Me.tbName is underlined??
look if the name of the Textbox (i suppose) is "tbName"... maybe u made a typing error...
[PHP]Private Sub cmdEinlog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Click
If Not Me.tbName.Text = "" Then
Me.Hide()
main.Show()
Else[/PHP]
Me.tbName is underlined??
EDIT: Leeched .. lol ^^^ create a textbox in the form with the name 'tbName' and bam the problem is gone !! Haha
Looks like tbName is a textbox or label.
C&P ?
Originally Posted by hejsan
Looks like tbName is a textbox or label.
C&P ?
obviously since 'einlog' (einloggen) is German. He's Italian I guess.
Conclusion -> Leeched xD
Originally Posted by hejsan
l.
C&P ?
yes, c&P
blubb i talk dutch good
and no, all my textboxes are right; somethink else is wrong
Well m_t_h as usual you don't give us buggery fuck to go by.
Oh my lordy the thing is underlined! That could mean any 1 of 10241124124 errors...
Give us the error description at least -.-
Originally Posted by J-Deezy
Well m_t_h as usual you don't give us buggery fuck to go by.
Oh my lordy the thing is underlined! That could mean any 1 of 10241124124 errors...
Give us the error description at least -.-
You are completely right on the error thing.
But I think flame already posted a easy solution to the error without name
Originally Posted by hejsan
You are completely right on the error thing.
But I think flame already posted a easy solution to the error without name
Yeah but he said all his textboxes were named correctly O.o
hmm, close -> Create a project -> do it urself
kk, just kidding ^^ delete the previous control and create it again, and be sure that you named it correctly.