StdCall vs. CDecl
Fri, 11 Jul 2008 08:07:57 -0700
Hi all,
Yesterday I stumbled across some VB code that declares a P/Invoke interface
into a C library using StdCall, like this:
<DllImport("MyDll", CallingConvention:=CallingConvention.StdCall)> _
Private Shared Function MyFunc(ByVal arg As String) As Int32
End Function
The referenced library, auth ...
|
COM object that has been separated from its underlying RCW cannot be
used
Thu, 10 Jul 2008 06:09:43 -0700 (PDT)
HI NG!
I have the following exception "{"COM object that has been separated
from its underlying RCW cannot be used."} when closing my application.
I have found some interesting hints in different news groups. Now I
would like to request you and your opinions about my exception.
In my application I access a CO ...
|
typemismatch by reading user property
Thu, 10 Jul 2008 09:35:31 +0200
Hallo NG,
I hope that is the right newsgroup
I have an VB.NET application that open an email and read some user
properties. By reading one of the user property I get the exception
"HERSULT:0x80020005 (DISP_E-TYPEMISMATCH)". In my developer and test area
(that is an vm-system) my application works realy fine ...
|
Excel interop issue
Tue, 8 Jul 2008 14:12:05 -0700
My dev system has both Office 2003 and 2007 with Visual studio 2005 and .NET
framework 2.0. I am using Excel 2003 COM reference in my project. I am able
to build and run the project without any error in my system. But when the
Build master tries to create a deployment build he gets the following
warnings/err ...
|
problem in using delphi DLL in c#
Sun, 6 Jul 2008 19:32:59 -0700 (PDT)
hi,
I am using c# to call a DELPHI.DLL, but I don't think I do it
properly. Please help me check the codes:
I use the example way in MSDN to covert the unmanaged DLL to fit
for .net framework.
I try to use the "injectLibrary(..)" in DELPHI.DLL to inject a A.DLL
to a notepad.exe process.(the function is c ...
|
Dot Net Viewers
Sun, 6 Jul 2008 01:20:32 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
Problem is accessing frames within HTML document using IOleContain
Sat, 5 Jul 2008 10:19:00 -0700
Hi,
I am trying to access the images rendered within frame or iframe in HTML web
page using C#.Net.
I got one reference in this artical
http://support.microsoft.com/kb/196340 and tried the way that has been
suggested
-------------------------------------------------------------------------------------- ...
|
|
|
Dotnet Viewers
Fri, 4 Jul 2008 05:57:55 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
Error 80080005 on VISTA using Interop with Outlook
Wed, 2 Jul 2008 15:54:14 -0500
I have a C# application that sends out email using Microsoft Outlook.
It works fine on Windows XP Pro but it gives me the following exception on
Windows Vista:
Error in the
application.System.Runtime.InteropServices.COMException:Retrieving the COM
class factory for remote component with CLSID
{0006F03A ...
|
IHTMLWindow2 onunload event not triggered consistently
Wed, 2 Jul 2008 12:20:03 -0700 (PDT)
Working in C#:
In IE's document complete event handler
(DWebBrowserEvents2_DocumentCompleteEventHandler), using the web
browser object Document member as HTMLDocument and using the
parentWindow member as IHTMLWindow2 and HTMLWindowEvents2_Event, I add
an event handler in the form of an anonymous delegate to t ...
|