WinForms to Web
Learn about the various migration options of desktop/smart client applications to the web available using Visual WebGui.
Learn about the various migration options of desktop/smart client applications to the web available using Visual WebGui.
Learn to add attachments to hyperlinks that contain email addresses by using a little bit of VBA.
Many organizations are not fully realizing the power of content types when using SharePoint. Here you will learn how to leverage content types and use them properly through examples.
Leverage the BizTalk POP3 Adapter to manage an inbox.
Learn about FreeDOM (Free Document Object Model), a web development technique used to create event-driven web applications. FreeDOM is designed to overcome the limitations of stateless HyperText Transfer Protocol (HTTP) transmissions.
Don't wait for Exchange 2007 to use Powershell in your enterprise messaging environment. Learn how to create mailboxes in Exchange 2003 and take your management to the next level.
Learn about common FTP functionalities using C#.NET 2.0.
The TcpClient class enables you to test whether services such as FTP and SMTP/POP3 mail are running and responding properly.
Indexing Server, SQL Server, Windows SharePoint Services, SharePoint Portal Server, Exchange Server, and Windows Desktop Search provide full-text search capabilities. Each utilizes so-called IFilter components to index the content and then allows clients to search the index. Learn how IFilter components are utilized and how full-text searching works in each of those products.
ASP.NET 2.0 provides excellent site-navigation features for storing and displaying site-navigation data in your Web applications. Learn how to leverage them in your Web development.
The process of building professional desktop applications includes many hidden tasks, such as the persistence of the window state and appearance. This will introduce additional accessibility for such applications. Learn a simple approach to do so.
Learn how to connect to a Hotmail mailbox, enumerate inbox mail items, and send and retrieve e-mail, using C# and the XMLHTTP component. Sample code accompanying this article contains a .NET assembly, demonstrating that connecting to Hotmail via HTTPMail can be as simple as working with any other mail protocol such as POP3, IMAP4, or SMTP.
The first part of this article explains how to use an ASP.NET script in a Windows application to generate HTML output. The second part discusses the WebBrowser control and shows how to display the HTML output generated in the first part.