Results 1 to 13 of 13

Thread: Graphics Programming - Drawing on a panel

  1. #1

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

    Thumbs up Graphics Programming - Drawing on a panel

    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
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421
    I'm sorry for either not understanding or being stupid, but what do you mean by, "panel?" Do you mean a PictureBox?
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    VB.NET comes with a powerfull drawing library..use GDI+ its in system.drawing namespace!

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    Kuala lumpur
    Posts
    8
    Originally posted by Oafo
    I'm sorry for either not understanding or being stupid, but what do you mean by, "panel?" Do you mean a PictureBox?


    I am really sorry to hear from you that, you cannot understand what "panel" really means??? Panel is a container which contains other controls.. I think u r very new to programming in GUI.. Learn.. Helps a lot for ur career....
    MY project queries

  5. #5
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by getprashanth
    I am really sorry to hear from you that, you cannot understand what "panel" really means??? Panel is a container which contains other controls.. I think u r very new to programming in GUI.. Learn.. Helps a lot for ur career....
    Woah...

    Z.

  6. #6
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    Wow, the one asking the question flames someone! Not a good way to go.

  7. #7
    Hyperactive Member Knowledge_is_Et's Avatar
    Join Date
    Dec 2001
    Location
    An Oak.
    Posts
    305

    Unhappy

    ummm, i've been programming for a long over a year, and have created my own activeX control (from scratch, that emulates almost everything a listbox does, except with one additional feature... and thats me trying to brag about my first control ever...and my first useful thing ever made) and I like to think I know VB. I've at least dabbled in everything Ive ever heard of in VB except internet...and I don't know what you mean by a panel. I would assume a Frame though, is that correct?
    Now returning to the world of VB. Please make sure your seatbelts are securely fastened and all trays are in their upright and locked position.

  8. #8
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    he said it was a container, frame, picturebox, form, etc.

    oh, and programmers learn different terms based on where they learned. U could go to a 10 year proffesional programmer, and he may not know some of the terms(programming slang) that u use.

  9. #9
    New Member DarkInnate's Avatar
    Join Date
    Sep 2002
    Location
    Montreal, QC, Canada
    Posts
    3

    It's a VB .net control

    Originally posted by Knowledge_is_Et
    ummm, i've been programming for a long over a year, and have created my own activeX control (from scratch, that emulates almost everything a listbox does, except with one additional feature... and thats me trying to brag about my first control ever...and my first useful thing ever made) and I like to think I know VB. I've at least dabbled in everything Ive ever heard of in VB except internet...and I don't know what you mean by a panel. I would assume a Frame though, is that correct?
    In VB6, there's no control named "Panel". In VB .net, there is. And yes, a panel is pretty much like a frame (with a few differences).

  10. #10
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    There IS a VB6 object called a Panel, But I do not believe that it is the same object. On the other hand, there is an object availible in Borland C++ Builder called a panel which, I believe, is the same object.

    Z.

  11. #11
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421
    I think u r very new to programming in GUI..
    That's hilarious

    I've been programming for uhh.. going on 2 years now. Never heard someone call a container a Panel before. And before you start spraying flames at me, you might wanna think about the terminology you use and how other people might interpret it, after all, it does help in the career world, I mean c'mon.
    Last edited by Oafo; Sep 23rd, 2002 at 08:32 PM.
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

  12. #12
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    A Panel is a type of container.

    Z.

  13. #13
    Hyperactive Member Knowledge_is_Et's Avatar
    Join Date
    Dec 2001
    Location
    An Oak.
    Posts
    305
    Thank you.
    Now returning to the world of VB. Please make sure your seatbelts are securely fastened and all trays are in their upright and locked position.

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