Re: [ADVANCED-DOTNET] Add a menu item from AddIn

2003-01-13 Thread Pierre Greborio
I tryied in that previously but I got only the file name containing that class, not the class selected. Mybe I'm loosing the right way, but the MSDN documentation isn't clear at all. Is there a way to get the name of the class instead of it's filename ? Generally, I can have more than one class per

Re: [ADVANCED-DOTNET] IP Server Questions...

2003-01-13 Thread John Davis
Along this line ... is the Socket class ever going to get layered on top of IO completion ports? - Original Message - From: "Scott Burrington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 12:32 PM Subject: [ADVANCED-DOTNET] IP Server Questions... > Hi all, >

[ADVANCED-DOTNET] IP Server Questions...

2003-01-13 Thread Scott Burrington
Hi all, I have been playing around with constructing a .NET server that accepts multiple IP client connections, maintains the connections, etc... I ran into some design questions that I'd love to have answered. If anyone can help me, I'd sure appreciate it... 1. NoWait writes with sockStream.Be

Re: [ADVANCED-DOTNET] Add a menu item from AddIn

2003-01-13 Thread Steve Hopkins
As a quick hack to finish the add-in I was writing, I used the first SelectedItem in _DTE.SelectedItems. Cheers, Steve. -Original Message- From: Pierre Greborio [mailto:[EMAIL PROTECTED]] Sent: 10 January 2003 21:50 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Add a menu item fro

Re: [ADVANCED-DOTNET] any framework code to process escape sequences?

2003-01-13 Thread Graeme Foster
String.Format? G. -- Graeme Foster ([EMAIL PROTECTED]) Principal Software Engineer Aston Broadcast Systems Ltd. (http://www.aston.tv) Disclaimer: I really don't have a clue what I'm on about. -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]

[ADVANCED-DOTNET] importing properties from COM to C#

2003-01-13 Thread Andrew Miadowicz
I'm using COM interop to access DirectShow from C#. I had to rewrite some of the interfaces in C# by hand, but some were available in a quartz.dll for automatic import. The problem is, that when I attempt to use any of the imported properties I get strage exceptions. I've attempted it on IVideoW

[ADVANCED-DOTNET] Context-agile components not in the caller context?

2003-01-13 Thread luKa
Shannon Pahl in his article "Understanding Enterprise Services (COM+) in .NET" (http://msdn.microsoft.com/library/en-us/dndotnet/html/entserv.asp) states that <> He also states that <> I don't understand!!! But aren't non-serviced components _context-agile_? And aren't _context-agile_ objects supp

[ADVANCED-DOTNET] HttpResponse.IsClientConnected

2003-01-13 Thread Martin Welch
Hi, I'm in the process of writing an aspx page to download a file and I've hit a serious problem with IsClientConnected. I've appended my stripped down test page below by way of demonstration. If I run the code below the browser begins to download the page and if it completes the file downloads s