Skip to content
Discussion options

You must be logged in to vote

Hi Scott thank you for your answer but I will still mark the thread as unanswered if you don't mind in case someone else wants to chip in, and also since your answer still leaves me with more unknowns..

I'm trying to break the whole process down into small steps so I can deal with them and learn about GUI structures as I go.

My most immediate problem right now then is that I don't know how to trigger a custom function when the mouse button is pressed. I tried messing around with MouseDown and MousClick but it didnt help. This is what I tried:
formsPlot1.MouseDown += formsPlot1_MyMouseDown;
formsPlot1.MouseClick += formsPlot1_MyMouseDown;
As mentioned earlier I did manage to call a custom …

Replies: 2 comments 3 replies

This comment has been hidden.

Comment options

You must be logged in to vote
3 replies
@swharden
Comment options

@JuanViPerea
Comment options

@swharden
Comment options

Answer selected by swharden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants