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

Search:

Type: Posts; User: RezaBagherian2

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    1,676

    Re: Need help

    the class in the program
    public static class message
    {
    public message()
    {
    MessageBox.show("welcome to the world of programming");
    }
    }
    and how recalled the class
    var c1 = new message
  2. Replies
    6
    Views
    1,676

    Need help

    I made a class then I recall it but the codes doesn't display
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured