how could I create declaration to a variable control in VB .net ?

eddy chamoun

New member
i.e:
DIM newweb AS new webbrowser


(in declaration) newweb_documentcompleted
textbox1.text = newweb.document.title
end sub

please i need to know how to insert this (declaration) newweb_DocumentCompleted
 
Back
Top