Re: [DOTNET] Plans to introp .NET controls into COM applications

2002-06-07 Thread Ian MacLean
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

Re: [DOTNET] [OT] ANN: Free RegexDesigner.NET tool

2002-05-03 Thread Ian MacLean
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

[DOTNET] [ [Fwd: [Mono-list] mono 0.11 setup for windows]]

2002-04-25 Thread Ian MacLean
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:

Re: [DOTNET] Using XML/XSLT to generate WinForm reports

2002-04-13 Thread Ian MacLean
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

Re: [DOTNET] Braindead Winforms ComboBox

2002-04-13 Thread Ian MacLean
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

Re: [DOTNET] TOOL: .NET CollectionGen: A new design-time code generator for VS.NET

2002-04-11 Thread Ian MacLean
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

Re: [DOTNET] [OT] TOOL: .NET CollectionGen: A new design-time code generator for VS.NET

2002-04-11 Thread Ian MacLean
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