| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I'm using a global keyboard and mouse hook to monitor user action for
a kind of macro tool.
There is no way to trap WM_COMMAND using LowLevel...
michelQQA
|
02-18-2009 01:34 PM
Ben Voigt [C++ MVP] | 3 | 87 |
|  | Hi,
I have an unmanaged static library which im linking into a managed
exe. The unmanaged library is being build by VS 2005 with old syntax
check...
Saad
|
02-18-2009 09:57 AM
Saad | 0 | 91 |
|  | Hello...
It looks like there's a problem inside the Draw function...
I think it would get an answer using this...
Eusebiu
|
02-17-2009 05:15 PM
Eusebiu | 0 | 41 |
|  | Hi,
I'm trying to write some C# code that will be exposed for COM. I've learned
how to do everything I need except for 2 items:
1- How do you set...
Ben Keene
|
02-12-2009 12:33 PM
Ben Keene | 3 | 60 |
|  | Hi all!
we're planing a 64bit migration of a 3D CAD/CAM-Applikation (MFC, with
DirectX-integration). The GUI has to be ported to WPF/.NET3.5...
Peter Franz
|
02-11-2009 03:23 PM
Andrey_Karpov | 6 | 64 |
|  | Situation:
I have a C++ DLL (D3D9.dl) and an accompanying header file (d3d9.h).
I do not have an IDL file or a type library file. The header file...
Micah
|
02-11-2009 02:11 PM
Ben Voigt [C++ MVP] | 2 | 63 |
|  | All,
I am trying to wrap a traditional C++ dll, that I don't have the source for, in C#. I do have the header files listing what's exposed. The dll...
DanielP
|
02-11-2009 02:04 PM
Ben Voigt [C++ MVP] | 1 | 101 |
|  | Hi, I have an VB.NET app that uses an MSScriptControl. The user of my
app can create a 'library' of VBScripts which are executed by the
script...
Onno
|
02-11-2009 10:03 AM
Onno | 2 | 104 |
|  | Hello,
I have no access to the TLB of this dll and as vs2008 (c#) needs a type
library to generate an inetrop class, how to obtain it.
I have no...
WT
|
02-10-2009 06:13 AM
Jialiang Ge [MSFT] | 2 | 59 |
|  | Hello Oriane,
How's the progress now? It has been a couple of days since our last
discussion. Are you going along well with our suggestions? If you...
Flynn
|
02-10-2009 03:43 AM
Oriane | 1 | 46 |
|  | This is the first time I see a question was answered long before it was
asked...
"Oriane" <oriane (AT) noemail (DOT) noemail> wrote
Empi
|
02-10-2009 02:34 AM
Empi | 0 | 48 |
|  | Hi all,
I want to load a .NET-DLL dynamically in a VB6 application. The problem
here is, that I am not able to reference the DLL during compile...
Mike Wesling
|
02-10-2009 01:46 AM
Eusebiu | 1 | 48 |
|  | This is driving us nuts! And, I got an almost immediate deadline to figure
this out.
We created a Dot Net DLL (in C#). Used the option to Male...
Al Meadows
|
02-09-2009 05:48 AM
Jialiang Ge [MSFT] | 2 | 47 |
|  | Thanks to Christian.
This code works fine. I'm going to use this code in my program.
RainerB
RainerB
|
02-09-2009 02:13 AM
RainerB | 3 | 147 |
|  | I have a fully working C++ project that imports a COM dll.
I know very little about the COM dll, as its an external delivery and it
cannot be...
Paul
|
02-08-2009 08:55 AM
Paul | 0 | 53 |
|  | All,
I am trying to wrap a traditional C++ dll, that I don't have the source for, in C#. I do have the header files listing what's exposed. The dll...
DanielP
|
02-07-2009 12:54 PM
Eusebiu | 3 | 62 |
|  | I have an OCX control that I added as reference to my C# project. I am able
to view all the objects contained in the OCX using object browser. When...
Intell
|
02-07-2009 12:47 PM
Eusebiu | 2 | 46 |
|  | "Oriane" wrote:
The most simple way is to add the files to a new project and then
try to build. It depends on the project of course, but the fix...
Alex Blekhman
|
02-06-2009 09:56 AM
Alex Blekhman | 3 | 55 |
|  | Oriane wrote:
Oriane:
IMHO, you would be better to arrange your code so that the managed GUI part
makes calls into the unmanaged non-GUI part, and...
Jialiang Ge [MSFT]
|
02-06-2009 09:25 AM
David Wilkinson | 1 | 86 |
|  | Hello NG.
we are developing a .NET system using COM Interop with Excel VBA.
The .NET AppDomain Base Path is set to the Excel.Exe Path by...
sebastian.dau@googlemail.com
|
02-05-2009 06:21 AM
sebastian.dau@googlemail.com | 0 | 88 |
|  | Hi,
I'm trying to do a tree view folder explorer. I have seen too many
samples over internet teaching how to implement a tree view with
directory...
katxalot@gmail.com
|
02-04-2009 03:58 AM
katxalot@gmail.com | 5 | 101 |
|  | i find that when i register the tlb using regtlibv12, i couldn't
import the typelib file by using
import "guid of the typelib"
the only difference i...
thinktwice
|
02-03-2009 09:49 PM
thinktwice | 0 | 48 |
|  | Hello,
I have a problem with late binding to an existing COM component. As an
example take this simple IDL-file of the test component:
library...
Thomaso
|
01-29-2009 11:07 AM
Thomaso | 2 | 135 |
|  | Hello,
We have an ASP.NET application (framework 2.0; C#).
From this application I call a COM DLL (via Interop DLL).
I have no problem from several...
Joffrey L.
|
01-29-2009 08:05 AM
Joffrey L. | 2 | 54 |
|  | I have a DLL written in C and it has a function like this:
EXPORT float CALLBACK getval(void)
{
return(2.0f);
}
Then I have this defined in C#:
bsnguy
|
01-28-2009 05:26 AM
Jialiang Ge [MSFT] | 4 | 85 |
|  | Hi,
Being always reluctant to dig into COM+, I never really understand what make
it useful when we use .Net. I know it was still useful by the time...
Oriane
|
01-23-2009 04:02 AM
John | 1 | 77 |
|  | Hi
I had a interop-toolkit-developed usercontrol with a setup which I have
run on my machine.
I create an empty vb6 project and add a usercontrol...
Simon Woods
|
01-22-2009 06:33 PM
Simon Woods | 1 | 75 |
|  | I am trying to compile some apps (VS2008 and C#) for 'any CPU' but I have
some problems. They all work fine if compiled for x86 but tend to fall
over...
Jeff Gaines
|
01-21-2009 04:02 AM
Jeff Gaines | 4 | 87 |
|  | Hello,
I have an ASP.NET website that has several references to COM dlls.
I've added the references and VS takes care of creating and adding...
Eric Goforth
|
01-19-2009 03:31 PM
Eric Goforth | 0 | 107 |
|  | Hi everyone,
I can't seem to find a good way to feed a system that reads fixed
width data or delimitted data with WCF. I am very familiar with...
Jethro
|
01-17-2009 12:02 PM
Jethro | 0 | 66 |
|  | I am writing an app for Vista 64 using C Sharp which hosts an
IExplorerBrowser in a control. It is based on an article on The Code
Project...
Jeff Gaines
|
01-15-2009 08:43 AM
Jeff Gaines | 0 | 54 |
|  | I have a .NET assembly written in C# that is COM compatible. This assembly
is going to be used by a legacy web application that uses VB6...
im_mike
|
01-13-2009 09:18 AM
im_mike | 21 | 174 |
|  | Hi guys,
Please can someone just put me out of my misery. I just wanted to
check that I'm right in thinking that simply using:
using (excel =...
JimLad
|
01-12-2009 11:51 AM
Rick | 1 | 105 |
|  | I am a new to .NET (using 3.5) however have written a C# Class library that I
need to reference from Visual Basic 6.0.
I have attempted to do this...
tricky
|
01-09-2009 02:01 PM
TDC | 6 | 62 |
|  | I have a C# class that contains this:
public static extern void MMDRIVER(
System.String fileDir,
System.Int32...
Vic
|
01-09-2009 01:47 PM
TDC | 6 | 58 |
|  | I wish to use an Interop Toolkit control in a container other than a VB6 app
even though this is not an actually supported scenario
(container is...
nick0033
|
01-07-2009 06:37 AM
nick0033 | 0 | 96 |
|  | Hello Fellow,
Since the Microsoft Common Dialog Control 6.0 does not come with Microsoft Visual Studio .NET you need to download the activeX control...
Paco ?ngel Santos
|
01-06-2009 03:42 PM
Paco ?ngel Santos | 0 | 45 |
|  | Hello Ehud,
from what I know the 'params' construct is not supported by COM. In theory, this changed signature here should be valid (I didn't say...
Christoph W
|
01-06-2009 01:29 PM
Christoph W | 0 | 88 |
|  | Sometimes my software crashes on Windows Vista. It looks this happens
randomly and only on Windows Vista (with XP this has never happened).
It looks...
nagar@community.nospam
|
01-06-2009 05:21 AM
nagar@community.nospam | 0 | 84 |
|  | Where you can add a touch of romance to success and achievement!
Find your perfect match at free of cost
FREE SIGN UP
Verify Photos/Age
Verify...
sojankf
|
01-02-2009 05:24 AM
sojankf | 0 | 41 |
|  | Hi,
I am trying to read all the contacts from SIM.
I am using P/Invoke call public static extern int SimReadPhonebookEntry
(int hSim,
uint...
Krish
|
12-30-2008 03:33 PM
Krish | 0 | 32 |
|  | I am calling an API (VMWare VIX) that returns a System.__ComObject
with a null identity. I think the API returns a NULL pointer as the
result which...
dB.
|
12-26-2008 08:28 AM
dB. | 0 | 33 |
|  | I wrote a quick ping COM DLL using VS2008.
I can reference it fine in VB6, and the code runs as expected.
If I run the code in the VB6 IDE, the...
Jimmy Jam
|
12-22-2008 02:30 PM
TDC | 69 | 146 |
|  | Sorry for this, but I am unable to find a clear way of doing this
although this a much asked question.
I have a C# structure
unsafe public struct...
a non e mouse
|
12-22-2008 10:10 AM
a non e mouse | 27 | 79 |
|  | Hi,
I would like to call from jscript on HTML page that is displayed
within a WebBrowser control to a method in the host that accepts any
number of...
Ehud
|
12-21-2008 09:42 AM
Ehud | 0 | 82 |
|  | Hello,
I am trying to pass a vbs class from vbs to a C# (com-visible) component
with no luck. Any ideas how to achieve this?
Thanks,
dpomt.
C#:
dpomt
|
12-19-2008 02:34 PM
Ben Voigt [C++ MVP] | 3 | 36 |
|  | I have both Office 2003 and 2007 on my desktop.
I am tryin to force VS 2005 to use the 2003 version bit keeps getting a
refernce to...
george
|
12-19-2008 10:08 AM
Archibald | 7 | 112 |
|  | Hi,
I have a legacy c++ application which uses wxWindows to create it's
GUI. We have ported it to VC 8 (2005) using the old syntax switch.
Then we...
Saad
|
12-19-2008 05:08 AM
Saad | 0 | 85 |
|  | I met one very strange problem in my XBAP, in my XBAP, there is a edit box ,
when the page was loaded:
1. if I preset the string (say...
Steven Tang
|
12-19-2008 04:32 AM
Linda Liu[MSFT] | 36 | 133 |
|  | I've been banging my head on this for a week now. Everything worked
fine on Vista 32-bit. Yet no fun allowed under Vista SP1 64-bit.
I thought it...
Ed Sutton
|
12-18-2008 10:49 AM
Ed Sutton | 12 | 87 |