Click to See Complete Forum and Search --> : PictureBox control in C++ .Net


nafc_elbert
July 19th, 2005, 09:08 AM
I'm trying to get a PictureBox control running in the .Net C++ environment. That much is pretty straight forward having done it many times in VB6. However, in VB6 you can draw in a PictureBox with MoveTo, DrawLine, and many other functions. I can't seem to get the syntax correct while trying to do the same thing in C++ .Net. I guess I have 2 questions. First can it be done, and second, does anybody have a code snippet so that I can see the correct syntax? Any help would be great. Thanks!