Draw fill rectangle in picture box

Visual Basic Topics
Post Reply
User avatar
malinda
Posts: 2
Joined: Tue Jul 21, 2009 11:13 pm

Draw fill rectangle in picture box

Post by malinda » Mon Aug 03, 2009 11:21 am

Hi Guys,

Can you please tell me a method to draw fill rectangle in picture box?
User avatar
tharaka
Posts: 2
Joined: Tue Jul 21, 2009 10:59 pm

Re: Draw fill rectangle in picture box

Post by tharaka » Wed Aug 19, 2009 3:01 pm

Code: Select all

Picture1.Line (10, 10)-(1000, 1000), 255, BF
Post Reply

Return to “Visual Basic Programming”