Graphics question in VB.net
-
Hi, I am new to VB.net and I am writing an application where I would like a user to be able to click on a button on a toolbar (which is on a parent form) and then be able to click on a child form to place a .gif or .jpeg I have no idea where to start and haven't been able to find much of use on the net. Any suggestions would be gratefully received.
-
Hi, I am new to VB.net and I am writing an application where I would like a user to be able to click on a button on a toolbar (which is on a parent form) and then be able to click on a child form to place a .gif or .jpeg I have no idea where to start and haven't been able to find much of use on the net. Any suggestions would be gratefully received.
-
when the user clicks on the child form, what happens? they place an image there? or you want to display an image on the form where they click? ------------------------ Jordan. III
Jordan, I want them to place an image on the form. I have been trying to work out ways of doing it by piecing together info I have learned from some GDI+ tutorials but to no avail. Pete S
-
Jordan, I want them to place an image on the form. I have been trying to work out ways of doing it by piecing together info I have learned from some GDI+ tutorials but to no avail. Pete S
sry.. im sure u can get much better help from sum1 else, its just a matter of waiting a lil', hopefully. what image will they be placing? where is this image coming from? could you maybe post some code relating to the event? ------------------------ Jordan. III