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 ...
|
|
|
Memory leak using pinvoke
Tue, 1 Jul 2008 04:29:34 -0700 (PDT)
Hi group!
I have a problem with code that seems to leak memory when I use
pinvoke to call into an unmanaged dll. Following is some example code
written to highlight my problem.
C#:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
...
|
Parent for a modeless Win32 Window
Mon, 30 Jun 2008 00:24:00 -0700
Hello,
i have to migrate a large delphi application to c#.
The mainapplication is written in c# and i have to use modeless windows from
old delphi dll. This delphi windows are created in a separate thread because
a separate message pump is needed. Everything works good, but i have a
problem.
When i c ...
|
COM Versioning Challenges
Thu, 26 Jun 2008 16:24:29 -0700
I'm calling a COM typelibrary from my C# application. That COM library was
updated for Vista, SP1 and now includes some new interfaces, in addition to
the old ones. When I reference the types in my application, I don't have any
version specific references. However, somewhere in there, the v2 interfaces
are b ...
|