Two image input forms, can choose to want pictures show
2 textbox the mouse to click any arbitrary point on the picture, and the mouse point of pixel coordinates automatically input into the text,,
Is the pixels of the picture,,,, not the entire screen pixels opened by drawing a picture, for example, the mouse on somewhere below will show the pixel coordinates
Great god help ah.
CodePudding user response:
Forces you to write the program is too rude, you have not learned VB, he and why you are asked to use VB to write, ask him you use VC or c # write a line not?CodePudding user response:
Can also,,, but I will notIs the teacher asked,,, still nothing to teach, and to do procedure,,,, what do I also learn
Have expert help, thank you
CodePudding user response:
Why should not has been strong,CodePudding user response:
This program has the difficulty?CodePudding user response:
The meaning of the teacher is not simple, you don't know pay someone to do,Can't call me when the teacher to spend money, or I also still earn much money,
CodePudding user response:
What a lot of people discuss,,, to help a no,, ha haCodePudding user response:
Private Sub Form_Load ()
Picture1. Picture=LoadPicture (" ") 'image path
End Sub
Private Sub Picture1_MouseDown (Button As an Integer, Shift the As an Integer, As Single X, Y As Single)
Text1. Text=X & amp; ", "& amp; Y
End Sub