Ö
Özden Irmak
Hello,
This code line works on C# :
MainComponent.gettype()
where Maincomponent is a type of IComponent but I couldn't convert it to
VB.Net. This way generates a warning in the designer as "Type
'MainComponent' is not defined." :
GetType(MainComponent)
Any Suggestion?
Also, does anybody know a guide (website,etc.) which will help me on my work
to convert some code from C# to VB.Net?
Thanks in advance...
Özden
This code line works on C# :
MainComponent.gettype()
where Maincomponent is a type of IComponent but I couldn't convert it to
VB.Net. This way generates a warning in the designer as "Type
'MainComponent' is not defined." :
GetType(MainComponent)
Any Suggestion?
Also, does anybody know a guide (website,etc.) which will help me on my work
to convert some code from C# to VB.Net?
Thanks in advance...
Özden