Open the conditional form ?


Author
Message
Dong Trien Lam
Dong Trien Lam
StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)StrataFrame Novice (57 reputation)
Group: Anonymous / Guest
Posts: 57, Visits: 251
Assuming the program appears to open the form repeated in many places in the program through the following code:
     if (agreed conditions the open form 1)
        {
             Form1 frm = new Form1();
             frm.Show();
        }


instead of checking conditions in outside open Form1 form and the opening of Form1 appears many places in the program you want to put conditions inside Form1 it will be difficult to implement, there are certain you know this how ?
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search