In vb6 (can't remember how as i have not used it for ages) you could add (.htm) resources to your project and view them through Internet explorer using something like:

res://c:/something/test.exe:ResourceName
(prob not exactly as above - 4 got how to do this but something like that)

Just wondering how i can access the resources this way in a vb.net app

Thanks in advance
Kris