TURNERMICH
Technical User
I am using some code i downloaded and have it all working fine under Windows98.
Most of the code is API Based, Window Handles etc.
Under Windows98 all handles are eg 1162 2345 etc
Under Windows2000 Server they are 131234 121555 etc
Existing Code eg
Dim Test1%
Will not work..
=========================================
If i alter it to Dim Test1 as Long
and take the % out everywhere in the procedure.
Under Windows2000Server it then works.
=========================================
There is a lot of code.
Is there any simple way of altering all the code to work under Win2000Server, without altering the % all through the code.
Most of the code is API Based, Window Handles etc.
Under Windows98 all handles are eg 1162 2345 etc
Under Windows2000 Server they are 131234 121555 etc
Existing Code eg
Dim Test1%
Will not work..
=========================================
If i alter it to Dim Test1 as Long
and take the % out everywhere in the procedure.
Under Windows2000Server it then works.
=========================================
There is a lot of code.
Is there any simple way of altering all the code to work under Win2000Server, without altering the % all through the code.