Answered step by step
Verified Expert Solution
Link Copied!

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!

image text in transcribedimage text in transcribed

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 Sub

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Transaction Processing

Authors: Philip M. Lewis, Arthur Bernstein, Michael Kifer

1st Edition

0201708728, 978-0201708721

More Books

Students also viewed these Databases questions

Question

Identify the different methods employed in the selection process.

Answered: 1 week ago

Question

Demonstrate the difference between ability and personality tests.

Answered: 1 week ago