Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

Release COM objects earlier
Total Hit (2932) If you're using a COM object through COM Interop you should be aware that the object isn't released as soon as you set it to Nothing, as it happens with VB6. Instead, the object will be released only at the first garbage collections that occurs after the object is set to Nothing or goes out of scope ....Read More
Rating
This is a link to a different site COM Interoperability in the .NET Framework
Total Hit (1509)
Rating
This is a link to a different site How Do I... Get Started Using Interoperability?
Total Hit (1632) The common language runtime's COM interoperability services make it possible to use existing COM objects from within managed applications and expose managed objects to existing COM applications. Note: Managed code is code that targets the common language runtime. In addition, the runtime's p ....Read More
Rating
This is a link to a different site How Do I...Build a .NET COM Server Callable from COM clients?
Total Hit (1671) This section explains how to build and install managed code that will be used from COM applications. The steps involved in the build process are as follows: «LI»Write and compile the managed code. «LI»Generate a type library for the assembly using the tlbexp.exe utility. «LI»Install and regi ....Read More
Rating
This is a link to a different site How Do I...Pass Simple Data from .NET Code to VB6 code?
Total Hit (748) This example demonstrates how to use .NET objects from a Visual Basic 6.0 application. The same technique can be used to create the object from any COM application, including those built with Visual C++ 6.0, VBScript, or JScript.
Rating
This is a link to a different site How Do I...Pass an Array From .NET Code to VB6 Code?
Total Hit (708) This example demonstrates how to use a .NET object from a Visual Basic 6.0 application. The same technique can be used to create the object from any COM application including those built with Visual C++ 6.0, VBScript or JScript.
Rating
This is a link to a different site How Do I...Build a .NET Client That Uses a COM Server?
Total Hit (821) This section explains how to build managed code that uses COM. The steps involved in the build process are as follows: «LI»Obtain an assembly containing definitions of the COM types to be used. «LI»Install the assembly in the global assembly cache. (optional) «LI»Reference the assembly conta ....Read More
Rating
This is a link to a different site How Do I...Call COM Methods from .NET?
Total Hit (802) This example demonstrates how to use COM object from a Visual Basic .NET or C# application. In order to use the types defined within a COM library from managed code, you must obtain an assembly containing definitions of the COM types. Refer to the How Do I...Build a .NET Client That Uses a COM Se ....Read More
Rating
This is a link to a different site How Do I...Sink Unmanaged Events from .NET?
Total Hit (877) This example demonstrates how to sink unmanaged events from .NET code. In order to use the types defined within a COM library from managed code, you have to obtain an assembly containing definitions of the COM types. Refer to the How Do I...Build a .NET Client That Uses a COM Server? for specific ....Read More
Rating
This is a link to a different site How Do I...Marshal Strings Between Managed and Unmanaged Code?
Total Hit (861) This example demonstrates how to marshal strings from .NET client to COM server. In order to use the types and methods defined within a COM library from managed code, you have to obtain an assembly containing definitions of the COM types. Refer to the How Do I...Build a .NET Client That Uses a CO ....Read More
Rating
This is a link to a different site How Do I...Call a Function Exported From an Unmanaged Library?
Total Hit (1766) This example demonstrates how to call a function exported from an unmanaged library from managed code. The MessageBox routine in User32.dll and GetSystemTime routine in Kernel32.dll are called. The same technique can be used to call any exported function in any other library. In order to call Me ....Read More
Rating
This is a link to a different site Calling .Net Classes from Visual Basic 6
Total Hit (998) Despite all the power and features of Visual Studio.Net, lots of developers are sticking with good old Visual Basic 6 for at least some of their development projects. There's good reason for this. Tens of thousands of developers know VB6 from the inside out, and can create applications quickly and e ....Read More
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.