CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jrockow

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,303

    Re: Reference a CLASS

    Hold the phone!

    I think I figured out the changes I had to make and it looks like it's working.

    Thanx for all your help!
  2. Replies
    3
    Views
    1,303

    Re: Reference a CLASS

    Thanx for you response.
    I should have mentioned in my original post that the project I am working on is a "class library" and not a "windows forms application".
    I tried your code, creating a forms...
  3. Replies
    3
    Views
    1,303

    Reference a CLASS

    I have a problem switching back and forth between 2 classes.

    If I use the following code in Class1, I have no problem activating Class2.

    (Dim myClass2 As New Class2)


    However, if I put a...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured