Results 1 to 2 of 2

Thread: Graphics Programming - Drawing on a panel - in VB.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    Kuala lumpur
    Posts
    8

    Thumbs up 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


    __________________
    MY project queries

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width