everytime i run my project here on laptop with vista as its os, it says internet explorer cannot display the webpage.. but in my desktop im using xp and im not encountering that problem,
any help?
Printable View
everytime i run my project here on laptop with vista as its os, it says internet explorer cannot display the webpage.. but in my desktop im using xp and im not encountering that problem,
any help?
How do you call the web browser? I use
System.Diagnostics.Process.Start("fullpath\mypage.html")
and it's fine in XP, Vista, 7, etc.
Vista clamped down on a lot of things so if you're using something more dodgy like directly calling the .exe that might not work.
uhmm,, can you please give me a further explanation of what you're saying.. sorry man but i'm just a newbie.. can't fully understand what you're saying..
i'm directly running it by clicking the run button... sometimes i just right click on the form and choose view in browser..
Are you trying to display any web pages at all?
I expected you were, and wondered how you did that.
There must be something in there that's calling the web browser.
Hang on, is this a Windows Forms app or some web thing? I don't have a 'view in browser' option in my VB.net.
asp.net with vb.net sir
OK, wouldn't have a clue then :P
eer... but thanks anyways :|