HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss in the Dotnet Framework (Interop) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Interop) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am trying to learn how to access the print spooler and its jobs from C#. I have code that works fine doing the following. Gets a printer...
ddod
02-08-2006 03:35 PM
ddod Go to last post
0 32
I have this code in a class, works fine in VS2003 but not in VS2005, somebody help me! The error said "PInvokeStackInbalance" in...
Enrique
02-08-2006 03:23 PM
ddod Go to last post
5 20
Hello, I'm coding a small Virtual Desktop Manager. I use standard Windows API for this e.g. creating a new Desktop with Create Desktop...
Grep J
02-08-2006 12:48 PM
Grep J Go to last post
0 16
Hi, I want to use the Outlook client on a user pc for sending mails. This has to go through another application with a button for new mail. I have...
Gerjan
02-08-2006 09:03 AM
Gerjan Go to last post
0 21
Hey I have a static class written in C#.I want to expose this class to Vb 6.0.For this I am using Interop.I have added necessary attributes to...
AT
02-08-2006 07:55 AM
aguyngueran Go to last post
1 17
Hi group, are there any authoritative references from MS or other parties that speak to the use of Excel (via interop) as a server application? ...
JM
02-08-2006 07:36 AM
Nick Hall Go to last post
1 21
I've a structure like this (C#): public struct SampleStructure { ... /// <summary> /// Data server display name. /// </summary>
aguyngueran
02-08-2006 06:24 AM
aguyngueran Go to last post
0 22
Hi, If I have an unmanaged host which does CoInitializeEx(0, COINIT_MULTITHREADED), and then I pass a pointer to COM interface to managed world. Why...
Leon Finker
02-08-2006 01:36 AM
AT Go to last post
6 19
How do I enumerate the running AppDomains in another process, given the PID of that process?
AT
02-07-2006 09:53 PM
Gaurav Khanna Go to last post
3 13
Hello... I'm writing an application to work with an existing running application. In order to find the application that I would like to work with,...
P.J.
02-07-2006 10:52 AM
P.J. Go to last post
0 26
Hi, What means this error ? I use a component COM in VB.Net and the function that I execute, generates me this error because of the second parameter...
Patrick
02-07-2006 10:40 AM
Patrick Go to last post
0 23
I'm trying to register a .net dll COM. Doing it with a setup all is working but I would like to know if there is another way to register it. I tried...
Frank
02-07-2006 08:55 AM
Frank Go to last post
2 17
Thanks for the hints, but unluckily both of your suggestion still cause 'System.NullReferenceException'. "Mattias Sjögren" wrote:
Roman
02-07-2006 06:11 AM
Roman Go to last post
2 26
Greetings, I've got a DLL that's not COM compatible and I'm stuck using interop for the first time. I got couple of simple DLL calls all right...
yuriy_zubarev
02-07-2006 03:25 AM
yuriy_zubarev Go to last post
0 22
I've been happily using this code for some time in VS 2003. CDO.Configuration oConfig = new CDO.ConfigurationClass(); ADODB.Fields oFields =...
Muntz
02-06-2006 09:24 PM
Muntz Go to last post
2 18
I have a chunk of VC.NET code (below) that I need to convert to VB.NET syntax. Could someone help me get started? I'm new to structures and unions...
Danny Mavromatis
02-06-2006 08:53 PM
Danny Mavromatis Go to last post
0 22
I am currently using the dsoFramer with c# to host word documents. when i execute the application and click on the open menu item, the only choices...
SteveB (AT) lakefront (DOT) com
02-06-2006 06:00 PM
SteveB (AT) lakefront (DOT) com Go to last post
0 35
This may have been addressed previously; if so, please provide a reference link. I am trying to convert String* to std:string, something...
S Wheeler
02-06-2006 03:45 PM
S Wheeler Go to last post
1 27
two reasons: 1. the program was not written as an service - so if I can get this to work it would be easier 2. I am using vs 2005 standard which...
Rob Latour
02-06-2006 01:58 PM
Rob Latour Go to last post
10 26
Hi all, I have found that I need to be able to write a windows application that is capable of attaching to an independent windows application (one I...
Wade
02-06-2006 01:36 PM
Wade Go to last post
0 25
Sorry for posting this on multiple groups, but resolving this is Urgent. I am trying to sink an Access.CommandButton Click Event in Vb.NET. I...
AutomationGuru
02-06-2006 10:41 AM
AutomationGuru Go to last post
0 13
I have a code that uses FaxCOMLib and works like charm. However our environment in production would be such that the fax modem would be installed in...
AT
02-06-2006 09:48 AM
AT Go to last post
0 20
Hi, I'm having a hard time to get the following to work. I want to be able to enable and disable routing functionality of the Windows...
Benny Tops
02-06-2006 09:42 AM
Benny Tops Go to last post
0 28
Help please Trying to strong name sign my project within the Assembly using the KeyFileAttribute with a sn generated key and getting an error...
Michael
02-05-2006 04:40 PM
Michael Go to last post
0 20
Google is not my friend tonight. Or I am just being too impatient. Anyway can someone point me to relevant MSDN articles (or other up-to-date...
Bernard Delmée
02-05-2006 07:44 AM
Bernard Delmée Go to last post
2 19
Here's the short version... This uses the v1.1 runtime. Code executing in a secondary appdomain (other then the default) subscribes to a COM...
David Levine
02-05-2006 07:35 AM
David Levine Go to last post
0 19
Hello, I want to ask a question about how to do .NET COM+ registration under Windows 2003 x64. Our .NET product can be installed without any...
Zhenxin Li
02-05-2006 02:44 AM
Zhenxin Li Go to last post
0 23
I understand taht I can generate Excel and Word documents in ASP.net. My question is, given that my server has Office installed, can I have more...
Jacky Ngew
02-05-2006 12:29 AM
Scott M. Go to last post
1 15
Hi all, I'm having a strange issue with this scenario: I have created a test VS2005 C# library project which includes just a dummy class implementing...
Dan
02-03-2006 05:50 PM
Dan Go to last post
0 23
All: I have developed an C++-based (MFC) ActiveX control using VS.NET 2005. I have also developed a test application in C# to host the ActiveX -...
John Puopolo
02-03-2006 12:01 PM
John Puopolo Go to last post
0 15
Hi, I've created a web application and through this I want to import Excel data to database. Following is the code that I've...
CyberLotus
02-03-2006 07:30 AM
CyberLotus Go to last post
0 21
Hi, I've created a web application and through this I want to import Excel data to database. Following is the code that I've...
CyberLotus
02-03-2006 07:29 AM
CyberLotus Go to last post
0 15
I'm working on a project for time attendence control in which i have to use ActiveX control Starinterface.ocx. I'm using AxImp to generate wrapers...
AT
02-03-2006 07:10 AM
AT Go to last post
0 34
Executing Buildit gives me user not found error in the sourcesafe helper class. I have more than one databases. Can someone tell me what the...
Vas
02-02-2006 04:00 PM
Vas Go to last post
0 23
I have a .NET Windows Form app that uses the Internet Explorer browser control for various pieces of functionality, although what follows...
news.microsoft.com
02-02-2006 01:01 PM
Ken Kolda Go to last post
2 17
Hello, IDE: VS .NET 2003. Problem: Mangled bits of gc class embedded within native C++ class. Description: I have a gc class, BoxedInfo. This wraps...
seek help
02-02-2006 12:47 PM
seek help Go to last post
2 15
Hi, I'm using .net 2003 and my language is VC++. I'm creating an OCX that I want to use in a VB.net application that I will write as well. The wizard...
Dave P
02-02-2006 11:59 AM
Dave P Go to last post
0 12
Hi, does anyone know what Apis I would need to use in C# in order to get a list of the currently logged on users similar to the...
Kieron
02-02-2006 10:33 AM
Kieron Go to last post
0 17
I have some strange behaviour when calling a function on a C written API. The API is part of the XCOM server by Computer Associates. It is very hard...
AT
02-02-2006 03:03 AM
AT Go to last post
6 14
Hi Mattias, Thanks for your help. I've made the changes as you suggested. public struct iaxc_event { public int next_event_pointer;
Martin Venter
02-02-2006 02:36 AM
Martin Venter Go to last post
1 13
Hi, I've got a C# application that uses the Virtual Server COM API, and so based on their sample code, the first thing my application does is...
Gaurav Lochan
02-01-2006 11:18 PM
Richard Cardona Go to last post
1 17
For AccessibleObjectFromWindow(int hwnd, int dwObjectID, ref Guid refID, ref IntPtr ppvObject), I am having trouble finding the GUID and objectID. I...
AT
02-01-2006 05:20 PM
AT Go to last post
0 19
Hi. We had an interop that worked fine under 1.1/VS 2003. One interop dll contains several classess. Regasm succeeds in both Debug & Release. ...
LevK
02-01-2006 01:37 PM
LevK Go to last post
0 25
I have a C#-based object that is exposed as a COM object. After creating a newer version of the object and registering it via regasm regasm xyz.dll...
Craig
02-01-2006 01:27 PM
LevK Go to last post
3 17
Hello! Here's my situation: ..NET ************************************** I've created a simple .NET C# Class Library that...
Regy
02-01-2006 12:23 PM
Regy Go to last post
1 48
thanks, I was wondering what I would do without that.
Eric Pearson
02-01-2006 10:33 AM
Eric Pearson Go to last post
0 15
Hello, Can WindowsServive have a Virtual Desktop and if can what can it do with it? Precisely saying can a WindowsService with a Virtual Desktop...
Jerry Q
02-01-2006 09:54 AM
Eric Pearson Go to last post
1 13
Hi All, I need to convert this code to c#. I'm dont know what the dll import should look like and how to call it from c#. struct iaxc_audio_device...
Martin Venter
02-01-2006 09:34 AM
Eric Pearson Go to last post
4 42
Something odd is happening in my environment. I have just started investigating the possibility of using some relatively complicated ActiveX controls...
Martin Horner
02-01-2006 03:41 AM
Martin Horner Go to last post
0 13
Hi everybody, I'm encountering some problem in trying to activate more than one instance of Word from C#. To keep it simple, if I have a stupid...
Paguro Bernardo
02-01-2006 03:29 AM
Paguro Bernardo Go to last post
2 12
Post New Thread

Display Options
Showing threads 2101 to 2150 of 8307
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.