J
JB
Hi, I was wondering how the .NET CF screen coords in say
System.Drawing.Point(8,40) can be mapped to equivalent coords for use by
the SetWindowPos(0,8,40,cx,cy, flags) function in C++ Using the same
values doesn't work. Is there any way to do a translation even on paper.
Reason being i'm doing a C++ app but using some code of another .NET CF
app we have to base it on.
Thanks
System.Drawing.Point(8,40) can be mapped to equivalent coords for use by
the SetWindowPos(0,8,40,cx,cy, flags) function in C++ Using the same
values doesn't work. Is there any way to do a translation even on paper.
Reason being i'm doing a C++ app but using some code of another .NET CF
app we have to base it on.
Thanks