Search Result

Collapse
3 results in 0.0041 seconds.
Keywords
Members
Tags
passing
  •  

  • kondi69
    started a topic Problem with passing data between forms.

    Problem with passing data between forms.

    Hello,

    I'm right newbe in c# but I have big problem with passing data between forms.

    Below code:

    [FORM2]:
    Code:
    public Form1 main = new Form1();
            public int opuwminuty;
            public Form2()
            {
                InitializeComponent();
                numericUpDown1.Value = main.uwminuty;
            }
    
            private void numericUpDown1_ValueChanged(object
    ...
    See more | Go to post
    Last edited by kondi69; Jun 22 '10, 03:22 PM. Reason: forgotten

  • Daniel101
    started a topic Passing a Method?
    in Java

    Passing a Method?

    Hello, I'm still new to Java and I have a certain problem in my code.

    I've made 2 classes (Person and Group) and 1 demo (Which is used for testing my classes).

    Person works perfectly fine when I use it along with my demo.
    Though, I'm having a bit of trouble importing/using certain methods from Person in Group.
    The problem is that I do not know how to import/use a method from another class in my Group class...
    See more | Go to post

  • chris52672
    started a topic How to get a pass code from form2 to form1

    How to get a pass code from form2 to form1

    I am launching (form2.show()) from form1

    In form2 the user has to enter a pass word. I need to pass this password off to form1 how do I do that?
    See more | Go to post
Working...