Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~272 People Reached
Favorite Forums
Favorite Tags
Member Avatar for marktwo

Hi, When I run it Dim A As Single A = 12.345 Debug.Print Round(12.345, 2) Debug.Print Round(A, 2) I got different results: 12.34 12.35 Can you tell me why?

Member Avatar for Reverend Jim
0
228
Member Avatar for marktwo

Hi, In VB6, we can use Picture1.Scale (100,200)-(500,600) to set the coordinate system in Picture1 so that the coordinate at top-left is (100,200) and the coordinate at bottom-right is (500,600). I found there is similar thing in VB.Net: PictureBox1.Scale, but I don't know how to use it. Can you show …

0
44