Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Interop / July 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Documentation about namespace Word09 Jul 2003 01:23 GMT1
I'm programming an application that have to generate a
Word Document.
I have the basic commands to create, modify and close a
document but I would like to know if someone have tutorial
COM at .NET termination. Program hangs!08 Jul 2003 09:12 GMT1
I wonder if anyone can help me unravel the following.
(Sorry for the detail, but I don't want to miss out anything that later
turns out to be important!)
I have written a simple .NET console application that references an in
How To Step Into .NET DLL From VB6 IDE08 Jul 2003 08:04 GMT1
I implemented C# .NET DLL (a.dll) for used in both .NET
(b.dll) and VB6 (c.dll) business logic DLL. They are then
called by ASP.NET and classic ASP respectively.  For .NET
environment, b.dll calling a.dll is working fine, so I
Handling errors from .Net components in VB6 code07 Jul 2003 20:51 GMT2
I'm writing some .net compoents that are also going to be used from vb6
code. Is there a way for me to distinguish all the different types of
exceptions that the .net code my throw ? My .net component can throw a few
different types of exceptions and I need my vb6 code to take ...
Errors automating Excel in VB .NET07 Jul 2003 19:14 GMT4
I'm trying to generate some custom excel spreadsheets from VB .NET 2003.  I keep getting the following error.
I have a reference to Microsoft Excel 9.0 Object Library in my project, version 1.3.
An unhandled exception of type 'System.InvalidCastException' occurred in Generator.exe
Weird Error with Regasm07 Jul 2003 18:10 GMT1
Can anyone tell mw why REGASM would be giving me the following error:
Type MyType from Assembly  blah, Version,Culture, publickeytoken can not
extend from any other type.
I am not sure why I am getting this error as I can see nothing wrong.  There
IntPtr value type via P/Invoke06 Jul 2003 15:48 GMT1
Probably a simple marshaling question:
.NET value types passed as arguments via P/Invoke must be prototyped
and passed as ref to marshal back changes to the value type. Fine.
According to the .NET MSDN docs,  IntPtr is a value type.
Using .NET COM objects in VB406 Jul 2003 14:14 GMT1
I encounter the following problem:
Let's have a simple .NET COM class.
using System;
using System.Runtime.InteropServices;
Calling Win32 API PrintDlg04 Jul 2003 13:46 GMT4
I am pulling my hair out with this one.
I have the PrintDlg structure and want to get the default printer from
this.
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
Webbrowser not calling IDispatch method04 Jul 2003 12:12 GMT2
In the docs it says: "To gain this control, you need to implement your
host's IDispatch so it handles DISPID_AMBIENT_DLCONTROL. When the WebBrowser
Control is instantiated, it will call your IDispatch::Invoke with this ID."
(ms-help://MS.MSDNQTR.2003FEB ...
How do I pass a null value from an old ASP page to a C# component?04 Jul 2003 10:10 GMT1
Hi All and thanks for reading:
My C# function looks something like this:
public void MyFunc(int dbId) {  
  if (dbId==null) {DoSomething();} else {DoSomethingElse();}
debugging a C++ dll in a c# program03 Jul 2003 00:18 GMT1
Does anyone knows how to debug a C++ dll within a c# program with Visual
Studio .NET 2003.
Any help would be apreciated.
regards
Using ADODB.RecordSet in C#02 Jul 2003 23:49 GMT1
I have some COM+ components written in VB that return disconnected
ADODB.RecordSet.  I would like to use the results in C# via interop.
Anybody has encountered any issues with this approach?  Thanks in advance.
- Jinlei.
MSHTML Rendering Behaviors impossible in .NET02 Jul 2003 17:33 GMT2
I was having a problem implementing IHTMLPainter in C#
and saw that you had been trying to help someone else
with the same problem a few months ago on:
microsoft.public.windows.inetexplorer.ie5.programming.comp
Lib to Dll Format02 Jul 2003 15:26 GMT1
Hi
Doeas anyone know if is a tool or a way to convert a .Lib
File of C Version 4.0 to Dll so i can used it from VB.?
Thanks in advance
Pages: 1 2 3 4 5 6 7 8 June, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.