tobermory20
Programmer
I have created a form, I let the Form Load take care of loading all the data. Now I have added mouse click event, I for starters just wanted to output some text when
I created a simple Form1_MouseClick(object sender, MouseEventArgs e) in a form. Now I want to just output something like "You are in Mouse Click Event \n". However, Console.Writeline() doesn't seem to work, go figure right... How can I accomplish some simple output to a form. I actually want to output these values x = e.X and y = e.Y is where I am heading with this, but I can't seem to do a simple output statement. Any advice?
Thanks,
T.
I created a simple Form1_MouseClick(object sender, MouseEventArgs e) in a form. Now I want to just output something like "You are in Mouse Click Event \n". However, Console.Writeline() doesn't seem to work, go figure right... How can I accomplish some simple output to a form. I actually want to output these values x = e.X and y = e.Y is where I am heading with this, but I can't seem to do a simple output statement. Any advice?
Thanks,
T.