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

Search:

Type: Posts; User: Claws135

Search: Search took 0.02 seconds.

  1. Re: I need help converting modal to modeless dialog boxes

    Thanks for the help, i figured it out. i wasent making the changes in the correct area, and forgot to remove the using command.
    My new code is:

    Dim NewFormA As New FormA
    NewFormA.show()

    and...
  2. Re: I need help converting modal to modeless dialog boxes

    Thanks for the help, but could you be a little more specific? i have no clue as to what i am doing with VB, the closest i have come is basic c++. When i tried using the Show method, instead of the...
  3. Re: I need help converting modal to modeless dialog boxes

    i am using visual studio 2008
  4. [RESOLVED] I need help converting modal to modeless dialog boxes

    I am brand new at visual basic, and i have no clue what i am doing. i need help allowing the display of multiple dialog boxes as modeless.
    This is my code, can someone please post a version that...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured