My program, written in VB6, seems to be working fine in both XP and 98SE.
Vista is being tested tomorrow!
For various reasons, I am using Notepad. Some of the Output is in Portrait
Mode and some in Landscape. The code for these is slightly different in 98
and XP. I shall see tomorrow what it would be in Vista.
A neat solution would be to determine what version of Windows is being used
and write the code accordingly:
If version = XP Then [XP Code]
If version = 98 Then [98 Code]
Is this possible? If so, how?
Michael
.