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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|