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 have following code in vb 6.0 " With dlgCommonDialog .DialogTitle = "Print" .CancelError = True .Flags = cdlPDReturnDC + cdlPDNoPageNums If...
binod_prasad@satyam.com
03-13-2007 09:12 AM
binod_prasad@satyam.com Go to last post
0 29
I have following code in vb 6.0 " With dlgCommonDialog .DialogTitle = "Print" .CancelError = True .Flags = cdlPDReturnDC + cdlPDNoPageNums If...
binod_prasad@satyam.com
03-13-2007 09:11 AM
binod_prasad@satyam.com Go to last post
0 18
Hi all, I have and MTS component (dll) made in VB6 that make a long process. I found that I can modify (overrides) global transaction timeout...
PAF
03-13-2007 03:39 AM
PAF Go to last post
0 19
Hi, My application need to use IPC for interprocess communication. I copy some samples from MSDN and runs it. The program works properly. In the...
Kwokho
03-13-2007 02:14 AM
Kwokho Go to last post
0 31
the exported API returns a pointer to structure. How to declare extern function. in C++: struct S { // some fields here }; S* APIFunc();
03-12-2007 09:27 PM
Go to last post
0 30
OK, obviously one needs to use SetLastError=true if the marshaled function is a Win32 API which uses SetLastError() to spcify the error, but why...
mark.sanders.03@gmail.com
03-12-2007 08:17 PM
mark.sanders.03@gmail.com Go to last post
0 24
C#, VS2003, 1.1 Framework I have a custom class implementation thats based on System.Collections.CollectionBase. I've implemented the Add, Remove,...
Dave Young
03-12-2007 05:43 PM
Dave Young Go to last post
1 23
Hi, I am new to COM as well as to .Net COM interop. I want to expose a .Net class(lets say (lets say A::ClassA) of an assembly (A ) to COM with a...
AsharGhani
03-12-2007 08:47 AM
AsharGhani Go to last post
2 40
Hi, I created ATL dll in vc++. I am referring this dll in .net. One of the function named "fun1" which i exposed is having BSTR* datatype. There I...
Nicol
03-12-2007 06:30 AM
Nicol Go to last post
0 22
Hi, I created ATL dll in vc++. I am referring this dll in .net. One of the function named "fun1" which i exposed is having BSTR* datatype. There I...
Nicol
03-12-2007 06:21 AM
Nicol Go to last post
0 21
I am trying to create a journal record hook in C#. According to http://www.codeproject.com/tools/winmacro.asp I do not need a DLL for it. Creating a...
mihi
03-10-2007 11:35 AM
mihi Go to last post
2 33
Hello, one VB6 method is taking an enum value as argument. The enum is also defined in the VB6 dll. How can I access the VB6 public enum, so i can...
yvan.charpentier@gmail.com
03-09-2007 06:12 PM
yvan.charpentier@gmail.com Go to last post
0 34
Hi, I have an old C++ GUI Application CPPAPP.exe that calls a C DLL library RULE.DLL through a C++ class wrapper LoadRule.CPP. Now I need to call...
judy
03-09-2007 09:41 AM
judy Go to last post
0 26
Dear colleagues, we currently have a C++ MFC desktop application. Now we like to build another application in C# .NET. These 2 apps need to...
Tommi
03-08-2007 02:01 PM
Tommi Go to last post
0 31
Hi, I have encountered a situation that appears CCW is not releasing a COM interface passed into a method in the CCW and I am wondering if someone...
Leon
03-08-2007 10:20 AM
Leon Go to last post
0 28
Hi, I have encountered a situation that appears CCW is not releasing a COM interface when it is passed across as a parameter and I am wondering...
Leon
03-08-2007 10:13 AM
Leon Go to last post
0 24
Hi, I am working on a project that includes creating a PDF file by hand using a predefined font. The PDF reference requires certain font metrics...
Kristofor
03-07-2007 12:33 PM
Kristofor Go to last post
2 28
Hi , my VB6 code says : Dim ctlDynamic As Object Private Sub Form_Load() Set ctlDynamic = Controls.Add("stlOperators.stlOperator",...
Screaming Eagles 101
03-06-2007 11:34 PM
Vanessa Go to last post
8 43
My C# module is calling COM Out-Proc-Server written in C++. COM server is allocating memory for a SAFEARRAY and returing it to C#. Once the control...
asnowfall@gmail.com
03-06-2007 06:35 PM
asnowfall@gmail.com Go to last post
0 28
Hi, I created ATL dll in vc++. One of the function has datatype as WCHAR*. I am rferring this dll in .net, .net automatically converts this to...
Nicol
03-06-2007 02:32 PM
Phil Wilson Go to last post
1 17
Hello all... Im develope a small app for WM5 that will capture the power status of device by using RequestPowerNotification API. But when the code...
Ted
03-06-2007 04:33 AM
Ted Go to last post
0 24
help please.. I am recently trying to import ActiveX controls (done in C++Builder 6.0) to VSNET. I added it to VSNET Toolbox and dropped the control...
hush_07
03-06-2007 01:33 AM
hush_07 Go to last post
0 25
We want to determine whether it's possible to develop a .NET COM- callable wrapper (CCW) which exposes complex types that are accessible to a...
GregB
03-05-2007 10:43 PM
Patrick Steele Go to last post
1 25
Hi, I have migrated ATL server dll source from VC5 to VC8. The events fired by this server triggers inside VB6 client. -------------VB6...
Mac
03-05-2007 04:57 AM
Mac Go to last post
0 32
Hello all, Im has been create a small app. Its will prompt user a message after user press on the hardware power button. There is 1 weird thing is...
Ted
03-05-2007 04:46 AM
Ted Go to last post
0 30
Hi, In an earlier post I received a perfect solution to use a visible VbNet USERCONTROL in VB6 and get the intellisense. I'm rewriting the answer I...
Screaming Eagles 101
03-05-2007 02:25 AM
Screaming Eagles 101 Go to last post
4 25
I have created a custom print dialog and its fully working expcept for the printer preferences. The code below displays the printer preferences...
CJ
03-04-2007 12:47 PM
CJ Go to last post
0 26
On Mar 2, 11:21 pm, Mattias Sjögren <mattias.dont.want.s... (AT) mvps (DOT) org> wrote: System::IntPtr actually works. It has a ToPointer() method...
Bumbala
03-03-2007 03:20 AM
Bumbala Go to last post
1 23
I am getting an Interop error when I try to open an Access.Application object ... this is all the code in the project/module: Sub Main() Dim sPath...
jfrohoff@gmail.com
03-02-2007 04:08 PM
jfrohoff@gmail.com Go to last post
0 37
Hello, I'm getting an OutOfMemoryException when calling a native method. The same program and library are working on the big .NET Framework 2.0...
Pedro Mota
03-02-2007 12:36 PM
Pedro Mota Go to last post
1 32
Hello, I'm having the following problem and I need some help from you: I've a dll writen in C that has one function that has a parameter that's...
Pedro Mota
03-02-2007 09:37 AM
Michael Phillips, Jr. Go to last post
5 30
I read the documentation for GetWindowText...
ME
03-01-2007 10:22 PM
ME Go to last post
1 26
I have a crash; I know that crash is in the following code 0012d300 12d75f49 OLEAUT32!VariantClear+0xb1 It is because the VariantClear tries to...
johnxhc@gmail.com
03-01-2007 06:32 PM
Ben Voigt Go to last post
17 81
Just to be clear: - COM instantiates the CCW DLL. I assume Windows knows where this DLL is located because it is registered as a COM object. This...
Jen
03-01-2007 12:33 PM
Jen Go to last post
3 24
Hi, I am having one VC++ dll. I need to refer this dll form C# web site. When I try to add the dll as reference it says the "dll should be com dll...
Nicol
03-01-2007 09:05 AM
Nicol Go to last post
0 23
Hi, I have below declaration in C# void UpdateSpousePayrollDetails(Object termlf, Object dpyCdh, String SD04); and want to call this function from...
akumaramar@gmail.com
03-01-2007 08:32 AM
akumaramar@gmail.com Go to last post
0 28
I try with two seperet machine with different version of flash.ocx (and Flash9b.ocx) , when i try to put the flash control on My form, I got error...
mtczx232@yahoo.com
02-28-2007 01:26 PM
mtczx232@yahoo.com Go to last post
0 28
Hi, We are facing a strange problem when we try create an instance of a COM Component(STA) in Windows service. But with Windows Application, We...
Thilak
02-27-2007 11:24 PM
Thilak Go to last post
0 37
So, I need to call AdjustTokenPrivileges because I'm writing a file backup application. This is Win32 code that interfaces with a COM...
Mark Rockman
02-27-2007 09:29 PM
Mark Rockman Go to last post
0 27
Hi, we're experiencing a strange problem when deploying our ASP.NET web application solution containing a managed C++ project: We're getting...
Axel Dahmen
02-27-2007 07:09 PM
Axel Dahmen Go to last post
0 23
I am not the greatest at COM Interop. I understand cleaning up your resources, but usually I am using a VS generated interop library, or primary...
Jeremy Hannon
02-27-2007 04:55 PM
Jeremy Hannon Go to last post
5 30
Hi, I made a userControl in C# (dotnet 3.0) and registers it as an ActiveX control. Everything works fine in the host environment (Windev 11) except...
neoDuche
02-27-2007 01:17 PM
neoDuche Go to last post
0 25
Hi, I'm currently expanding the capability of an Access 2000 database for a customer who's limited by the "regime" of it's IT-department. The...
hagipro@gmail.com
02-27-2007 11:09 AM
hagipro@gmail.com Go to last post
3 30
Hi, My custom ActiveX control designed to be used in Access 2000 works fine as long as I don't add a public interface to it. Ofcourse, that's just...
hagipro@gmail.com
02-27-2007 11:07 AM
hagipro@gmail.com Go to last post
0 25
I have a C# application that relies on a mixed C++ DLL. The C++ DLL is also linked to some native unmanaged DLLs plus has some native DLLs it can...
John Hall
02-27-2007 09:28 AM
John Hall Go to last post
0 25
Hi, I am trying to save data from a dataview to an excel spreadsheet. The data volume is quite huge. As per the recommendation from MS article, I...
vvenkie@gmail.com
02-27-2007 09:22 AM
nicholas.janssens@gmail.com Go to last post
1 22
Hi, Im having a bit of trouble with COM. I created a VB.NET 2005 DLL for reading specific EventMessages from the eventlog. When i reference the...
nicholas.janssens@gmail.com
02-27-2007 09:17 AM
nicholas.janssens@gmail.com Go to last post
0 28
Hi All, I have a excel file and a word file in my wwwroot directory. Now I have developed a asp.net page which will get input fromo user and will...
shyamprabhu
02-27-2007 07:37 AM
shyamprabhu Go to last post
0 30
OK, I've finally fixed this issue, it seems you can fix any and all Active X control issues when using manifest file by adding the miscStatus entry...
NoFear
02-26-2007 01:18 PM
NoFear Go to last post
0 29
On Feb 24, 8:07 am, Mattias Sjögren <mattias.dont.want.s... (AT) mvps (DOT) org> wrote: That doesn't help. I need to support Win2K, but use...
phrosty@gmail.com
02-24-2007 11:32 AM
phrosty@gmail.com Go to last post
1 32
Post New Thread

Display Options
Showing threads 651 to 700 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.