Can a URI point to a file name in memory cache?

Jim Webb 41 Reputation points
2022-03-11T11:40:01.5+00:00

Can I use a named memory mapped file as a URI source to load into a WebBrowser? The construct I need is like:

             MyWebBrowser.Url = new Uri(address of memory mapped Filename)
   or      MyWebBrowser.Navigate(New Uri(address of memory mapped Filename))

I have been searching everywhere for a means to set a URI as a memory mapped (or even a filestream) address for a file but have failed miserably. Any help or pointers would be greatly appreciated.

All the best,
Jim.

Developer technologies | VB
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.