I added a textbox in to form, but i can't click into middle or last of the text of textbox when formborderstyle is not none. Only work when formborderstyle is none.
Nice work, I was wanting to use more than one form to choose in the panel how do I choose different form to load in the panel would I be able to load different form using a combobox (around 1:30 it was mentioned in the video)
thank you very much . But would like you to help me on my project i have completed my project ,but when a publish to client computer my crystal report doe"nt load
@@M.sedaqat Thank you so much Mehdi Sedaqat am very proud of you . Right now i able to fix my previous problem now its working find . The second one i want to add token authentication in my project lke if any student want register you have to buy a token else you will not register . i would love if give an idea on that , but rember am building a c# window application
How to active keypress event from child not parent form? Its call the child form keypress event only if I click in some things inside children form. Anyway thanks for the great tutorial
This is the best channel on youtube, hands down, Thank you guys so much for all these great video.
Thanks for tutorial i didn't knew that we can also show inside a pannel
You're welcome. thank you !
This worked great! Thank you very much!
Thanks for this tutorial fox Learn yet ....
Thank you !
yeaahh, the best tutorial
Thanks! Great tutorial!
Another perfect tutorial ty
Thank you !
How do you close the form and open a different one in the same panel?
this is what i was looking for,thanks 👍
Thank you !
Many useful!
Many thanks!
Thank you !
I added a textbox in to form, but i can't click into middle or last of the text of textbox when formborderstyle is not none. Only work when formborderstyle is none.
I don't think so, check your code again. thank you !
Nice work, I was wanting to use more than one form to choose in the panel how do I choose different form to load in the panel would I be able to load different form using a combobox (around 1:30 it was mentioned in the video)
Thank you , Good Job
Thank you !
thank you very much . But would like you to help me on my project i have completed my project ,but when a publish to client computer my crystal report doe"nt load
Soft Man you have to install crystal report runtime on client pc ,
You should install crystal report runtime on your client machine, or you can check prerequisites
@@M.sedaqat i did that
Soft Man so r u facing any other problems
@@M.sedaqat Thank you so much Mehdi Sedaqat am very proud of you . Right now i able to fix my previous problem now its working find .
The second one i want to add token authentication in my project lke if any student want register you have to buy a token else you will not register .
i would love if give an idea on that , but rember am building a c# window application
Superoza:)
instead of using multiple forms in a single main form, can't we use multiple panels in one single main form?
Great video. Is this possible to do in java JFrame?
Fox can you share video how to use Calender in C#
OK. Thank you for your suggestion !
good job
Thank you !
Hey im trying to add my form to the panel without dock = fill but the child form get deformed and the font size get changed
Not clear your intentions
como acceder por medio radiobotones y el me abra los paneles
How to active keypress event from child not parent form?
Its call the child form keypress event only if I click in some things inside children form.
Anyway thanks for the great tutorial
Let me try to research. thank you for your suggestion !
how do I place the form center in the panel ? Thanks
i can't hide form 2 when click button show form 3
What error are you getting?
Nice
Thank you !
Form2.cs:
private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show(....);
this.Close(); //