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 / April 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
RasEnumConnections30 Apr 2004 21:22 GMT2
I'm having problems using RasEnumConnections.
 [DllImport("rasapi32.dll", CharSet=CharSet.Auto)]
 public static extern int RasEnumConnections(ref RASCONN[] Connections, ref
int dwSize, out int TotalConnections);
ITaskSchedler implementer DLL name for importing?30 Apr 2004 21:00 GMT3
Hello, where do I get the name of DLL that contains class implementing ITaskScheduler interface - I would like to import it into my C#. The class's ID is CLSID_CTaskScheduler
Thank yo
Opening a specific Excel worksheet in a webBrowser control30 Apr 2004 20:09 GMT1
How can I open a specific Excel worksheet in a webBrowser control using vb.net? I can open a workbook using this, I would like to select a specific worksheet.
   Dim x As frmExcelDisplay = New frmExcelDispla
   x.Show(
   x.AxExcel.Navigate("C:\mySpreadsheet.xls"
System.InvalidCastException - QueryInterface Failed - error.jpg (0/1)30 Apr 2004 19:33 GMT1
Hi,
    I have a vb6 active-x dll that I want to use in my vb.net
program. However I'm getting the above System.InvalidCastException
Query Interface faild for .....myPrintClass
Shell extension demo / turotial?29 Apr 2004 21:24 GMT2
I'm trying to create a Windows Explorer window in C#. I've been looking
around and have found a lot of pieces that should make it possible for me,
by searching on keywords like ishellview, createviewwindow and
ishellbrowser. But I haven't found a complete working demo.
CCW28 Apr 2004 21:05 GMT1
I have a VB.NET Class file that I created that i need to use from a VB6
component.
I need to make a CCW to allow the VB6 to access the .NET component. How do I
make a CCW file?
Dll and Com28 Apr 2004 19:27 GMT1
Hi NG
I've a stupid question:
If a want use a .NET component as a com-interface I need to register my dll.
Do the clients which uses the component need the .NET framework??
Disable x button of another program28 Apr 2004 03:26 GMT7
I want to disable the x button of an old dos based program?
I guess I will need a process running in the background ?
thanks for any help
Gerry
InternetCrackURL27 Apr 2004 20:53 GMT1
Has anybody tried to use this API and if so can you point me to a working
example.
I am using vb.net.
It is always returning 0 or a failure.
Opening .mdb file only for viewing purpose.27 Apr 2004 15:00 GMT1
H
I want to open an .mdb file for viewing purposes to the User
The User should not be able to change anything contained in that database
He should be able to only view the contents
passing a delegate to a C function.27 Apr 2004 11:33 GMT1
I have a dll written in C. I call this C function from my C# code.
Within the C function(in dll) it should be able to call a function in
C#(Callback function). So when I call the C function I need to pass a
pointer to the C# function. I use delegates within my C# code for
Error 1928. Error registering COM+ Application27 Apr 2004 06:59 GMT5
When we try and install our COM+ components using a client proxy from our Windows 2003 machine onto our XP machines we always get an error during installation on the client machine (see below).  Now if we select the option "Save COM+ Component in 1.0 format..." when creating the ...
Can someone Translate this27 Apr 2004 06:10 GMT1
Can someone translate this C++ to VB.NET
int _tmain(int argc, _TCHAR* argv[])
{
HWND hWnd = ::FindWindow("ConsoleWindowClass",NULL);//Find window
SetPrinter Call27 Apr 2004 03:09 GMT3
We are trying to pause a printer from C# or VB code using the Win32 printer API's in the winspool.drv.  We are having varying degrees of success.  With the following VB code, the OpenPrinter call works, but we get an access denied error message upon calling SetPrinter.  I have ...
Passing a dotnet control as generic object problem???27 Apr 2004 01:22 GMT1
I have written a VB activex dll component, which exposes a method say
MethodA that takes one of the arguments as object (generic) type. The
method looks like this:
Public Sub MethodA(ByRef ctrl As Object, ByVal categoryID As
Pages: 1 2 3 4 5 6 7 8 March, 2004
 
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.