-
Recent Posts
Recent Comments
Archives
- November 2009
- July 2009
- April 2009
- March 2009
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- November 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
Categories
Meta
Category Archives: DotNet
Restoring WSH File Associations
I have both Visual Studio .NET 2005 Express as well as Visual Studio .NET 2003 installed on my PC. I just installed Service Pack 1 for VS 2003. For some reason this decided to take over file associations for things … Continue reading
Posted in DotNet, Programming
Leave a comment
Where’s my Info Balloon?
I’ve recently discovered a problem with my dotNet program. Well, as I found out, it may not be a problem with my program. I display a maximized, borderless window (#1) and then transition to a normal, sizable bordered window (#2), which is also maximized. The borderless window, when maximized, covers the taskbar, which is fine. However window #1 creates window #2, which apparently also gives window #2 a higher z-order than the task bar. When window #2 finishes loading, it sends an event to window #1, instructing it to close. Continue reading
Posted in C++, DotNet, Programming
Leave a comment
Using integers in a C++ ArrayList
In this day and age, creating a dynamic list of integers seems like it should be an easy task. I set out to figure out how to do this using the ArrayList class in DotNet, I actuall
y found it to be more of a challenge than it should have been. Continue reading
Posted in C++, DotNet, Programming
7 Comments