[Mono-bugs] [Bug 456326] TinyGecko.cs converting to TinyGecko.vb

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 31 07:07:39 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=456326

User rkvinge at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=456326#c2


Rolf Bjarne Kvinge <rkvinge at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |RESOLVED
         Resolution|                                                |INVALID




--- Comment #2 from Rolf Bjarne Kvinge <rkvinge at novell.com>  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.


More information about the mono-bugs mailing list