
Web control using embedded resource
Hi,
I am trying to use an embedded html file to load into a .NET VB form in my
application. I have tried using
url = "res:\\" + System.Windows.Forms.Application.ExecutablePath + "/" +
"Page.htm"
but this did not work. How do I do this? Does this syntax not work for
.NET resource files?
--Larry Bishop