Search Results

3
votes

Host C# winforms in VB6 applications

The Interop Forms Toolkit allows you to create .NET Forms and User Controls that can be used in VB 6.0 applications. This allows you to migrate VB 6.0 applications to .NET over time (a form or part …
1
vote

Where can I find a good tutorial describing how to leverage a SOAP web service from a Winforms application in .NET 3.5?

This series of webcasts by Michele Leroux Bustamante are a great resource to get started with services. ht …
2
votes

How to provide a Session/Host object for use in both a windows and web application?

It would take some re-architecting, but if you switch from using Session State to User Profiles you could then use Client Application Services to share the information. …
0
votes

Resources for WinForms/WPF dev trying to learn ASP.NET

The are lots of resources on the web but I would definately recommend the Learn section of the ASP.NET Community Site: http://www.asp.net/learn/ …
0
votes

C# - How to put extended WinForms Control on ToolBox

Any custom control in your project should show up in the Toolbox automatically. I have found that sometimes the controls won't show until you close a re-open Visual Studio. I assume the issue has s …