Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet interop > december 2006 > threads for december 15 - 21, 2006

Filter by week: 1 2 3 4 5

Using RawPrinterHelper class in ActiveX object inside web page...
Posted by Boesman at 12/20/2006 7:32:29 AM
Hi, I'm trying to print to a label printer (that requires escape codes) from a web page which is part of an ASP.NET application. My chosen approach is to write an ActiveX component in .NET and have that hosted in one of my ASPX pages. Then, when the user clicks on a Print button on the page...more >>


PIA installation - requisites and licence issue
Posted by christophe.leroquais NO[at]SPAM gmail.com at 12/20/2006 4:33:26 AM
Hi there, probably a usual question: Can I set up the PIA Office2003 on a windows server without having an office application? If so, is that free or do I need a licence? Thanks very much for your help, Chris ...more >>

OpenFileDialog needs STAThread, but I need MTAThread
Posted by Shannon Cayze at 12/19/2006 1:27:13 PM
Hello all, I posted this to the windowsforms group as well, but it may be appropriate in this group as well. In my Windows Forms app I'm opening an OpenFileDialog. This throws the following exception because I have the MTAThread attribute on the Main method: "Current thread must be set t...more >>

AxShDocVw.WebBrowser
Posted by DariusB at 12/19/2006 11:32:03 AM
I was looking over: http://www.codeproject.com/cs/media/IECapture.asp I want to use AxShDocVw instead of ShDocVw (si i could use OleDraw method, which needs an activex control supplied).The problem is that i don't know how to get the open browser. if i use: foreach (SHDocVw.WebBrowser ie in sh...more >>

How to pass C# string to Embeded C++ String?
Posted by vyip at 12/19/2006 7:17:38 AM
I'm having a little trouble passing a C# string to a Embedded C++ 4.0 CE dll. The regular 'string' from C# would not work. I have also tried Marshaling, but no luck. Sometimes the Embedded C++ code throw an exception like "ExceptionCode: 0xc000005, ExceptionAddress: 0x01e415bc, Re...more >>

Unbanlanced stack.
Posted by Felipe Garcia at 12/19/2006 5:24:34 AM
I'm trying to convert the following unmanaged function from the csta32.dll with no success. Since I've been trying, I always get a PInvokeStackImbalance notification. Can someone help me ? Thanks in advance, Felipe Garcia #define TSAPI RetCode_t pascal typedef unsigned long ACSHandle_...more >>

Hosting the CLR in a C++ program
Posted by PLS at 12/18/2006 5:43:45 PM
I'm having a problem hosting the CLR in a C++ program. I want to C++ program code to be agnostic about runtime versions, so I can make the runtime version be a configuration parameter. The sample I have shows passing the runtime version to CorBindToRuntimeEx. So far, so good. But it also ...more >>

How to preserve session in embeded browser?
Posted by navyliu at 12/18/2006 12:00:00 AM
When I plug my IE into my own managed forms in C#,I always lost cookies in the new IE page(if the new IE page is generated by the javascript "Window.open()").How to solve this problem?Can I use axWebBrowser to solve it? ...more >>



Send Structur with byte array from C# to C
Posted by julienboys85 at 12/15/2006 2:48:54 AM
hi, i have a structure : ------------------------------------------------------------------------------ [StructLayout(LayoutKind.Sequential)] public struct DRVBINFO { public UInt16 wCardsNumber; public UInt16 wChannelsNumber; [MarshalAs(U...more >>


DevelopmentNow Blog