all groups > dotnet windows forms designtime > april 2005 >
You're in the

dotnet windows forms designtime

group:

Stupid Error on VB.NET IDE



Stupid Error on VB.NET IDE João Santa Bárbara
4/19/2005 12:00:00 AM
dotnet windows forms designtime: Hi all.

i have a funny error in the IDE but only in one form. :(

i have declare a Method like this "Private Sub MyTransGForms(ByVal sender As
Object, ByVal e As EventArgs)"
and i have an handler to it.

and in the same form i have this calling

AddHandler frm.TranslateForm, AddressOf Me.MyTransGForms
frm.ShowDialog()
RemoveHandler frm.TranslateForm, AddressOf Me.MyTransGForms

The problem is in this declaration the AddressOf Me.MyTransGForms is getting
an error, and error is 'MyTransGForms' is not a member of MyForm', what a
stupid error, i have both in the same class.
when i change the name of my method from MyTransGForms to MyTransGForms1 and
change back again to MyTransGForms it start to work. anyone knows how to
solve this stupid Error ???

thks
JSB

Re: Stupid Error on VB.NET IDE Cor Ligthert
4/19/2005 12:00:00 AM
Joao,

How are you so sure it was not a typo the first time.

Because at the moment it is good and probably you cannot reproduce it.

Otherwise show us a snippet of code so that we can test it as well.

Cor

AddThis Social Bookmark Button