Search:

Type: Posts; User: Tperry23

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,388

    Moving a frame(sorry i mean groupbox)

    I'm trying to get this to work:

    When the user clicks the command button. I want it to put the groupbox's y coordinate into a variable.
    This is what I tried. y = frame1.location.Y;

    Then I want...
  2. Replies
    0
    Views
    1,305

    Auto Scrolling

    Sure this has been answered, but I looked and looked and found nothing to my contempt. I have a listbox, and I would like it to autoscroll down everytime i add something to it. Thanks!

    TIm

    ...
  3. ..

    Right, I switcheds back to private, and I learned how to make the methods and things. But now, of course there's another problem, I ALWAYS have form2 and form1 showing at the same time, and the only...
  4. Controls

    Well, I finally figured out how to access them. I just turned them to public controls. But, even though I can access them and give them a command, such as form2.txtOutput.Text = "Hi";, it doesn't do...
  5. Reply

    Aye, sorry. I have a good understanding of OOP in C++. Just a little confused with the way it's set up in C#. I tried changing the members to protected instead of private on the class form. But that...
  6. Accessing Controls on a different form from one form.

    Pretty much as it says. I tried through every little Form1.(names).blah.blah But I could not find how to access a listbox on Form2 from form1. Please help.

    Tim
  7. Replies
    0
    Views
    1,527

    Accessing controls on a different form.

    My original question was figured out. :confused:


    Tperry
  8. Classes

    Alright thanks! That works enough for me

    Tperry
  9. Classes(Sorry, but couldn't find it in search)

    Hello, I'm sure this has been explained and explained. But I didn't see it for what I'm looking for. In C++, this is the normal class script

    class Goblin
    public:

    Goblin();
    ...
  10. Replies
    2
    Views
    1,987

    Thanks

    Thanks!.. I knew it had to be easy..was just putting it in the wrong way.

    Tperry
  11. Replies
    2
    Views
    1,987

    Multiple Forms in C#

    Sorry. I am new at C# and trying to begin my project. I know VB and C++, but I cannot figure out how to make another form show up.

    I have button1, and when clicked, i want form Start to show.
    ...
Results 1 to 11 of 11