Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello I have another VB question about the graphic, I have tried to code, but it does not work, please help me to find the
Hello I have another VB question about the graphic, I have tried to code, but it does not work, please help me to find the solution. (the final graphic should be like the photo after my coding) Thanks a lot!
Fin Form 1 U Projet1 - Form1 (Code) (Gnral) For i = 0 To xmax Step 10 'to draw Parallel Picturel.Line (i, 0)-(i, ymax) Picturel. Line (0, i) - (xmax, x) Next i Parallel diagonal End Sub Private Sub Command2_Click() For i = -xmax To xmax Step 10 'to draw diagonal Picturel. Line (i, 0)-(xmax, ymax) Picturel. Line (i, ymax) - (xmax, 0) Next i End SubStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started