billy_bob169
Freshman
Is there a way, in VB.NET, to check what operating system the user is running. I have run into a problem with the printpreview control when my program is running on Win 98. I can get around the problem by just printing the document (no preview), but what would be the fun in that. Here is what I am trying to accomplish...if the user is running Win 98 or Win ME, I want the print preview option in my Menu to be disabled, leaving only the option to print. That way if they are running a newer OS, the option to preview it will be there. Is this possible???