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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
PBYTE USER_INFO_3 Structure NetUserEnum30 Nov 2003 19:15 GMT1
I am going calling NetUserEnum winapi to get access to information about users on a server. I have got this working fine when it returns a USER_INFO_0 struct:
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)]
            public struct USER_INFO_0
        {
trying to work with WinSCard30 Nov 2003 16:21 GMT5
I am having a problem with issuing commands to my smartcard, I converted the
call to SCardTransmit as follows:
[C#]
[DllImport("WinSCard.dll", EntryPoint="SCardTransmit",
Using GetEffectiveRightsFromAcl in CSharp29 Nov 2003 15:07 GMT11
how can I use GetEffectiveRightsFromAcl in C#? I don't know how to
transform the parameters to the corresponding C# structs.
DWORD GetEffectiveRightsFromAcl(
 PACL pacl,
Implementing IOleCommandTarget28 Nov 2003 20:04 GMT6
can I implement IOleCommandTarget in a .net COM server? I had the idea to
define the interface myself using the GUID it usually has, then implement
it... is that the right way to go?
              Oliver Sturm
Wrapper Class Over Complex Structure28 Nov 2003 00:43 GMT2
currently, i would like to enhance the features of my system, which is
previously written system in c# by using several using several native
DLL.
however, the data structure in the DLL is rather complicated. they
Calling Win32 DLL -Data Missing27 Nov 2003 22:41 GMT6
I am calling a simple win32 dll from a C# application.
Say the function is GetLastErrorString(BSTR *pstr)
the C#client calls it as
[DllImport("..\\..\\..\\ClientDll\\Debug\\ClientDll.dll",EntryPoint="?GetLas
COM object lifetime in managed code27 Nov 2003 17:52 GMT1
hey all.
i am allocating an object using
Activator.CreateInstance(System.Type);
I get a reference to the Com object.
Automatiting office from .NET (Invalid CAST)27 Nov 2003 17:11 GMT5
All,
I am trying to open a word document and get all the properties using .NET
(c#), if I create the wordapp, call the correct methods I get invalid cast
(see code examples), but if I create a WORD PROJECT (from C#) and use the
runtime hosting in Compact Framework?27 Nov 2003 14:19 GMT2
I would like to know whether it's possible to host the runtime in PocketPC,
just as you do in PC. Also, are there any special issues concerning CF
hosting?
Thanks in advance,
tblimp not recognized as an internal or external command27 Nov 2003 08:22 GMT1
Help!
When I try too run "tblimp" at the command line I get the
following error:
'tblimp.exe' is not recognized as an internal or external
Impersonation with ActiveX EXE27 Nov 2003 07:37 GMT5
I have an ASP.NET application written in VB.NET.  We have
several COM DLLs written in VB 6 and I have one COM EXE
(ActiveX EXE) written in VB 6 as well.  I am using account
impersonation in my Web.config file by adding the
Invert Excel columns and rows27 Nov 2003 01:34 GMT1
I am populating a datagrid and allowing it to be exported as an excel spreadsheet but my internal customer needs the columns and rows inverted.  Any help will be appreciated.  Asp.Net, Office XP, Visual Studio.Net 200
Jack
Deleting an excel worksheet26 Nov 2003 19:40 GMT2
I am having trouble deleting a worksheet using the Excel XP PIA.
Here is my code:
CType(excelApp.Workbooks(1).Worksheets(1), Excel.Worksheets).Delete()
I have also tried:
Primary Interop Assemblies for Visual SourceSafe 26 Nov 2003 16:18 GMT3
Just curious to know if anyone has heard if there are PIAs for VSS
available? If not now, in the future?
Thanks in advance!
Memory leaks and errors not caught -using amqmdnet.dll from IBM26 Nov 2003 13:28 GMT3
Good morning everyone,
I am having a problem closing/disposing of objects created
by using IBM's "amqmdnet.dll" . This dll was written
for .NET by Neil Kolban & IBM. My problem is when I click
Pages: 1 2 3 4 5 6 7 8 9 10 October, 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.