Life, Surf, Code and everything in between
White Papers
|
Free Tools
|
Products
|
Message Board
|
News
|
Web Log Home
Site Home
Subscribe to Feed
Contact
Search
Posts - 1054
Comments - 12009
since 1997
Personal Links
Photo Album
My Noise
Message Board
Now Reading
C# in Depth: What you need to master C# 2 and 3
by Jon Skeet
Silverlight 2 in Action
by Chad Campbell, John Stockton
The End of America: Letter of Warning to a Young Patriot
by Naomi Wolf
Twitter Status
Log In
User Name:
Password:
Rembember me
Weblog Posts in April 2005
Creating a DropDown that doesn’t drop down in WinForms
April 30, 2005 @ 11:23 pm
How do you keep a Windows DropDownList from dropping down? Answer: Not easily. Here are a couple of solutions that work in most cases, but watch for some inconsistencies...
Previewing HTML with InternetExplorer.Application in C#
April 29, 2005 @ 1:41 am
Here's a small reusable C#.NET class that makes short work of using the InternetExplorer.Application object in your apps without using an Interop assembly.
5 comments
Vertigo
April 28, 2005 @ 6:26 pm
Need to feel like you're spinning out of control?
What is locking my assembly in VS.NET?
April 26, 2005 @ 3:48 am
I ran into an odd problem where Visual Studio seemed to have my assembly locked. It turns out that my recent rearrangings of the projects resulted in a pathing setup that Visual Studio has some trouble as files get compiled multiple times.
5 comments
Circular assembly references
April 24, 2005 @ 5:07 pm
Circular assembly references are sending me cursing today
. I can't figure out how to clearly abstract an Add-in interface without ending up with circular references. The workaround is a stuffing the Add-in code in with the UI code, but that's not exactly clean...
1 comment
ISAPI Impersonation in Web Connection
April 22, 2005 @ 5:18 pm
Web Server Impersonation in ISAPI extensions is a confusing topic for many users of our Web Connection software. In this topic I describe how it works, and how it applies to configrting COM security for Web Connection Servers, as well as musing about some potential changes in Web Connection to simplify the model.
2 comments
WinForms Focus, hotkeys and ‘saving data’
April 21, 2005 @ 11:57 pm
Fix Edit focus of controls when using menu hotkeys can be an insidious bug that often slips through the cracks.
12 comments
Why you shouldn't use InProc Session State in ASP.NET
April 20, 2005 @ 3:49 pm
InProc sessions in ASP.NET are very volatile due to ASP.NET's processing model. While much faster, InProc sessions are very susceptable to unloading which often has nasty results for the users on your site. Here's a summary of some of the ways that InProc session can unload.
11 comments
Whidbey Beta 2 – still no luck with Smart Devices
April 19, 2005 @ 4:42 pm
The device application stuff just does not want to work for me in Whidbey even on a clean install. Here are a few more details.
4 comments
Posted a couple of new songs
April 19, 2005 @ 6:11 am
I recorded and posted a couple new tunes on the site today. Another fun 'relaxing' excercise and a welcome distraction from too much code time. If only the days were 30 hours long...
3 comments
Formatting Html Source
April 19, 2005 @ 4:08 am
TidyCom is a nice simple way to clean up the mess that Microsoft editors make of HTML.
2 comments
A few Beta 2 Installation problems - Smart Device and Mobile Sql packages didn't install
April 18, 2005 @ 5:45 am
Beta 2 install seemed to go Ok, but apparently the Smart Device extensions didn't register and it's causing causing problems with other stuff such as the Server Explorer and connection dialogs.
3 comments
Fun with COM Interop: Building a .NET Add-in for a Visual FoxPro app
April 16, 2005 @ 11:50 pm
Here's a cool example of using COM interop from VFP by creating an extension framework using .NET. This entry talks about how to execute .NET assemblies dynamically, handle object lifetime management and deal with COM strong typing issues when type library info is not available.
3 comments
Strong Typing vs. Loose Typing
April 13, 2005 @ 7:34 pm
Having worked extensively with FoxPro and .NET which are loosely and strongly typed respectively I can tell you that I have s strong preference for strong typing. However, some people seem to think that strong typing is too much work and a hassle.
11 comments
Turning off the IE Security Warden?
April 06, 2005 @ 5:32 am
Some of the security warnings stuff is going just a little too far. It's getting too damn complicated to turn this stuff off when I have explicitly told Windows how I need to use my machine. It's hard enough fighting all those funky settings but then being slapped at the last minute basically says - yeah, we see you know what you're doing, but we don't trust you to be safe anyway.
6 comments
A simple generic Web search for Help Builder with ASP.NET
April 05, 2005 @ 5:15 am
Here's a quick and very dirty way to add search capability to a document based Web application. It's a very simplistic disk bound search, but it can add significant value in self-contained environments where indexing is not option - in my case static output generated by Help Builder.
A few hiccups with Windows Server 2003 on my laptop
April 03, 2005 @ 10:11 pm
Installing SP1 for Windows 2003 is causing me a few application hiccups. Also some of the DCOM configuration options leave me confused about how the new functionality is supposed to work.
19 comments
Proprietary plugs on my AudioVox SmartPhone
April 02, 2005 @ 3:15 pm
Recently I was thinking I could get away with using my AudioVox SMT 5600 as a toned down music player, but I was denied. The phone uses a proprietary earphone plug and the player UI experience is not really enjoyable.
23 comments
Web Browser HTML Editing Focus issue resolved finally
April 01, 2005 @ 12:45 am
Getting the Web Browser Controls' Edit features to properly focus when hosted inside of Visual FoxPro is a bit of hassle, but after all the hassles I'd gone through the solution is relatively simple using a delayed focus assignment operation.
7 comments
Archives
January, 2009 (1)
December, 2008 (9)
November, 2008 (8)
October, 2008 (8)
September, 2008 (13)
August, 2008 (18)
July, 2008 (8)
June, 2008 (8)
May, 2008 (11)
April, 2008 (16)
March, 2008 (21)
February, 2008 (13)
January, 2008 (15)
December, 2007 (24)
November, 2007 (13)
October, 2007 (17)
September, 2007 (21)
August, 2007 (27)
July, 2007 (26)
June, 2007 (20)
May, 2007 (17)
April, 2007 (17)
March, 2007 (20)
February, 2007 (14)
January, 2007 (26)
December, 2006 (21)
November, 2006 (22)
October, 2006 (28)
September, 2006 (26)
August, 2006 (23)
July, 2006 (23)
June, 2006 (21)
May, 2006 (24)
April, 2006 (20)
March, 2006 (27)
February, 2006 (22)
January, 2006 (19)
December, 2005 (25)
November, 2005 (22)
October, 2005 (14)
September, 2005 (14)
August, 2005 (20)
July, 2005 (20)
June, 2005 (9)
May, 2005 (18)
April, 2005 (19)
March, 2005 (26)
February, 2005 (21)
January, 2005 (20)
December, 2004 (15)
November, 2004 (11)
October, 2004 (14)
September, 2004 (15)
August, 2004 (16)
July, 2004 (6)
June, 2004 (10)
May, 2004 (9)
April, 2004 (11)
March, 2004 (11)
February, 2004 (12)
January, 2004 (14)
December, 2003 (15)
Categories
ASP.NET (161)
Personal (65)
.NET (54)
Visual Studio (45)
AJAX (41)
JavaScript (39)
jQuery (31)
IIS (27)
Vista (27)
LINQ (26)
HTML (23)
WCF (23)
CSharp (20)
ASP.NET (19)
Localization (16)
FoxPro (13)
Microsoft AJAX (13)
Windows (12)
Web Services (11)
COM (9)
ADO.NET (9)
WPF (8)
XML (8)
Web Connection (7)
Silverlight (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Hardware (5)
Html Help Builder (4)
ISV (4)
Bugs (4)
Software Development (4)
Security (4)
Office (4)
Source Control (3)
WebLog (3)
Windsurfing (3)
DataBinding (3)
Help Builder (3)
Live Writer (3)
HTTP (3)
Installation (2)
Help (2)
Maui (2)
Conferences (2)
WinForms (2)
Web Design (2)
Speaking (2)
Tools (2)
RSS (2)
SmartPhone (1)
Networking (1)
RegEx (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
wwHoverPanel (1)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
Html Help (1)
iPhone (1)
© Rick Strahl, West Wind Technologies, 2005 - 2009