Thursday, March 22, 2012

Windows Control Library

hi all

i have already pasted my query but did not find any solution.

so i m again explaining my ques.

actually i m trying to embed windows form on to windows control library.

is it possible

plz help me out

Hi,

I have posted a reply on your another thread,

http://forums.asp.net/t/1160274.aspx

Here, I'm copy and pasting the post. Hope this helps.

Based on your description, I understand that you need to embed a windows form into a windows control library and use the form in a web application. If there is any misunderstanding, please feel free to let me know.

We can put a windows form into a windows control library. It is possible. Here are the steps

1. Right click on the windows control library project and select Add New Item.
2. Add a Windows form and click Add.

However, with the current technology, we cannot put a windows form in a web project, because they are created with completely different technologies.

If you need to run your windows form application from a web application, you can consider the click-once deployment.

ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation. Visual Studio provides full support for publishing and updating applications deployed with ClickOnce.

For more information, please check the following link:

http://msdn2.microsoft.com/en-us/library/t71a733d(vs.80).aspx

0 comments:

Post a Comment