Draw a Line in VBA
-
Hi Folks! I have a BIG problem, i can't work further because of a little thing who doesn't work...! I want to draw a Line in a VBA Makro but it doesn't work! The function from PictureBox -- Image.Line(....) -- is not existing!! Is there another way to draw a line in a picture in VBA? I have only the x / y koordinates form start an end and between these a wan't to draw a line, i don't need more! I hope soooooo much that there is a (easy) way to draw such a line!!! Please help me!! Thank you very very very much!!!! Greetings, Ronny
-
Hi Folks! I have a BIG problem, i can't work further because of a little thing who doesn't work...! I want to draw a Line in a VBA Makro but it doesn't work! The function from PictureBox -- Image.Line(....) -- is not existing!! Is there another way to draw a line in a picture in VBA? I have only the x / y koordinates form start an end and between these a wan't to draw a line, i don't need more! I hope soooooo much that there is a (easy) way to draw such a line!!! Please help me!! Thank you very very very much!!!! Greetings, Ronny
Draw a line on what control? In what application? You can draw a line in a PictureBox using it's Line method, but you can't on an Image control. Line Method - PictureBox control[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome