Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
Announcement / DevExpress / IPTV

Managing DVBLink IPTV channels

Posted on: August 21, 2010March 29, 2020

I’ve been using DVBLink 3.1 for IPTV and Server Network Pack for a week or two now. It is a software that makes IPTV stream available to various […]

.net / DevExpress / Red Gate

An annoying non-persistent memory leak in .net framework MDI

Posted on: March 24, 2010March 29, 2020

I had to investigate a memory leak in an application I am building for my client. It is a MDI application using DevExpress XtraTabbedMdiManager that provides some MDI […]

.net / CodeRush / DevExpress / DXCore / DXCore plugin / Visual Studio

Meet “Go To Implementator” DXCore plugin for Visual Studio

Posted on: January 18, 2010March 29, 2020

The problem One of the biggest annoyance when doing unit-test-friendly projects is that you have to deal with interfaces much more than you usually would. This isn’t bad […]

DevExpress

About DevExpress skinning and custom skins

Posted on: January 15, 2010March 29, 2020

Here is the thing. DevExpress WinForms components support custom skinning. Out of the box there are plenty of skins you might use just by assigning a simple property […]

CodeRush / DevExpress

Developer Express published roadmap for 2010

Posted on: January 5, 2010March 29, 2020

First new “feature” is stepping down from three releases per year to two releases per year. Regardless how it sounds, it makes sense. A lot of sense. Developers […]

.net / DevExpress

Adjusting DevExpress’ XtraTabControl’s page padding

Posted on: November 16, 2009March 29, 2020

Look at the picture below, it is a DevExpress‘ XtraTabControl (WinForms) with a single page hosting a normal Button. Both XtraTabControl and Button are set as Dock = […]

.net / CodeRush / DevExpress / Visual Studio

Reversing for loops with CodeRush

Posted on: September 17, 2009March 29, 2020

Imagine you have to delete a bunch of items from a list, something like this: List<int> items = new List<int>();…for (int i = 2; i < items.Count; i++){ […]

.net / DevExpress

Suppress system menu when right clicking on DevExpress skinned form’s icon

Posted on: August 14, 2009March 29, 2020

Task Today I’ve got a requirement from my customer to prevent showing the system menu when WinForm’s icon (top left) is right-clicked. The form is painted by DevExpress […]

.net / Deployment / DevExpress / Visual Studio

ClickOnce and DevExpress components deployment

Posted on: June 27, 2009March 29, 2020

Let’s say you’ve build a WinForms application and put some DevExpress (or any other 3rd party controls installed in GAC I suppose) controls in there. At some point […]

.net / .net 3.5 / DevExpress / Visual Studio / Visualizer / VS 2008

Packing assemblies to a single file for Righthand.Dataset.Visualizer

Posted on: June 23, 2009March 29, 2020

A while ago I’ve created Righthand.DataSet.Visualizer, an advanced DataSet visualizer. Today I’ve added support for displaying a single table as well. It wasn’t a big deal but I […]

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 7 Next page
Niche Blog by Fahim Murshed