I love programming with WPF but this morning my wife, who designs apps for mobile platforms, looked over my shoulder as said, "that's very nice but is anyone other than Microsoft actually using this...
This may seem like a dumb question, but I've been a software engineer for 20 years and all my software has either been for geeky, technical users, or for use in a corporate environment where other...
I thought DataGridViews were designed for relational database binding. How adaptable are they to having data just poked in and removed programmatically?
I have a desktop C# app used in scheduling musicians at a music camp. It presents ensembles in a ListView - 1 row per ensemble, each player is a subitem.
What is the correct way to add an enumerated type to a custom control property so that the client can select a choice of enumerations in the control's Properties setting at Design Time?
I fixed my problem just now by starting over from scratch. My original class was made from a Visual Studio Control Library project. My new one was made from a Visual Studio class library project,...
I've been making an eye-candy (cool, shiny, glossy) button class derived from System.Windows.Forms.Button. It's in a DLL that I've added to the Toolbox so any application can use it easily. It works...
This is getting even stranger - - I went back into the Visual Studio icon editor with my 32x32 icon and did a "new image type" and selected 16x16 256 colors. I drew a new 16x16 icon and saved it....
Most of the commercial applications I've looked at seem to use the Registry. (I have no idea what languages they're written in) For example, Microsoft IE stores the user's Home Page setting there,...
I'm setting up IIS 5.1 on XP Pro SP2. I have a virtual directory with a .HTM and 2 .ASPX files. IIS can see all 3 files from its explorer and it can display the the .HTM file in its browser with...
I think I found the problem. I went into Task Mangler and killed any process associated with IIS and the problem went away. Odd sort of error for that, though.
When I run aspnet_regiis.exe from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 where it lives, I get an error "invalid arguments" REGARDLESS of what arguments I give it, e.g., -i, -lv, -r, etc. It...
I've discovered the cause of the problem - my PC is NTFS; my thumbdrive is FAT32 - apparently there is a known conversion bug causing time and date information to sometimes have errors converting...