Abdul Hayee
Member
- Joined
- Mar 31, 2020
- Messages
- 24
- Programming Experience
- Beginner
Hi Guys.
I have a very simple question. I am basically a Microcontroller Programmer using C language. In this there is a Main Loop which always executes and we call different functions from here.
In C# Windows form which is the Main Loop which always get executes and do different functions. I have a very simple program, below is the picture of Main Program
if we see public Form1(), this loop is printing line only for one time, so i think it is not the main loop. right?
Kindly tell me about this.
I am writing a program which have different buttons and according to these buttons i have to execute/stop execute things.
Hopefully you guys are getting my point
Thanks
I have a very simple question. I am basically a Microcontroller Programmer using C language. In this there is a Main Loop which always executes and we call different functions from here.
In C# Windows form which is the Main Loop which always get executes and do different functions. I have a very simple program, below is the picture of Main Program
if we see public Form1(), this loop is printing line only for one time, so i think it is not the main loop. right?
Kindly tell me about this.
I am writing a program which have different buttons and according to these buttons i have to execute/stop execute things.
Hopefully you guys are getting my point
Thanks