Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Interop / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem using WTSOpenServer on Win2003Server DC  10 Jan 2005 08:48 GMT6
       I'm using WTSOpenServer (P/Invoke in a C# application) to open a
handle to a specified terminal server which is Win2003 Server Domain
Controller.
       The function is returning NULL (or 0). I'm able to connect
Why is Outlook.Application ambiguous in namespace?08 Jan 2005 14:55 GMT2
I'm following the code here
http://support.microsoft.com/default.aspx?scid=kb;en-us;313788 but this
build error in VS Studio .NET:
'Application' is ambiguous in the namespace 'Outlook'
office and project late binding08 Jan 2005 05:57 GMT7
Is there an example showing how to do this.
We do not want a different project for each version of office, the
opportunity for inconsistencies between versions will be a problem in the
long run. Alternatively is there a way to build for different versions in
interop question - shell08 Jan 2005 02:20 GMT1
Is it alright to add a reference to shell32.dll and then use the objects in
that namespace, like: Shell32.FolderItem ?   (and then distribute the app to
various windows operating systems)
The reason I ask, I created an app that does this, and when I transfer the
How do I accomplish inter-process/applicaiton communication?07 Jan 2005 21:39 GMT1
It has arisen that I need to be able to talk from my application (C#) to
another application (unmanaged C++) that runs in a different thread, and vice
versa.  I have tried the COM interop, but I keep getting new copies of the
class instantiated, instead of talking to the one ...
Throwing exception from a .net com object07 Jan 2005 21:32 GMT1
I have written a class in c# and the assembly is registered as a com object.
When I use this assembly fron a .net windows app it works great, and if the
assembly throws an exception it is caught by the .net winform app.  When I
use this assembly from Excel, Excel will report an ...
Unmanaged Type Name and Strong Names07 Jan 2005 18:17 GMT2
Why is the IDE not letting me compile with an instance of an unmanaged type
library COM object?  It tells me that the type library needs a strong name?  
I did not think this was necessary for unmanaged type libraries...  How do I
fix this, since I cannot modify the type library ...
Word Interop not printing06 Jan 2005 21:49 GMT2
I am trying to use Word.Interop to print from ASP.NET. I can get it to
open the document but it just hangs on the PrintOut method. I have
tried a variety of combinations for the arguments (background = false
etc.) to no avail.
Word Automation - RPC Error06 Jan 2005 17:50 GMT1
I have a VB.Net app that creates a Word.Application and Word.Document
object. It loads a Word document. However, in my cleanup code when the user
closes the window, I call the Quit method the Word.Application object and
set the objects to nothign. This works fine except if the ...
late binding problem06 Jan 2005 17:47 GMT1
If we do late binding of office it appears we need to be able to do
something like
if (Office xp)
else if (office 2003)
Problems with Word 2000 automation06 Jan 2005 02:41 GMT1
I'm automating Word in my VB.NET Windows Forms application, and I'm hitting
a problem when the application is used with Word 2000.
To access the Word functionality, I created a reference to the Word 97 type
library (we support all versions from 97 onwards). I then have some code
buffer overrun05 Jan 2005 22:39 GMT3
Hello,
I'm trying to get a callback from a custom dll into a C# application. I get
the correct callback, with the right parameters but when it gets out of the
scope of the callback method I get an exception (with Microsoft Visual C++
RawPrinterHelper05 Jan 2005 22:24 GMT1
I have problem with printing using below code to my printer  ,
anyone have any idea why this Code is not working .
I have WinXP  SP1
Public Class clsRawPrinterHelper
COM with C# overloads05 Jan 2005 22:19 GMT3
I wrote an API in C# which included a couple of overloaded methods:
   bool SendMessage(byte[] msg);
   bool SendMessage(byte[] msg, uint priority);
I've now been asked to add a COM wrapper. However COM doesn't
Marshaling a String Array05 Jan 2005 22:14 GMT3
I need to marshal as string array in C# to an IntPtr.  Ist there any way to
do this.  for instance.
string[] str = { "this", "should", "have", "a", "pointer" };
IntPtr ptr = Marshal.AllocHGlobal(Marhsal.SizeOf(str.Length * str.Length);
Pages: 1 2 3 4 5 6 7 December, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.