| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Is there a way to write data into classic ASP Session and Application objects
from COM? I'm using jscript.net so I cannot use the interfaces...
Fabrizio Cipriani
|
02-24-2007 06:49 AM
Fabrizio Cipriani | 0 | 25 |
|  | In a VB.Net program I am opening an Excel workbook, adding some data,
and then saving the file. My code is:
Dim xlApp As New Excel.Application
Dim...
Peter A
|
02-23-2007 08:43 PM
RobinS | 1 | 33 |
|  | I'm having some issues I hope someone can assist me with.
I have a VB6 application which needs to interact with a VB.NET
assembly (dll). The VB6...
drvice@nppd.com
|
02-23-2007 06:13 PM
Patrick Steele | 7 | 38 |
|  | Can any one tell me if the Office 2003 PIAs are installed by default
with Office 2003?
Thanks in advance.
Roy Berger
roybrew@att.net
|
02-23-2007 08:56 AM
roybrew@att.net | 0 | 28 |
|  | I am doing a migration from VB6 to VB.NET, could you tell me how
convert following code to vb.net
Thanks
Jason
typedef struct
{
short...
dotnetguy
|
02-23-2007 08:31 AM
dotnetguy | 0 | 32 |
|  | I have VB.NET form(VS2005), It has ActiveX control and VB2005 UserControl.
It crashes on Close or Hide. When I remove one of the control from the...
raviprakash g
|
02-23-2007 01:26 AM
raviprakash g | 0 | 25 |
|  | On Feb 19, 2:13 am, Christian Fröschlin <froesch... (AT) mvtec (DOT) com> wrote:
Ofcourse. Thank you.
bidalah@yahoo.com
|
02-22-2007 11:30 AM
bidalah@yahoo.com | 1 | 32 |
|  | Hi everybody,
I am baffled by this problem and was hoping that somebody could help me out.
I have a COM DLL that was created by Delphi that I am...
Curtis Justus
|
02-22-2007 11:13 AM
Curtis Justus | 2 | 25 |
|  | Hello ,
I have working sample of C# code that creates and writes into Excel
file simple text.
And this is not hard as there is a lot of samples at...
AleXmanFree
|
02-22-2007 08:51 AM
AleXmanFree | 2 | 35 |
|  | I changed the lines to
public static extern int SendMessage(int hWnd, uint Msg, int wParam,
ref LVITEM...
Robert Ludig
|
02-22-2007 04:29 AM
Robert Ludig | 1 | 32 |
|  | Hi,
I want to pass a window handle from unmanaged code to managed code:
------------------------------------
Unmanaged code:
LOCAL CVPrompt AS...
Feldaspar
|
02-22-2007 02:17 AM
Feldaspar | 0 | 32 |
|  | Hi,
I want to pass a window handle from unmanaged code to managed code:
------------------------------------
Unmanaged code:
LOCAL CVPrompt AS...
Feldaspar
|
02-22-2007 02:17 AM
Feldaspar | 0 | 29 |
|  | I have an application written in VS2002 and is using word. I have now
upgraded to VS2005 and VS is recommending to download upgraded PIAs.
If I...
Thomas Schoch
|
02-21-2007 03:24 AM
Thomas Schoch | 0 | 31 |
|  | I am having a .net assembly which i would like to expose to COM. So, i
created a CCW to my existing class by adding Interface and...
Sek
|
02-21-2007 12:33 AM
Sek | 0 | 26 |
|  | Hi. I posted a while back about an interop question sending a string
from C++ to C#. I got the executable for that working just fine. Now,
I'm going...
Kyle Szklenski
|
02-19-2007 10:57 AM
Kyle Szklenski | 1 | 29 |
|  | I have some code in C++ i want to call this code from C# i have tried
ref , out, & everything i can´t fix this error
the following code shows the C++...
pedro@dinisnet.com
|
02-19-2007 06:16 AM
pedro@dinisnet.com | 1 | 30 |
|  | Hi,
I have a dll that I would like to create a thin wrapper using either
managed C++, C#, or VC++ to expose it to COM or C#...
vein.kong@gmail.com
|
02-19-2007 04:33 AM
vein.kong@gmail.com | 0 | 36 |
|  | I am facing the same problem, can you help me to resolve the same issue?
Thanks & Regards
saravana kumar SK
EggHeadCafe.com - .NET Developer Portal...
saravana
|
02-19-2007 02:12 AM
saravana | 0 | 21 |
|  | Hi Jerry,
By declaring an event in VB.NET like:
Public Event WMErrorOccurred(ByVal raisedEX As String)
You're actually declaring a delegate and...
Walter Wang [MSFT]
|
02-16-2007 11:14 AM
JerryWEC | 8 | 42 |
|  | I have created a C++/CLI wrapper for a pice of classic C++ code that uses ATL
CString.
The DLL code is called from some web services written in...
Daniel P.
|
02-16-2007 10:38 AM
Daniel P. | 0 | 24 |
|  | Operating System: Windows 2003 Server R2
..NET Framework Version: 1.1
Web Server: IIS Server 6.0
Programming Language: VB.NET
I have been trying to...
murasaki1@yahoo.com
|
02-16-2007 10:27 AM
murasaki1@yahoo.com | 0 | 35 |
|  | Hi,
Anybody knows what to call to insert TextBox into MS Word document ? As if i
would go in Menu->Insert->TextBox ...
which inserts box on absolute...
Kristijan Marin
|
02-16-2007 06:41 AM
Kristijan Marin | 0 | 37 |
|  | Hello.
I'm looking for a way to duplicate the current process so that the new
process will have duplicates of all the resources of the current...
ThePinkPanther
|
02-15-2007 12:08 PM
ThePinkPanther | 0 | 21 |
|  | Hi everyone,
I wrote an Interface for accessing excel both via early and late binding.
Opening workbooks, accessing worksheets and manipulating cell...
Christian Jacob
|
02-15-2007 10:36 AM
Christian Jacob | 0 | 33 |
|  | Hello:
I'm currently exporting a powerpoint presentation to jpg. It works
fine till there is a graph object embed in the presentation. In this
case...
Cubaman
|
02-15-2007 06:39 AM
layos | 1 | 24 |
|  | Hi,
Previously we had a COM component 'A' written in VB6. This referenced
some interfaces defined in type library, 'B'.
Dot net assembly 'C'...
markeengland@gmail.com
|
02-15-2007 05:44 AM
markeengland@gmail.com | 0 | 25 |
|  | Hi all,
I'm trying to do the following: create a dotnet managed control
(for instance a grid inside a form.usercontrol) and retrieve
codebehind the...
layos
|
02-15-2007 04:42 AM
layos | 0 | 29 |
|  | Hi,
I'm having a bad experience with C# and interop and I hope some one can
share a little light on my dilemma.
We have a third party VB6 com object...
Paul Lance
|
02-14-2007 05:18 PM
Paul Lance | 0 | 26 |
|  | This one's a bit messy.
Our application is written across VS2003 and VB6. We write plug-ins to link
to other people's account packages as COM DLLs...
Paul Jones CSG
|
02-14-2007 04:28 AM
Paul Jones CSG | 1 | 28 |
|  | I created a .Net component, and used "regasm" to get the compoennt
registered. I used an ASP page to call this component, and it worked ok.
Later I...
Hanna Yu
|
02-13-2007 10:11 AM
Hanna Yu | 5 | 32 |
|  | I managed to get DUMPBIN to dump my DLL. I added _stdcall to the signature to ensure that it is visible here, even though I set that as the project...
Mark Rockman
|
02-13-2007 12:26 AM
Mark Rockman | 3 | 29 |
|  | How to implement COM singleton pattern, when CreateInstance returns the same
pointer for each call? I need to implement it in .Net. |
02-12-2007 07:50 PM | 0 | 37 |
|  | Hello, folks.
I have an issue using ActiveDS COM object from .NET Framework 2.0.
When I access one of the properties of IADsUser, I get the...
Hayato Iriumi
|
02-12-2007 12:22 PM
Hayato Iriumi | 2 | 32 |
|  | Hi,
I'm looking for an ActiveX/dll or someting similar, to sign pdf files with
Visual Basic .NET.
I don't mind if it's shareware or i have to pay....
Santi
|
02-12-2007 11:53 AM
Matthias Roth | 1 | 26 |
|  | Hello,
Does anyone know where I might find information about using a windows
form made in c# as an MDI child window in an MFC application.
I have...
Jan Obrestad
|
02-12-2007 03:02 AM
Jan Obrestad | 0 | 37 |
|  | Hi,
I'm using Pinvoke and C# interop to interface to a C DLL. The DLL function
signiture is as follows:
int fun(char *name, my_id_t *id,...
James Whetstone
|
02-12-2007 01:51 AM
James Whetstone | 35 | 129 |
|  | I have a class library which uses the IShellFolder interface to implement
folder browsing. This has worked under all 32-bit versions of Windows,...
Jim Parsells
|
02-10-2007 11:11 PM
Jim Parsells | 0 | 37 |
|  | I am getting folllowing error in one of the service components. I have not
override base class's (ServicedComponent ) Deactivate function. Also...
Arif Khan
|
02-10-2007 08:30 PM
Arif Khan | 2 | 45 |
|  | Hi,
My company has a large library of COM objects we've been using for years,
it's massive,
re-writing would take months to years.
One of these...
Steven Edison
|
02-09-2007 03:59 PM
Patrick Steele | 7 | 32 |
|  | Hello!
I'm trying to pass an array of WORD values from COM interface method to a
managed application.
In Visual Studio 2005 wizard I have created...
Danil Shebounin
|
02-09-2007 09:26 AM
Danil Shebounin | 0 | 29 |
|  | Hello,
is in C# no way to realize this problem?
{
object x = new xy();
callback = new CBDelegate(callback_func);
c_call_callback(callback, ref...
Michael Sabo
|
02-09-2007 08:42 AM
Michael Sabo | 1 | 30 |
|  | Good day group,
I have made a toolbar for Internet Explorer using C# and COM interop.
I would like to be able to show a drop-down window appearing...
mookid
|
02-09-2007 05:53 AM
mookid | 0 | 27 |
|  | Much of the Win32 API has yet to become natively supported in the dotnet
Framework. So often we come across sample code that only works in C++.
What...
Mark Rockman
|
02-08-2007 07:39 PM
Mark Rockman | 0 | 26 |
|  | Hi,
I have two PCs:
PC1: Visual Studio 2005 (including .NET framework 2.0.
PC2: Visual Studio 6 (using Visual Basic 6) + .NET framework 2.0...
Tremendo
|
02-08-2007 11:02 AM
Willy Denoyette [MVP] | 5 | 27 |
|  | The short question I have here is how would one enumerate file handles for a
given process in C#?
I know p/invoke is needed. Sysinternals uses...
Demetri
|
02-07-2007 04:08 AM
Michael Nemtsev | 1 | 33 |
|  | My unmanaged code has references to CStringArray which I want to use it in
c#. Anybody knows struct layout for CStringArray? Thanks in advance.
snaik
|
02-06-2007 04:00 PM
snaik | 0 | 29 |
|  | I have a native C++ dll that stuffs a BYTE* buffer and returns the number of
bytes pointed to. I would like to copy the contents of this native...
Scott McFadden
|
02-05-2007 07:34 PM
Scott McFadden | 0 | 30 |
|  | Alright. I am still very new to C#, but have started writing an
application that uses a C++ Dynamic Link Library. My functions load
without any...
Jeremy McCleese
|
02-04-2007 07:17 AM
Jeremy McCleese | 0 | 27 |
|  | Hi,
I have a managed component derived from
"System.EnterpriseServices.ServicedComponent" hosted in a COM+ server
application that has queuing...
Ranju. V
|
02-04-2007 05:53 AM
Ranju. V | 0 | 36 |
|  | Hi folks,
I have a (VB.Net-) DLL that I'm using from MS Access 2003.
Everything's pretty fine except for one thing - When I throw or pass...
Olaf Rabbachin
|
02-03-2007 08:54 AM
Olaf Rabbachin | 0 | 31 |