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 / August 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SHGetDesktopFolder in VB.NET31 Aug 2003 00:28 GMT2
I would like to use the shell function SHGetDesktopFolder
from within VB.NET, but I don't know how I can use it
without an implementation of the IShellFolder interface,
and was wondering if anyone could point out an answer, or
problems with CCW30 Aug 2003 07:45 GMT4
I have several problems with COM Callable Wrappers implementation. Please
answer any of the ones you know:
1. Can't get the ProgIdAttribute("Name") to work. I use
ComClassAttribute(guid,guid,guid) for all my exposed classes so I was
MSDN article: Deploying an Application for COM Access REALLY unclear (to me...)29 Aug 2003 22:00 GMT1
Reeading the MSDN page:
http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondeployingapplicationfo
rcomaccess.asp?frame=true

makes me really skeptic.
I thought that using regasm /tlb:blabla.tlb blabla.dll will register the
PInvoke and GetPrivateProfileString29 Aug 2003 14:20 GMT4
The following snippet of code:
class Class1
{
 [DllImport("kernel32")]
CCW and method parameters being classes?????28 Aug 2003 20:35 GMT1
I'm having a problem with CCW and method parameters. Some of the parameters
are classes.
It seems that these classes (or at least the properties inside the class)
are not seen from my VB client
MQAX200.DLL - Very Technical question!28 Aug 2003 20:21 GMT1
Hi everybody,
 I have a customer using Win2K, MQSeries 5.2 and MQAX200.DLL from
VB.NET using interop.
 I could get some crash dumps and see that MQAX200.DLL is raising
Automating Excel WorkBook Suppress Excel Message Boxes Possible?28 Aug 2003 17:31 GMT1
I am writing an application that gets data from excel worksheets, it works
fine for most workbooks but when I open some by using the following line of
code:
   _xlApp = new Excel.ApplicationClass();
Can I access a remote com server with only cusotm interfaces from c#? 28 Aug 2003 15:46 GMT2
I am try to access a remote com server from my c# app. The server has no
dispatch interfaces. Is this possible?
Signature

Howard Swope

GetObject and C#28 Aug 2003 13:17 GMT2
I have a .exe application which exposes several COM
In VB 6.0 I can instantiate a class by using Set myClass = GetObject(path,
progid) where path is the path on harddisk to a file (actually a .INI file
in this case) and progid is the progid in registry.
Syntax of DllImport's EntryPoint field28 Aug 2003 09:15 GMT1
I try to call c function in C#,What is the syntax of
DllImport's EntryPoint field?
Why some of extern method need to point out this field
while some of them do not need?
ActiveX control disappears from Windows form in VS.NET28 Aug 2003 08:35 GMT1
I've developed a MFC based ActiveX control using VC++ 6.
In the last days I've tested the control compatibility with the various
language of Visual Studio.NET and it seemed to work correctly.
Today I was forced to change the control version stored inside the .odl file
P/Invoke: Use StringBuilder for LPVOID type27 Aug 2003 23:13 GMT2
I wrote a C# wrapper for the ReadConsole Win32API as following:
(Original unmanaged signature)
BOOL ReadConsole(
 HANDLE hConsoleInput,
MarshalAsAttribute(UnManagedType.LPArray)27 Aug 2003 23:00 GMT2
I am trying to Marshal an Array consisting of custom Objects from VB.NET to
VB6. The function signature in VB.NET is like the following:
Public Function GetItemArrary (Byval ItemCode as String)  as
<MarshalAsAttribute(UnmanagedType.LPArray)> Array
Access Denied Exception thrown from Activator.CreateInstance(Type)27 Aug 2003 21:15 GMT3
I am trying to get a reference to an ATL COM singleton object running on a
Windows CE 4.1 (w/DCOM) device from a C# client. I have no problem accessing
it from a Win32 client. The code that I am using to instanciate the object
is:
modules27 Aug 2003 12:01 GMT3
How can I expose VB.NET modules (shared classes) through a COM callable
wrapper? This works with classes but not with modules:
   <ProgId("Loconet_caca"),
ComClass("383F5F0D-ABFE-414C-B71C-E2369AA8BCCD",
Pages: 1 2 3 4 5 6 July, 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.