Linked by Will Senn on Thu 22nd Apr 2004 06:30 UTC
This article is intended to give you a practical recipe for creating a simple Web Control and extending Visual Studio with support for the control. The control itself is a basic Country Code drop down list such as you would find on many profile entry pages.
Permalink for comment
To read all comments associated with this story, please click here.
Thanks for the compliment. I am excited about the mono front as well, although the documentation is seriously slim for running it in a windows environment - in linux it apparently works pretty well. In Windows - hmmm... I had to copy mscorlib.dll to C:binstalllib to get it to run (apparently it was hard coded in mono - and then gtksharp - ow! I'm sad to say I had to give up on getting that to work in windows...
Thanks for the compliment. I am excited about the mono front as well, although the documentation is seriously slim for running it in a windows environment - in linux it apparently works pretty well. In Windows - hmmm... I had to copy mscorlib.dll to C:binstalllib to get it to run (apparently it was hard coded in mono - and then gtksharp - ow! I'm sad to say I had to give up on getting that to work in windows...
Will