GDI+ WinForms Program works differently on different computer -
i wrote vb 2015 gdi+ winforms program on desktop. works there. involves 600x600 image, , clicking on image changes color of 10x10 box on image mouse clicked. but, on laptop, clicking on image changes 10x10 box , 3 other boxes outside image, right, right lower, , lower ( i.e. east, southeast, , south) areas of form outside image. example, clicking on desktop gives: ------- | x | | | ------- while clicking on laptop gives: ------- | x | x | | ------- x x . both machines windows 7 pro 64-bit sp1. doesn't matter screen resolution used - work correctly on desktop, , work incorrectly on laptop. it doesn't matter whether ...