If you open up VS 2008 then under File->New-Project the dialog box should contain Project types one of which should be Intel(R) Fortran with sub-types of Console Application, Library, QuickWin, Windowing App, and COM Server.
If you don't see that then something went wrong with your installation / integration.
The File->New->Project From Existing Code option only seems to know about C++, C# and Visual Basic
Under Tools->Options you should also see an "Intel(R) Fortran" item. The "compilers" sub-item allows you to choose which compiler version to run - if you have more than one installed. Again if you don't see this then your installation and integration failed for some reason.
Les
Interestingly enough. When i first installed, i installed fortran then the visual 2008. I thought re-installing fortran would do the trick. It didn't. But uninstalling and then re-installing the fortran download...that did the trick!
Thanks.