User Profile

Collapse

Profile Sidebar

Collapse
munim
munim
Last Activity: Nov 23 '07, 04:38 AM
Joined: May 19 '07
Location: Dhaka, Bangladesh
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • munim
    started a topic Web Service and Namespace
    in .NET

    Web Service and Namespace

    Hello Guys!

    I am new to .NET Platform and very new to Web services.

    I have been developing a system which is a Windows Application (which is 40% complete, and I have been working on it for a month). All my classes, base classes, DAL, BLL etc are in a Class Library (. DLL file) that are managed in different namespaces for example:

    Code:
    using Example.DAL;
    using Example.BLL;
    using Example.Objects;
    ...
    See more | Go to post

  • munim
    replied to Set a Form as Child of another Child Window
    in .NET
    Did you try childform2.show dialog(). You surely haven't. Cuz this doesn't work... Now supposed to work....
    See more | Go to post

    Leave a comment:


  • munim
    started a topic Set a Form as Child of another Child Window
    in .NET

    Set a Form as Child of another Child Window

    Dear Guys!

    I have a MDI form. I use the following code to show a form as MDI child
    Code:
    frm.MdiParent = MainForm; //MainForm is the ref to the MDI form
    frm.Show();
    I want load another form which is a child of MDI child.
    When I show the the second child form... I don't want the first child form to be accessible.

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...