Dude your tutorial is really worth,and for a some point it's much clear...and hope you will provide us another tutorial about Multiple Forms Windows Applications which requires all the later forms need a very simple(not DB used,as it's anything that later on we can develop by our own...) user log-in at the first form to be appeared....!
thanks a lot for the video - I'm an advanced programmer but new with the .NET platform(I'm learning it for the second day). And I yr video helped me a lot :)
gr8 tutorial. jawed i wanted to know how we can insert data into a table that has a columnwith referential integrity. i would really appreciate a prompt reply. do you think i should create a stored procedure that has a select statement with joins and then call that in the insert statement in visual studio using c#?
Great Video Jawad but a little advanced for me at this point. It's my theory that if you make enough C# programming videos, I might become a semi-expert before the year 2015! More videos is always better. Great professional video. My only suggestion is that you speak just a little louder. I will talk with you soon friend.
sorry but that I should tell you that there is a bug in the second form proper case function it cant do totitlecase exactly after UPPERCASE selection...
Whats the code for the cancel button? Your cancel doens't have any use at the moment if i look at that codes. Anyone knows how to close one form and let the "main" form open?
can any1 tell me, how to open another form(say form2) from an existing one(say form1).
also, when form2 opens, form1 should be closed..
p.s i'm learning c sharp on my own, and really need a little help
chaos847rage 5 hours ago
Dude your tutorial is really worth,and for a some point it's much clear...and hope you will provide us another tutorial about Multiple Forms Windows Applications which requires all the later forms need a very simple(not DB used,as it's anything that later on we can develop by our own...) user log-in at the first form to be appeared....!
Thanks a lot Man!!!
RVishman 1 day ago
nice work
td62baberjuff 1 day ago
What happens to the cancel button!
ldrrp1 1 month ago
@ldrrp1 cancel buttons do nothing exciting but, it just closes the second form without doing any changes to the main form...
for example, in notepad when you exit a window pops up and asks you do you want to save.. if you hit cancel nothing happens right..
jaweedhkhan786 1 month ago
im makening gamer platform
xXminecraftersXx2 5 months ago
thanks a lot for the video - I'm an advanced programmer but new with the .NET platform(I'm learning it for the second day). And I yr video helped me a lot :)
TomasNovella 5 months ago
@TomasNovella thanks a lot... your comments and like will encourage me to make more videos in a more professional manner
jaweedhkhan786 5 months ago
gr8 tutorial. jawed i wanted to know how we can insert data into a table that has a columnwith referential integrity. i would really appreciate a prompt reply. do you think i should create a stored procedure that has a select statement with joins and then call that in the insert statement in visual studio using c#?
missmymanners 7 months ago
Great Video Jawad but a little advanced for me at this point. It's my theory that if you make enough C# programming videos, I might become a semi-expert before the year 2015! More videos is always better. Great professional video. My only suggestion is that you speak just a little louder. I will talk with you soon friend.
killerbee133b 8 months ago
@killerbee133b Thanks a lot...
jaweedhkhan786 8 months ago
Very nice! :D
Atomix617 9 months ago
Just to ask on form to can u set it up so that they can choose what size they have ? if so could u plz try and do a vid on that plz :)
SPEEDATW 10 months ago
Great video it helped loads!!!!! plz create some more ill subscribe to your channel thanks :p
SPEEDATW 10 months ago
sorry but that I should tell you that there is a bug in the second form proper case function it cant do totitlecase exactly after UPPERCASE selection...
sbasalan 10 months ago
@sbasalan I really appreciate 4 finding dat bug actually the proper case works fine wid lower case
jus modify dis section of code as follows
else if (radioButton3.Checked == true) { CultureInfo properCase = Thread.CurrentThread.CurrentCulture; TextInfo textInfoObject = properCase.TextInfo; changeCase = changeCase.ToLower(); changeCase = textInfoObject.ToTitleCase(changeCase); check = true; }
jaweedhkhan786 9 months ago
I love your tutorial, thanks a lot
sbasalan 10 months ago
Whats the code for the cancel button? Your cancel doens't have any use at the moment if i look at that codes. Anyone knows how to close one form and let the "main" form open?
bartJeh1991 1 year ago
@bartJeh1991 if you want to work with the cancel button then make its object name as btnCancel
and double click it in the design form and then write the following code
this.DialogResult = DialogResult.Cancel;
And it just close the active form without making changes
jaweedhkhan786 1 year ago
@jaweedhkhan786 Thank you so much works great now!
bartJeh1991 1 year ago
Very helpful!
=)
janub 1 year ago
Thank you!
IDeCiZioNz 1 year ago
@IDeCiZioNz you are always welcome
jaweedhkhan786 1 year ago
you are a good teacher. please make more!
tikonwc3 1 year ago
@tikonwc3 I appreciate that...
pls subscribe me in coming days i am going to seriously work on this programming language and will post lot more tutorial videos...
jaweedhkhan786 1 year ago
Wow, nice Tut bud...i learnt something here, am ready for my test!
Nkubungaful 1 year ago
@Nkubungaful best of luck...
jaweedhkhan786 1 year ago