Ive completely removed IE because it caused me laods of problems with virusse's etc... but i use msn messenger a lot and to veiw my emails i usually just click a button and it loads IE with my inbox opened and ready for me. But scince i no longer have IE it cant do that and wont open firefox even though it is my default now. So what i want to do is to write a small program in VB that will launch firefox with the url that msn messenger sends to it. Ill call the exe the same as internet explorer so msn thinks it is launching IE. This exe will then take the variable (as i assume the url is sent in a variable) and pass that on to the firefox exe as the location to open and with any luck i should have my inbox.
I know how to shell another program from VB but i do not know how to take a variable from another program and i have no idea what this variable from msn messenger will be called. possibly something like "url" but what character identifies it as a variable? like in php it would be "$php" but i have no idea in VB as im not very good with it!
Any help greatly appreciated!

