|
-
Sep 17th, 2002, 06:30 AM
#1
Thread Starter
New Member
Graphics Programming - Drawing on a panel - in VB.net
I am involved in making an interface for bluetooth project and I am supposed to do it in Vb.Net, I am unable to determine, how to draw a graphics image on a panel around a listview control in a panel.. All the suggestions are welcome ......
Prashanth
__________________
-
Sep 17th, 2002, 06:11 PM
#2
PowerPoster
In the panel's paint event is where I would write the code to do this, or in the form's OnPaint event. You need to get a graphics object of the form, then find where you need to draw by refering to all the tops/lefts of the objects you want to paint on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|