VB 6 can host web pages, which means it can also host Silverlight apps.
Communication from VB 6 to Silverlight can easily be done via URLs. But is there a way for the Silverlight app to send messages back to VB 6?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok how about this then.. Within the SilverLight app use the
HtmlPageclass to update the title of the page this can be monitored from theWebBrowser_TitleChangeevent in vb.Silverlight code :-
VB6 code :-
You’d have to ignore the initial TitleChange event when the page loads.