You must Sign In to post a response.
  • Category: .NET

    Solution required related for windows form control library application using vb.net

    Hi Friends,

    Nice to meet you all for a long gap.


    Now am in need of some solutions required to deploy the windows for control library application in web application part.


    I had developed one windows form control library function with 4 to 5 user control pages on that application. Also i take a build of that application and used that dll in web application and also in web form as

    <object id="myname1" classid="http:CTS_Capture.dll#CTS_Capture.frmLogin" visible="true" ></object>



    After i added everything only the login form enabled in web depends on the object class id as i set in web page.

    Now am in need of solution is i need to set startup page for login user control form in windows form control library application like as windows form application. And also I have to make a view of all forms in control library application in web page to run from login page itself.


    SO anyone can provide me a solution for the application to solve and also how to ake a default form in windows form control library application like as windows form application.


    Thanks & Regards,
    Karthick Meiyappan,
    9994088266
  • #767291
    Hi,

    As per my understanding your query you have different dll's contains different user controls one of that is login user controls (control library) and you call those dll's in your web application and when you access that you want to set the particular dll (user control) should be the start up page right?

    If my understanding is correct, I guess it's not possible because class library (dll) as a reference file and we used that reference and incorporate those features in our web applications, we can't set that dll as start up page, if you want to set the application page as start up page then you need to select that page and then right click and select the option "SetAsStartuppage".

    Please reach out me if you have any queries...

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/


  • Sign In to post your comments