Stories recently tagged with 'WindowsForms'

VIBlend WinForms Controls v5.0 - Released(www.viblend.com)

submitted by viblendviblend(160) 1 year, 3 months ago

Key benefits of the new release are: - 2 new themes for all VIBlend WinForms Controls - Pivot Design panel - DataGrid Localization Provider - Improved Ribbon Bar performance and rendering - Quick Start projects now have a full support for VS 2010 which will decrease development time read more...

add a comment |category: |Views: 32

tags: another

Use IProgressDialog to show a “native” Progress Dialog in Windows(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 5 months ago

Here's an example of how to use the IProgressDialog Win32 Interface to harness the power of the Built-in Progress Dialog in Windows within your own .NET applications. I have test this on WIndows 7, but it should work as expected on Windows XP and Vista. The MSDN Documentation for IProgressDialog says it’s minimum supported operating systems are Windows 2000 and Windows XP. read more...

add a comment |category: |Views: 178

tags: another

DataGridView Tricks #2: Set Tooltip on Individual Cell or Entire Row(goneale.wordpress.com)

submitted by gonealegoneale(1055) 2 years, 8 months ago

Here’s another gem if you wish to display ancillary data in a tooltip to your users, this method can be used to display varying information dependant on which cell they have hovered over, or could be used to display a tooltip over the entire row, no matter what cell they are on. read more...

add a comment |category: |Views: 290

tags: another

DataGridView Tricks #1: Set Hand Cursor for Entire Cell(goneale.wordpress.com)

submitted by gonealegoneale(1055) 2 years, 8 months ago

I remember trying a few different solutions for this a couple of weeks ago, none of which would work enabling me to set the “Hand” cursor when hovering your mouse over a particular DataGridView row’s cell. read more...

add a comment |category: |Views: 65

tags: another

Programming for Vista, Part 2: Adding Aero Glass in Managed Code(goneale.wordpress.com)

submitted by gonealegoneale(1055) 2 years, 11 months ago

In part 1 of my Vista programming series I discussed how to add CommandLink’s to your application. In part 2 this chapter, I wish to discuss how you can enhance your Windows smart client application (primarily targetting Windows Forms in this example) adding a Windows Vista Aero “glass” effect to your application. read more...

1 comment |category: |Views: 356

tags: another

Add Image Column to DataGridView with Enum Support(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

I will describe an easy way to use an inherited DataGridViewImageCell and inherited DataGridViewColumn control to achieve an image per row in your DataGridView with Enum support. read more...

add a comment |category: |Views: 152

tags: another

Unexpected Results using InvokeRequired and Multi-threading Secrets!(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

Before you rush and view my blockquote and jump to the conclusion “oh, it’s just that standard threading issue”, well let me assure you this is different to the norm, and please.. Yesterday, was a very annoying day dealing with multi-threading in my app, you would think I would be good at this by now considering I blogged about it not too long ago acting like I knew what I was talking about. read more...

add a comment |category: |Views: 31

tags: another

Programming for Vista, Part 1: Creating a CommandLink in Managed Code(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

This article demonstrates creating an elegant native Vista "CommandLink" with pre-Vista OS compatibility in a few easy steps. Also all the steps are wrapped up into a sample application with source code posted below for immediate use. read more...

add a comment |category: |Views: 71

tags: another

Vista-style dialog using TaskDialog (with Windows XP emulation!)(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

Examples and explanation on integrating a lightweight slick Vista-style task dialog (extended message dialog) within managed .NET code. Both Vista and lower compatible through emulation techniques. read more...

add a comment |category: |Views: 171

tags: another

9 Examples of creating a fast and responsive UI with multi-threading(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

9 C# examples of creating a fast and responsive UI with multi-threading, very clear and streamlined examples to get up and running quickly. read more...

add a comment |category: |Views: 903

tags: another

Writing Windows C# Programs (en.csharp-online.net)

submitted by worldworld(520) 3 years, 7 months ago

Learn to write C# programs for the Windows platforms. read more...

add a comment |category: |Views: 34

tags: another

Commercial Skip and Instant Replay for Any Computer(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 8 months ago

This simple program allows you to add remote control, commercial skip, and instant replay functionality to any Windows computer - not just Media Center. read more...

add a comment |category: |Views: 11

tags: another

WPF or WinForms(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 3 years, 11 months ago

Nice ideas of what we should thing if choosing between WPF and WinForms. read more...

add a comment |category: |Views: 49

tags: another

Move Controls using arrow keys(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 4 years ago

Simple fast way to move controls using keyboard arrow keys read more...

add a comment |category: |Views: 36

tags: another

Custom Controls Design Time Support Part 7: UITypeEditor Introduction(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years ago

This post gives a brief introduction on what is an UITypeEditor and what enhancements it gives for the design time environment, and some built in examples. read more...

add a comment |category: |Views: 56

tags: another

Custom Controls Design Time Support Part 6: Custom TypeConverter 2(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years ago

This post shows how to implement a custom TypeConverter for Enums and how to use the SupportedValues to show a custom values list . read more...

add a comment |category: |Views: 32

tags: another