New to delegates, trying to figure out how to use a
delegate to fix a bug after upgrading code from VB6 to
VB.NET using the Upgrade wizard...
I have the following callback proc:
Public Function BrowseCallBackProc(ByVal hwnd As
Integer, ByVal uMsg As Integer, ByVal lParam As Integer, ...
more >>
i have 3 forms.
the 1st form contains textbox1
the 2nd form contains textbox2
i pass the value inserted from the 1st form to the 2nd form's textbox2
and the value appear. the problem is, when i go to the 3rd form n come
back to the 2nd form, the textbox2 shows NOTHING again..
may i know h...
more >>