| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi everyone,
Suppose I have created a COM object on Thread 1 which is an STA thread and
assiged the obtained reference to a variable "myObject". Now...
Dmytro Lapshyn [MVP]
|
12-06-2005 10:28 PM
AT | 5 | 18 |
|  | I have created a C# class library project in VS.NET 2003 that handles
encryption. I have various methods that make calls to different algorithms...
Joseph Rea, Accord Software
|
12-06-2005 05:52 PM
Joseph Rea, Accord Software | 2 | 18 |
|  | Hi Folks,
I am writing a c# app that interacts with some scientific hardware (a
"bird", which is just a magnetic tracker) through a C++ DLL. The...
marc joanisse
|
12-06-2005 02:50 PM
marc joanisse | 2 | 19 |
|  | Hi,
I have a C++ COM client that is accessing a C# com object. I have
tried various ways to get a byte array from the com object
unsuccessfully. I...
AT
|
12-06-2005 02:14 PM
Willy Denoyette [MVP] | 1 | 35 |
|  | I need to pass an array of the following structure from c# into unmanaged c++:
struct MyStruct
{
public int dataType; // Indicates Int, Double or...
Dave Moran
|
12-06-2005 08:11 AM
Dave Moran | 3 | 15 |
|  | I am trying to disable the the default behavior (pop-up) when doubleclick on
object within Excel Chart. I created a program to try...
jpl
|
12-05-2005 09:31 PM
AT | 7 | 10 |
|  | Hi,
I have created an assembley in vb.net by adding a class based on the
component tempate to my project. I have a public function called send
that...
nigel.stephens (AT) parasolit (DOT) co.uk
|
12-05-2005 04:38 PM
Todd Beaulieu | 1 | 15 |
|  | Hi,
I have a component that converts webpage to PDF. it makes use of
ActivePDF's
APServerNet and APWebGrbNet
I have referenced the dll in my...
Stephen
|
12-05-2005 04:34 PM
Stephen | 2 | 12 |
|  | Hi:
I have created a .Net (VB.Net 2003) COM object and I can access it from a VB
6.0 project and it works fine, but when I call it from a vbs file...
Bones Brigadier
|
12-05-2005 04:08 PM
Todd Beaulieu | 1 | 12 |
|  | I'm trying to call a .net DLL from within the VB6 IDE. The DLL is strongly
named and not being installed in the GAC. To get around that,...
Todd Beaulieu
|
12-05-2005 04:04 PM
Todd Beaulieu | 0 | 21 |
|  | Sorry if this has been asked before:
I have a VB.NET add-in app (dll) that is loaded into a commercial
application. Unfortunately it needs the VB6...
Neil Munro
|
12-05-2005 01:03 PM
Neil Munro | 0 | 16 |
|  | Hi, We have an interesting problem. A nice achievement of the .NET
Framework is to pull off inheritance across language boundaries. As...
BGU
|
12-05-2005 12:01 PM
Patrice | 2 | 13 |
|  | Dear all,
I am having troubles testing my .Net Web Services with Java client. The Sun
ONE Studio provides tools to generate proxies from WSDL and...
Al Amri
|
12-05-2005 07:47 AM
Al Amri | 0 | 25 |
|  | I have a COM inteface written in .Net which takes a
Decimal as parameter
but it become "wchar_t" in idl
how can i specify in .Net to marshal it as...
Baron
|
12-05-2005 04:19 AM
Baron | 0 | 23 |
|  | Hi folks,
I'm trying to call a COM method that has the following signature:
long Foobar(long category, VARIANT* handle_list);
The documentation...
Gordon Brooks
|
12-04-2005 10:26 PM
VijayS | 3 | 36 |
|  | Perhaps this is a known issue, perhaps there is a way to go around. I'm using
..NET 1.1 and working with Direct Show Filter Graphs . A .NET class is...
JMS
|
12-04-2005 11:19 AM
JMS | 0 | 19 |
|  | I am trying to pInvoke into a very simple C++ dll I have created, from my C#
winforms app. I start by creating a C++ dll using the VC8 wizard,...
dxben
|
12-04-2005 09:54 AM
Vadym Stetsyak | 1 | 14 |
|  | Hi all,
I am trying to make a class implemented in C# usable from a VB6
application. In particular, the client VB6 code is supposed to handle
events...
Yarik
|
12-03-2005 03:15 AM
Yarik | 0 | 17 |
|  | Hi,
I came across the following KB article regarding the use of MSXML in...
DavidCoghlan
|
12-02-2005 09:38 PM
AT | 5 | 24 |
|  | I am currently looking to be able to read information from Active Directory into a data warehouse using a C# solution. I have been able to access the...
Martin Robins
|
12-02-2005 01:08 PM
Joe Kaplan \(MVP - ADSI\) | 7 | 13 |
|  | I have an unmanaged C++ program that displays a printer dialog and then
asks my C# program to perform the printing operation. What printer info
do...
AT
|
12-02-2005 10:26 AM
AT | 0 | 12 |
|  | Hi
I wish to have TlbImp generate source code and partial classes (similar
to the way the XSD->Dataset generator works). That way, I could...
AT
|
12-02-2005 09:25 AM
AT | 0 | 13 |
|  | Hi,
I need to understand how to get a VB.NET app to work with Outlook 2003.
I finished my app.
I developed it on a machine with Office...
Larry
|
12-02-2005 08:45 AM
Larry | 1 | 14 |
|  | Hello!
How can I make a .NET dll (registered for COM, to be used by a VB6 app) so I
don't have to make a new reference in the VB6 app everytime I...
Miro
|
12-02-2005 03:45 AM
Miro | 0 | 14 |
|  | I did this:
Dim objWord = New Word.Application
and developed a spell check app based on it.
For the above I found I had to add a reference...
**Developer**
|
12-01-2005 11:03 PM
**Developer** | 4 | 32 |
|  | Hi,
I'm having trouble using a RCW for a dll I created, I receive the
"Access is Denied" error message from my ASP.NET application. In my
MCP...
AussieBob
|
12-01-2005 07:33 PM
AussieBob | 2 | 20 |
|  | Hi,
I am kind of stuck with this problem when trying to use the COM interop
functionality of .NET.
I am working on .NET 2.0 FCS on Windows 2000...
AT
|
12-01-2005 06:38 PM
AT | 1 | 14 |
|  | (This was originally posted to microsoft.public.adsi.general, but it
was recommended that I post here due to the core cause of the issue.)
My goal...
Shadow Lynx
|
12-01-2005 06:14 PM
Shadow Lynx | 0 | 14 |
|  | We have a bit of an odd Interop issue (we think).
We have a COM dll registered on the DEV machine. In IDE, our .net app
references that COM dll and...
AT
|
12-01-2005 05:56 PM
AT | 2 | 12 |
|  | A quick question, if we create a PIA in .NET 1.1 is it still OK for use in
2.0 (or 1.0) as it gets stored in the GAC or do we need to always create...
Rachael House
|
12-01-2005 04:43 PM
Rachael House | 0 | 14 |
|  | There are some features that we want to use from .NET FW 2.0 in our product
but we are not ready to do a total transition to 2.0 on the server side...
arc
|
12-01-2005 03:36 PM
arc | 0 | 17 |
|  | I'm wanting to create a quick interop version of a COM ocx and am doing so
using tlbimp.exe.
The problem is that now, I want the output to be...
Richard T. Edwards
|
12-01-2005 01:02 PM
Richard T. Edwards | 5 | 16 |
|  | I am trying to make my VB.net application a COM object so it can be accessed
by a VFP application. On the development computer I was able to compile...
Curtis
|
12-01-2005 10:58 AM
Dmytro Lapshyn [MVP] | 3 | 11 |
|  | or would I have to use C# or C++?
jg
|
12-01-2005 04:55 AM
Dmytro Lapshyn [MVP] | 1 | 11 |
|  | Hi,
I was wondering if anyone had any success in loading and unloading the .net
framework from a process. I can successfully load the framework,...
Kevin Darby
|
11-30-2005 10:09 PM
AT | 7 | 23 |
|  | Hi,
I've got into a mess with COM Interop for a projet I'm doing and I need some
assistance.
heres the scenario, we've got two COM components (GUI...
Rachael House
|
11-30-2005 07:12 PM
Rachael House | 0 | 17 |
|  | I have a C# class with a COM Wrapper and this works fine. But I need to be
able to share this data for several VB6 instances and haven’t been able...
MichaelB
|
11-30-2005 05:21 PM
MichaelB | 0 | 11 |
|  | I have a c# application where I use the Mediaplayer 9 control.
All works fine and deploying it to other systems, also went fine.
But a couple of...
Richard Loupatty
|
11-30-2005 04:37 PM
Richard Loupatty | 0 | 11 |
|  | Hi,
I'm completely new to ASP.NET, so this could be a stupid question.
I'm Using VS.NET 2003 to create a simple ASP.NET 1.1 Web App. I have...
Greg Doherty
|
11-30-2005 03:54 PM
Greg Doherty | 0 | 10 |
|  | Hi All,
I have a C# classlibrary assembly that implements couple of COM
interfaces(CA1 implements IA1 & CA2 implements IA2). This assembly...
Eswar
|
11-30-2005 07:53 AM
Eswar | 0 | 18 |
|  | HI,
I'm trying to use the MsProject COM Project to import data from a
MsProject file to an oracle database.
I've tried to use this code :
HI,
I'm...
Mohamed Zied Nouira
|
11-30-2005 03:01 AM
Mohamed Zied Nouira | 0 | 21 |
|  | Is there a way to access and use CustomDocumentProperties in the Word Object
Library other than using the InvokeMember of the Type? Any attempt to...
James
|
11-30-2005 12:53 AM
AT | 1 | 14 |
|  | I have a VB.NET app. calling to Excel using an interop assembly and am having
huge, unreasonable performance issues. To save a workbook takes 5 to 6...
pearsons_11114
|
11-29-2005 01:05 PM
Jan | 5 | 39 |
|  | I using COM+ Components written in C++.
I have written a .Net Service in C# when I run my service
as an application everything works well.
But when...
Markus Schneider
|
11-29-2005 11:43 AM
Markus Schneider | 0 | 22 |
|  | I wrote a service (activated via Remoting) which dynamically creates a comma-
delimited data file, instantiates MS Word on the server, performs a...
Darren Mart via DotNetMonster.com
|
11-29-2005 09:34 AM
Darren Mart via DotNetMonster.com | 0 | 23 |
|  | I currently have a .net library iwth a couple of classes in it. These
classes get the current identity from the thread to get access to a couple
of...
Eric
|
11-29-2005 09:19 AM
Eric | 0 | 15 |
|  | Greetings,
I'm trying to join a computer to a domain by using NetJoinDomain from
netapi32.dll. I found the signature on pinvoke.net, but am having...
Pyerwoh
|
11-29-2005 02:14 AM
Dmytro Lapshyn [MVP] | 1 | 42 |
|  | Hi again,
I created a thread some days ago, while I was trying to access a C++ DLL
using my C# program. First of all, I want to thanks all the...
Laurent
|
11-28-2005 04:35 PM
Egbert Nierop \(MVP for IIS\) | 1 | 19 |
|  | i'm migrating my app to .Net and got an error when my ASP3 code calls my C#
class, when i create an instance of my C# class using createobject my...
Zshan
|
11-28-2005 12:49 AM
Zshan | 0 | 20 |
|  | I posted a message on 11/17 and as a Microsoft Certified Partner, when using
this alias, we are supposed to get a guaranteed turnaround. Does anyone...
TAPIGuruFred
|
11-27-2005 12:22 PM
news.microsoft.com | 2 | 20 |