Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Hardware / Windows

Problem with LifeCam VX-6000 and its solution

Posted on: February 21, 2007March 29, 2020

Lately I bought [MS] LifeCam VX-6000 web cam for my computer running Vista Ultimate x86. First problem I’ve faced was that I had to wait for [MS] to release its […]

.net

A syntax feature in enum I didn’t know

Posted on: February 8, 2007March 29, 2020

Consider this enum declaration. enum Gender { Female, Male, Alien, } Do you think it compiles? Note that there is a comma after the last element. I would […]

Hardware / Windows

The remorse of HP

Posted on: February 5, 2007March 29, 2020

A week or so ago I fumed over HP’s attitude of forcing me into buying new scanner and ditching perfectly working old one just to get new drivers. […]

.net / DevExpress

An easier way to populate XtraLayoutControl

Posted on: January 30, 2007March 29, 2020

[DevEx] has a nice UI layout control XtraLayoutControl that helps both designer and runtime user to design WinForms UI with ease.  One can even save and load layouts […]

Hardware / Windows

Using not supported USB (2.0) devices on Vista

Posted on: January 29, 2007March 29, 2020

In the last post I spitted over HP for not supplying Vista drivers for one of their scanners I own. I won’t repeat my disappointment again, rather I’ll supply a […]

Hardware / Windows

The arrogance of HP

Posted on: January 27, 2007March 29, 2020

In one of the latest posts I ranted about missing Vista drivers for some hardware I own. Among them is a HP DeskJet 3970 scanner. The topic of […]

Windows

Software protection collateral damage

Posted on: January 25, 2007March 29, 2020

While I don’t support piracy in any way, I am against aggressive software protection, too. Let’s take for example Windows XP. On one hand it takes days if […]

.net

Assembly Binding Log Viewer fixed window size

Posted on: January 24, 2007March 29, 2020

If you are somewhat serious about .net development you certainly know Assembly Binding Log Viewer utility (aka Fuslogvw.exe), do you? If you don’t, you should – it lists […]

.net / ASP.Net

Visual Studio 2005 "kindly" starts an asp.net development server per project

Posted on: January 23, 2007March 29, 2020

I have a solution containing both WinForms and asp.net projects. There is nothing wrong with this. However, when I set a configuration that runs only a single WinForms project […]

.net

Select Case ambiguity in VB.Net

Posted on: January 18, 2007March 29, 2020

Consider this piece of code: Dim a As Integer = 0 Select Case a Case 0 Console.WriteLine("a") Case 0 Console.WriteLine("b") End Select Console.ReadLine() As a C# developer I […]

Posts navigation

Previous page Page 1 … Page 34 Page 35 Page 36 … Page 59 Next page
Niche Blog by Fahim Murshed