Regarding VC++ Project template for in VS2005
(1 messages)
Date: Wed, 18 Jul 2007 06:32:41 -0000
I want to use Windows Forms(Managed C++) and also existing VC6
backend static libraries(MFC). Can anybody suggest me which template
in VS2005 is more appropriate for this scenario:
1) VC++ project using "Windows Form ...
|
Walker
(2 messages)
Date: Tue, 17 Jul 2007 12:19:06 -0700
...
|
Problems with Automation Add-in for Excel
(2 messages)
Date: Tue, 17 Jul 2007 08:22:02 -0700
Hi everybody!
I have created an automation add-in in C# using VSTO. When I build, I can go
in Excel, outils, add-in and add the add-in wich appears in the list.
When I make an install of my add-in in another computer ...
|
How to free the memory allocated in unmanged code from managed code?
(2 messages)
Date: Tue, 17 Jul 2007 05:49:42 -0700
Hi,
I am using a COM component which provides a function like
GetBitmapData(out BYTE* pData, out long *pLen), in which it allocates
the memory using "new" and returns the pointer and length of memory
block.
i am calling ...
|
Van Prooyen
(1 messages)
Date: Tue, 17 Jul 2007 00:24:36 -0700
...
|
packaging typedefs into a single reference entity
(1 messages)
Date: Mon, 16 Jul 2007 22:40:11 -0700
Hi,
if i have a DWORD in c++ which i dont have in c#,
i say
using DWORD = System.UInt32;
if 10 such typedefs are to be done,and 10 files of the same C#project
use them,i thought its better to package them into an entity ...
|
Help to convert a union
(1 messages)
Date: Mon, 16 Jul 2007 15:13:24 -0700
Hi
How to convert this union to C# for COM interop?
I thought of having several C# struct types to cover different switch type.
But then what about the default type?
How to make sure that all C# structs have correct default ...
|
How to access the contents of data cells in Excel
(1 messages)
Date: Mon, 16 Jul 2007 12:59:26 -0700
I have made a toolbar plugin for Excel using C#.NET interop.
As far as I can tell, the only way to read/write the contents of cells
is something like this:
Range r = Excel._Application.Cells.Cells[row, col] as Range;
...
|
Walt
(1 messages)
Date: Mon, 16 Jul 2007 06:39:38 -0700
...
|
Troshichev
(1 messages)
Date: Mon, 16 Jul 2007 06:32:58 -0700
...
|
|
invoking .net2.0 dll from .net1.1 exe
(3 messages)
Date: Sun, 15 Jul 2007 19:30:27 -0400
Is it possible to invoke a .net 2.0 dll (built using VS2005) from a .net 1.1
exe built using vs2003?
Thanks
...
|
Adding Toolbar or Menu to Word embedded in WinForms via DSOFramer
(3 messages)
Date: Fri, 13 Jul 2007 19:15:53 -0500
Hi!
We have a smart-client WinForms app that uses DSOFramer to embed MS Word as
a panel of our app.
We want to create a few commands that are specific to our app that act on
the Word document. The two most logical approaches ...
|
Titova
(1 messages)
Date: Fri, 13 Jul 2007 12:13:58 -0700
...
|
Van Prooyen
(1 messages)
Date: Fri, 13 Jul 2007 00:34:16 -0700
...
|
DDE / DdeQueryNextServer
(7 messages)
Date: Thu, 12 Jul 2007 23:59:48 -0700
Hello,
I have to make a DDE-Connection from dot.net (as a Client).
The DDE-Implementation from Brian Gideon (http://www.ozemail.com.au/
~markhurd/vbnetdde.zip)
works, but I still need a function to list all avaiable DDE-
applications ...
|
(c#) ProgId vs AssemblyTitle in VB6
(1 messages)
Date: Thu, 12 Jul 2007 23:58:16 -0000
Hi all, I'm making a component which will be called from .net and from
VB6, the problem that I'm facing is that in VB6 I cannot reference the
component using the ProgId, just the AssemblyTitle, Here some sample
code:
//in ...
|
Marshal.PtrToStringAnsi() Memory Leak?
(4 messages)
Date: Thu, 12 Jul 2007 14:38:58 -0700
I've been noticing a memory leak with the following sample code
snippet. Can someone please advise.
Have a C# Winforms app with the following code on a button-click
event.
private void button1_Click(object sender, System ...
|
Trahktengerts
(1 messages)
Date: Thu, 12 Jul 2007 11:10:41 -0700
...
|
Run console app that runs Excel from ASP.NET
(1 messages)
Date: Wed, 11 Jul 2007 23:54:00 -0700
Hi,
I've implemented a simple console application that runs Excel, attaches a
macro and then saves the excel file with the applied macro file.
This console application is started/spawned from ASP.NET Web application ...
|
Triska
(1 messages)
Date: Wed, 11 Jul 2007 22:30:46 -0700
...
|