Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (27)

Sign In or Sign Up now to post a comment!
  • 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

  • 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!!!

  • nice work

  • What happens to the cancel button!

  • @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..

  • im makening gamer platform

  • 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 thanks a lot... your comments and like will encourage me to make more videos in a more professional manner

  • 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.

  • @killerbee133b Thanks a lot...

  • Very nice! :D

  • 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 :)

  • Great video it helped loads!!!!! plz create some more ill subscribe to your channel thanks :p

  • 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 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.CurrentCu­lture; TextInfo textInfoObject = properCase.TextInfo; changeCase = changeCase.ToLower(); changeCase = textInfoObject.ToTitleCase(cha­ngeCase); check = true; }

  • I love your tutorial, thanks a lot

  • 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 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 Thank you so much works great now!

  • Very helpful!

    =)

  • Thank you!

  • @IDeCiZioNz you are always welcome

  • you are a good teacher. please make more!

  • @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...

  • Wow, nice Tut bud...i learnt something here, am ready for my test!

  • @Nkubungaful best of luck...

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more