| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have an old dll written in vc6 and have used it in vb6. Everything
works fine.
The vb6 declaration just and client code just like below:
Public...
AT
|
09-21-2004 02:31 PM
AT | 0 | 20 |
|  | Hi All,
I have a couple of assemblies in .NET which I have to use in VB6 ... I am
following below MSDN articile guidelines to create an installer...
Einstein
|
09-21-2004 02:21 PM
Einstein | 0 | 17 |
|  | How ?
IntPtr pt=MtGetUpdatedTickInfo(handle,out count);
TickInfo ti=new...
Pavel Savara
|
09-21-2004 01:24 PM
Pavel Savara | 0 | 23 |
|  | i am trying t.o troubleshoot an app in vc6. c++ which imports a few .net
dll's. The tli,tlh's are created from tlb's and I am off and...
Hazzard
|
09-21-2004 12:58 PM
hazz | 1 | 20 |
|  | Hello,
I'm just getting started w/ vc++.net, and trying to create managed wrappers
around an outdated Borland BC5 c++ application to target the .net...
josh
|
09-21-2004 11:19 AM
josh | 0 | 18 |
|  | Is there a step-by-step description for makeing VBA and VBRUN PIAs anywhere?
Documentation suggests that only the publisher of the original DLLs...
Eric Porter
|
09-21-2004 11:07 AM
rfmount | 1 | 25 |
|  | Our users are able to customize our MFC framework app by adding custom
commands written in VB6. The app decorates a command button with a...
rfmount
|
09-21-2004 10:53 AM
rfmount | 0 | 19 |
|  | Hello,
I'm hosting WebControl (internet explorer) in my desktop application.
Application loads some html pages stored locally. Those pages contain...
navi
|
09-21-2004 06:25 AM
navi | 0 | 22 |
|  | Hello,
i read a lot in ng how to store word documents in an database.
but im wondering why nobody has an solution how to restore the
document form...
Jochen Stuempfig
|
09-21-2004 04:27 AM
Jochen Stuempfig | 0 | 20 |
|  | i want to use .net components in my vb6 application, should i used
regasm or tlbexp to use the .net dlls, moreover will these dlls run
without the...
AT
|
09-21-2004 02:35 AM
AT | 0 | 19 |
|  | I am tring to create a single .exe file that user can download.
However, this program need reference to COM object, thus need a interop dll
file...
Guogang
|
09-20-2004 05:55 PM
Guogang | 4 | 16 |
|  | I have some ActiveX control that we put in the Toolbox of MsDev 2003
with the COM Components tab of the Customize Toolbox page. When we
drop one of...
AT
|
09-20-2004 05:22 PM
AT | 0 | 21 |
|  | I'm looking for a way to be able to host a Powerpoint-presentation in a
control on a WindowsForms application. Has anyone done this?? If so......
Johan
|
09-20-2004 05:07 PM
Johan | 0 | 24 |
|  | Can someone tell me why SetHdevmode doesn't work here?
I have no problem displaying the printer's property dialogs, and if I
alter copies or...
AT
|
09-20-2004 04:44 PM
AT | 0 | 31 |
|  | Hi!
How do you use ICatRegister interface in a managed c++ project? I need
to add some category information and want to use this interface. I
know...
AT
|
09-20-2004 04:30 PM
AT | 0 | 22 |
|  | I have a legacy unmanaged DLL function that expects to be passed a structure like this:
typedef struct tag_ACALLBACK
{
void...
Mark Olbert
|
09-20-2004 03:10 PM
Mark Olbert | 0 | 17 |
|  | I've been scouring USENET (thank God for Google Groups!) and the web
all morning, and am just not coming up with an answer to this one.
What I have...
AT
|
09-20-2004 02:04 PM
AT | 0 | 21 |
|  | try this instead:
namespace testcs_consoleapp
{
public class TestClass
{
public static extern int CFoo.Test();
static void Main(string args)
AT
|
09-20-2004 09:00 AM
AT | 0 | 21 |
|  | I am having trouble with the dotNet_WorkerProcess growing until it crashes
and respawns itself. The app uses a webService to process OLAP cubes...
MikeK
|
09-20-2004 06:33 AM
Rajesh Sivadasan | 1 | 18 |
|  | Hi
I would like to send messages to an old MFC application (not COM) from my
new .NET application. I would like to send it a simple message to give...
Philip K
|
09-19-2004 07:23 PM
Philip K | 0 | 16 |
|  | I'm trying to implement an interface to legacy code in C# which contains methods that involve
pointers to pointers. For example:
public class...
Mark Olbert
|
09-18-2004 07:32 PM
Mark Olbert | 0 | 17 |
|  | I am attempting to serialize a C# generic list collection but it is not
working.
My code looks like this:
public struct RawData
{
public Guid...
Michael Rockwell
|
09-18-2004 12:33 PM
Michael Rockwell | 1 | 19 |
|  | We have just set up a Small Business Server 2003 machine and encountered a
problem when using the .NET regasm tool.
I have to install a .NET dll...
jmok
|
09-18-2004 12:03 AM
jmok | 0 | 21 |
|  | Hi, friends,
I need to interact with VSS in my VC#.net app, such as get the latest
version of selected files. Of cource, I can use VSS COM...
Andrew
|
09-17-2004 04:13 PM
Andrew | 0 | 17 |
|  | Is there a programmatic way to dump the IDL from a TLB?
I know about OleView, but that requires manual intervention,
I want to automate this for our...
Chad Myers
|
09-17-2004 03:58 PM
Chad Myers | 0 | 28 |
|  | I apologize in advance for the newbie nature of this question (I'm new to
this aspect of the VS/.NET environment), but even if someone could be so...
Gilles
|
09-17-2004 02:57 PM
Gilles | 0 | 27 |
|  | Having a problem interoping with some COM components I've written
using custom interfaces, i.e. just IUnkown and NOT Idispatch.
I have a COM exe...
AT
|
09-17-2004 12:15 PM
AT | 0 | 15 |
|  | I am using Word automation, and interate a collection as follows:
For Index As Integer = 0 To m_WordDocument.Fields.Count - 1
' Fetch the field...
Robin Tucker
|
09-17-2004 11:28 AM
Robin Tucker | 0 | 22 |
|  | Hi there,
I'm having trouble with the "reporting" component of my VB.NET software.
I'm using Microsoft Word and automation to parse field codes in...
Robin Tucker
|
09-17-2004 10:28 AM
Robin Tucker | 0 | 25 |
|  | Hi,
I have created a .net windows service to start the Oracle OC4J using the
startup batch file. Though the OC4J has started, the windows service...
Sunil
|
09-17-2004 04:46 AM
Willy Denoyette [MVP] | 2 | 19 |
|  | I wrote a class library using c#, and I want to use it in delphi 7.
I have imported type library in delphi, but I got an error when
create
com...
BlackHawk
|
09-17-2004 01:38 AM
BlackHawk | 0 | 17 |
|  | Hi Dax,
Now I am researching the issue, and I will update you with new information
ASAP.
Thank you for your understanding.
Best regards,
Peter...
AT
|
09-17-2004 01:26 AM
AT | 15 | 32 |
|  | I'm writing a .NET componet to expose to COM and I'm trying to emulate
an existing COM interface from a previous product.
Basically, the current COM...
Chad Myers
|
09-17-2004 12:10 AM
Chad Myers | 0 | 18 |
|  | I have a lib file (and no source code) that I'd like to turn into a DLL that I can then access from
..NET (C#). I also have the header file that...
Mark Olbert
|
09-16-2004 07:20 PM
Mark Olbert | 0 | 20 |
|  | I have some .NET classes which I intend for possible use with VB 6 (or other
COM-compliant language). On some of my objects I have defined a...
Ken Kolda
|
09-16-2004 05:06 PM
DotNetJunkies User | 4 | 26 |
|  | I am in the process of writing a database-less (don't ask why)
distributed caching service that will be utilized by VC++ 6, VB 6, &
..NET clients....
AT
|
09-16-2004 11:10 AM
AT | 0 | 45 |
|  | you can use Excel09.obj to create a dll using "TlbImp Excel9.olb Excel.dll".
this dll seems to work against all the versions of of excel although it...
thrax
|
09-16-2004 10:47 AM
thrax | 0 | 25 |
|  | Someone gave me this link. You might take a look at it...
VC++ 6.0 app. to interoperating with new .NET...
Markku Heikkilä
|
09-16-2004 07:44 AM
Markku Heikkilä | 0 | 19 |
|  | I am trying to display borders around a cell or whole selected Excel.Range.
But i am having hard time how to do this. can somebody help me.
Also is...
thrax
|
09-15-2004 10:01 PM
thrax | 0 | 22 |
|  | Hi,
I am making an application using C# and excel. I am not sure of the version
of office installed on the clients machine. If i make application...
thrax
|
09-15-2004 09:57 PM
thrax | 3 | 28 |
|  | Hi Patrick,
I reviewed the thread and find that our colleague has replied to you in the
thread below.
Newsgroups:...
AT
|
09-15-2004 09:28 PM
AT | 0 | 17 |
|  | I have an method that intstantiates a COM object. I need it to be accessed
by only 1 thread at a time so I use a Mutex to enforce this. But it...
Joel
|
09-15-2004 05:15 PM
Joel | 0 | 17 |
|  | (Type your message here)
--------------------------------
From: ken lee
hello
this is the first time i get into this idea web site by google...
ken lee via .NET 247
|
09-15-2004 02:45 PM
ken lee via .NET 247 | 0 | 24 |
|  | (Type your message here)
--------------------------------
From: ken lee
hello
this is the first time i get into this idea web site by google...
ken lee via .NET 247
|
09-15-2004 02:45 PM
ken lee via .NET 247 | 0 | 17 |
|  | To all of the people trying desperately to use the fax service inwindows xp or 2003 in c# no less. You must remember that usingCOM Interop in C# is...
ralph mcsd via .NET 247
|
09-15-2004 02:45 PM
ralph mcsd via .NET 247 | 0 | 27 |
|  | Hi,
I am trying to deploy a .NET DLL
such that it can be referenced by both VB6 and .net
So I gave it a strong name and installed it using setup...
S K via .NET 247
|
09-15-2004 02:42 PM
S K via .NET 247 | 0 | 17 |
|  | hi guys
urgent:
what is the definitions of propsec an propVariant structures to read properties using
ipropertyStorage (readMultiple) and the...
ghost00x Dark via .NET 247
|
09-15-2004 02:41 PM
ghost00x Dark via .NET 247 | 0 | 53 |
|  | We have a project where we use ASP (not ASP.NET) with .NET components via
interops. I would like to get an ASP session id from .NET component. In...
Eric
|
09-15-2004 02:14 PM
Eric | 0 | 23 |
|  | Hi,
I'm trying to add "Cascade" windows functionality in a C# SDI application,
using the win32 API call:
WORD CascadeWindows( HWND...
Peter McElroy
|
09-15-2004 10:13 AM
Peter McElroy | 5 | 14 |
|  | Hi all.
I have a following problem.
I wrote a ATL dll using VC 6.0, which is kinda interface to the
database. In this dll, i got a selection...
Asko Telinen
|
09-15-2004 01:37 AM
Wang Jie | 1 | 17 |