Always remain updated about current software development trends

Articles having tag: WINDOWS FORMS

The link between Windows CE/Windows Mobile applications, ASP.NET and HTML5

Windows CE/Windows Mobile applications are practically .NET applications that based on a subset of the .NET Framework (.NET Compact Framework). Windows CE applications got descent popularity with early PDAs and smartphones that were based on Microsoft's...

Migration & Modernization: Windows/VB6 Apps to ASP.NET HTML5

I would like to invite you to a webinar we are doing in collaboration with Jeffrey S. Hammond , Principal Analyst serving Application Development & Delivery Professionals at Forrester Research. The webinar is free and it will will introduce the substantial...

Actipro Blog 2012 Q1 Posting Summary

What We Accomplished The biggest news of this quarter was that we launched our brand new company web site that was built from the ground up to serve our customers better.  It's easier to find product information, place orders, maintain your accounts Read...

Windows Forms 2012.2 Controls Released

While recent blog posts have focused on the new company web site we just launched over the weekend, we also published a new 2012.1 version of all our WinForms Controls at the same time.  In an older post , we described what was coming in this version Read...

Printing DataGridView In C# VB.NET WinForms

Printing DataGridView With C# VB.NET In Winforms Windows Froms Application.

WinForms Controls 2012.1 Beta Testing Begins

We're very excited to be done with the development of the 2012.1 updates for our WinForms controls.  Today we sent out a beta test to several customers and will continue testing the products ourselves.  The official release will happen at Read More......(read...

WinForms Control Updates in Progress

In a recent blog post, we mentioned that WinForms product updates were in progress.  I'd like to get into some more detail on what is to be expected from these updates. Update Overview Creation of WinForms Studio 2012.1 The next major WinForms Read More......(read...

WPF, Silverlight, WinForms Maintenance Releases

We just published maintenance releases for all WPF and Silverlight controls, along with the WinForms SyntaxEditor and UIStudio products. WPF Controls The WPF Studio updates include numerous minor enhancements, tweaks, and bug fixes throughout nearly all Read...

EmailVerify.NET now part of the Cobisi family of products, new managed proxy client library, new web site

Dear readers, the last week was a great one for us, as we have finally succeeded in building the foundation for the new Cobisi family of products. The great experience we have made in the last six years withEmailVerify.NET, our flagship.NET component for...

Debug slow calls using IIS Logs

For any asp.net/WCF application hosted on IIS it is essential to monitor the response times of the web requests and the easiest way to do this is by using IIS logs. I use Log analyzer to output the calls taking a lot of time. Following steps would help you...