take a look at
http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp
Exposing .Net controls as ActiveX controls works, just not out of the
box. basically all thats missing is a couple of registry settings. This
was done intentionally since microsoft didn't want to have to gaurentee
th
This is nice. Gerry shaw wrote a similar tool
http://www.organicbit.com/regex/fog19.html. Its not quite as
pretty though. We have somthing similar in Visual Perl - it uses perl
regex syntax however.
Ian
>RegexDesigner.NET [1] is a powerful visual tool for helping you
>construct and test
This is nice. An easy way to play with the latest mono without having to
go thru the build process. Interestingly an exe built with mono's
compiler is not a valid PE file but a csc compiled exe will run under
mint ( the mono il interpreter ).
Ian
>You can get mono 0.11 as windows setup at
http:
Steve Loughran wrote:
>- Original Message -
>From: "Erick Thompson" <[EMAIL PROTECTED]>
>Sent: Friday, April 12, 2002 14:22
>Subject: Re: Using XML/XSLT to generate WinForm reports
>
>
>
>As an aside, Ant 1.5 (due to hit beta in a week or two) now has a
>WsdlToDotnet wrapper round wsdl.ex
Brian G. Vallelunga wrote:
>
>Problem #1:
>When in DropDown mode (not DropDownList) even you can select and
>manipulate text with the keyboard (Shift+End to select, etc) the mouse
>is inoperative. You cannot select text with the mouse. Maybe this is the
>behavior of the stock Win32 combo, but it
Tony Bermudez wrote:
>Chris,
>
>When I try to build the project I get the following error messages:
>
I had the same problem
you need to fix the reference to Microsoft.VsDesigner as well as the one
to Microsoft.VisualStudio.Designer.Interfaces. Both can be found in
C:\Program Files\Microsoft Visu
Chris Sells wrote:
>CollectionGen [1] is a Custom Tool Add-In to VS.NET to generate
>type-safe collections. CollectionGen is an add-on to generate code for
>type-safe collections until we have templates in C# (likely) and VB
>(unlikely). Once you've set it up and defined your collections in a
>co