Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
hello, how do i show two forms simultaneously. First one should load first. second form should load after database connetion and check for user settings locally, is the local settings are older than2 weeks then second form should load. once the user selects and clicks on ok button, form2 should hide and continue with other settings of form1.
Note: I think as a programmer not as a human, so use my answer at your will
Posted
In form 1, declare an instance of form 2 and the call the .Show/Showdialog method to get them 2nd form. Then in the 2nd form when it is finished close the form with me.Close ore something like that
Hamlet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...