https://bugzilla.novell.com/show_bug.cgi?id=456326
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=456326#c2 Rolf Bjarne Kvinge <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Rolf Bjarne Kvinge <[email protected]> 2008-12-31 05:07:37 MST --- You need to move the declarations of webcontrol, buttons, etc to the module, anything you declare inside a method isn't visible from outside. So if you declare 'Dim Browser As WebControl' in Sub Main, it's not visible in GoButtonClicked. If you have any problems, attach the C# code and I'll explain how to convert correctly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
