Does any one know how to get the number of twips there are in a pixel for a computer? In VB it is screen.twipsperX and screen.twipsperY what is its equivilent in VC++?
Many Thanks
Printable View
Does any one know how to get the number of twips there are in a pixel for a computer? In VB it is screen.twipsperX and screen.twipsperY what is its equivilent in VC++?
Many Thanks
api and C++ generally use pixels. What are you trying to do that requires twips in C++?
I was converting a VB prog to VC++, but i have found out how to do it now.