By tag: Winforms
0
kicks
Extending C# Listview with Collapsible Groups (Part I)
I needed a Listview control with collapsible groups for a Winforms project (ugh). This was my solutions - easy to implement, easy to modify, and not dependent on third-party libraries.
0
kicks
How to create smart client application using Visual Studio
Deploying an application as smart client using visual studio. Steps to sign assemblies and produce smart applications.
0
kicks
Creating a multi-paged container control with design time support
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012.
0
kicks
Programmatically resize a column in a Windows Forms property grid
Small source code snippet to resize a column in a standard WinForms property grid control by code.
0
kicks
PageSetupDialog In Winforms Windows Forms Application
In this post i'm explaining how to use PageSetupDialog in Windows Form
0
kicks
Make your own Wordfeud helper
Scrabble is funny, and to play it with friends even more. Especially because you can spread the game throughout your day. But I am a coder, I like math more than words. So to keep up with this Wordfeud trend, I need help. So why not code a helper?
0
kicks
Printing DataGridView In C# VB.NET Windows Application
n this post i'm explaining how to print datagridview in winforms windows application using C# and VB.NET with PrintDocument class.
0
kicks
Introducing Printing for Telerik GridView and Scheduler for WinForms
Have you ever wondered how to print your Telerik RadGridView and RadScheduler instances for WinForms? I guess you have. Yet, this is one of the most voted features in our Public Issue Tracking System. The good news is that Q1 2011 is close and printing support for RadGridView and RadScheduler will b...
0
kicks
About Telerik RadTreeView for WinForms and its Supercharged engine
In Q1 2011 we introduced a highly improved version of the RadTreeView control which had all of its internal parts rebuilt in order to support full UI virtualization and customization. This allowed us to attach a new data engine that provided many new and useful features such as built-in filtering an...
0
kicks
Bringing Windows 8 UI to Windows 7 with Telerik RadPanorama. Today.
Or how to uncover the touch horizons for your applications.
The once unnamed Telerik RadPanorama control is here to make your Windows Forms applications rock! Together with the Touch API we have introduced, it brings the full power of touch-optimized applications to your Windows 7 users...
0
kicks
Introducing Industry's First Touch API for Windows Forms components
We are very proud to be the first (and still only) Windows Forms component suite to provide full multi-touch support and API. As discussed in the sneak peek blog Get Ready to Touch’n’Roll with RadControls for WinForms, the powerful touch API that our components expose allow you to handle the touch g...
0
kicks
RadControls for WinForms Q3 2011 suite is here introducing touch suppo
RadControls for WinForms Q3 2011 suite is here introducing RadPanorama, full multi-touch support and a lot more
0
kicks
The Ultimate Scheduler Touch Experience for WinForms
‘Touch’ is everywhere around us. We use it daily in our lives thanks to the touch-enabled devices – mobile phones, tables, kiosk stations. Touch navigation just feels more natural and pleasant to the end-user than using some kind of a pointing device, such as a mouse or a track-ball.
Today, we are ...
0
kicks
Bringing Windows 8 UI to Windows 7 with RadPanorama for WinForms.
The once unnamed RadPanorama control is here to make your Windows Forms applications rock! Together with the Touch API we have introduced in our previous blog, it brings the full power of touch-optimized applications to your Windows 7 users.
If you have not heard anything about RadPanorama befor...
0
kicks
Some useful listbox code that I found
How to make context menu items that will move listbox items up and down in the listbox object