Insert Shape VB Code

rbecker08

New member
Joined
Sep 16, 2011
Messages
2
Programming Experience
1-3
Hey all,
I am looking for some simple help, excel has this command built in but I am trying to recreate it within a Windows form application. One of the shapes available in excel is a process flowchart square......I would like to create an interface for users to be able to insert a flow chart by drawing some basic shapes. what is the VB code to activate the insert shape command but not actually draw the shape, just allow the user to draw it. I know this may not make sense but if I need to try and describe it again let me know. Thanks Rich
 
Alright so I thought of the best way to describe this....I essentually just want to recreate the Autoshape button that you see in excel but in a more simplistic method just want to assign a single shape to a button and let the user draw it after pushing the button. Just even some ideas on how to do it would be helpful so I can go play around with it. Thanks
 
Back
Top