2,892 questions
Can a URI point to a file name in memory cache?
Jim Webb
41
Reputation points
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
Sign in to answer