blah blah blah is here! blah blah » Close

0
votes
1 answers

How to access Form controls from another class?

Hi all debugging.com members, Nowadays I'm working on a serial comminication program. I've created my own serial class to use my serial functions easly. However I couldn't access Form1 controls from my class. For example, I've serialPort ...

1
votes
1 answers

Closing Form1 with Program.cs

Hey, I've got no clue how i would go about closing down the whole program with program.cs, because i made keyboard hooks, and i want basically when i press sec to close the program, i already have the keyboard hooks and that, just I've got ...

Feedback