Related resources for ActiveX
  • How to Call a .NET Assembly From a SQL Server Scheduled Job4/25/2024 8:29:38 AM. Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configur
  • Solar Power Charting Tool8/28/2023 10:13:09 AM. In this article, we will see how to use C# and GDI+ in measuring the solar power and represent it in form of chart.
  • Exploring Subject <T> In Reactive Extensions For .Net10/8/2021 8:37:52 AM. This article explores different siblings of Subject&lt;T&gt; available for the Reactive Extensions library for .Net.
  • Remote Sensing and Remote Control over the Internet with GP-3 Board 1/14/2021 11:16:49 AM. In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
  • .Net Penetration Testing: Cheat Sheet11/23/2020 9:30:52 AM. This article provides a cheat sheet for .Net Penetration Testing.
  • How to Register and Unregister a DLL or ActiveX Controls Using Regsvr32.exe11/12/2020 7:10:28 AM.
  • Show Record Through TextBox in JavaScript4/8/2020 1:49:48 PM. In this article I will explain how to connect to a SQL database with JavaScript and how to show data from a database as a TextBox value.
  • How to Show PDF file in C#5/20/2019 4:36:01 AM. This article shows how to show a PDF file in a Windows application with the help of the Adobe ActiveX COM.
  • Writing an ActiveX Control in .NET4/8/2019 4:12:15 AM. In this example, I will walk you through creating an ActiveX control that will show a simple user interface and accept input from a web page.
  • Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET12/4/2018 5:23:48 AM. In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC. Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET.
  • Using Grid ActiveX Control With VB.NET12/1/2012 6:02:42 AM. Using the new ActiveX control (MKGrid) with VB.Net, you can read my article about using MKGrid control with C#.
  • ActiveX Controls in VB.NET12/1/2012 2:20:03 AM. VB.NET language provides us a way to call this COM server in a program. When we compile a VB.NET program an Intermediate Language is generated and it is called as Managed Code. This article shows how to create a simple server by using Visual Basic 6.0 and implementing it in a VB.NET client program.
  • Using New ComboBox ActiveX With VB11/19/2012 4:04:37 PM. This is my attempt to create a resizable ComboBox ActiveX to set its height to the height of a DataGrid cell.
  • Using New ComboBox ActiveX With C#11/19/2012 3:55:53 PM. This is my attempt to create a resizable ComboBox ActiveX to set its height to the height of a DataGrid cell.
  • Net DDE to .NET Remoting11/10/2012 3:09:49 AM. This article travel through time to trace the genesis of Dot Net Remoting right from RPC to RMI till SOAP.
  • Writing an ActiveX Control in VB.NET11/10/2012 2:23:58 AM. Create a Windows control project in Visual Studio .NET and expose an interface to the COM world.
  • Object Serialization in VB.NET11/10/2012 2:05:49 AM. This application is simple Console application which demonstrate Object Serialization in VB.NET by use of System.Runtime.Serialization namespace.
  • ADO Vs ADO.NET Web Service10/20/2012 4:30:06 AM. In this example I'd like to demonstrate one of the most interesting features of the .NET runtime - the concept of Webservices.
  • Migrating from ASP to ASP.NET10/3/2012 12:10:40 PM. This document covers some of the more powerful features that can simplify Web development while providing a more scalable, stable, and productive environment.
  • C# and ActiveX DLL9/30/2012 4:54:39 AM. As you know with Visual Basic 6.0, it is possible develop a COM server and implement them in a Visual Basic client program. But this is being done by using Visual Basic. You may wonder about the idea of calling this DLL in a C# Application. Well, C# language provides us a way to call this COM server in a program. When we compile a C# program an Intermediate Language is generated and it is called as Managed Code.
  • Data Access with ADO.NET9/30/2012 4:53:03 AM. This first article will provide a brief history of data access as well as provide the basic flow for using ADO to access data.
  • An insight into Code Reusability and COM Interoperability - Part 29/30/2012 4:46:59 AM. We have mushrooms of network systems running across the globe based on many proprietary protocols. In order to integrate these systems to communicate with each other in a more meaningful way, developers or organizations have to face an uphill task.
  • Introduction to SOAP5/20/2012 7:52:12 AM. Since the release I have been fascinated with this thing called SOAP, This bubbly new protocol backed by the power of XML is certainly going to make waves in the world of distributed computing. The first thing which comes into our mind is “Why the heck we didn’t think of this before?
  • Pros and Cons of ActiveX and DHTML Controls5/20/2012 3:06:52 AM. This document shows a comparison study of web pages using simple ASP and ActiveX Controls. By the End of this document, we arrive at a conclusion of which one to use when.
  • SQL Server Integration Services (SSIS) - ActiveX Script task container5/20/2012 12:54:46 AM. In this article we are going to see how to use an ActiveX Script task container in SSIS packaging.
  • User Controls In Internet Explorer5/19/2012 7:03:48 AM. ASP programmers have long been using ActiveX controls as part of their client-side programming techniques, but now we are able to easily render Windows User Controls (almost Windows Forms, but not quite) into our HTML.
  • Drawing Visio Shapes in the Visio ActiveX Control Using C# and .NET5/19/2012 1:58:21 AM. This article will get you started in using the Visio ActiveX control that allows you to use Visio inside of a .NET Windows Form. The article will step you through a simple example of drawing shapes inside a Visio Drawing and connecting the shapes together.
  • Net DDE to DOTNET Remoting5/15/2012 6:33:38 PM. This article travel through time to trace the genesis of Dot Net Remoting right from RPC to RMI till SOAP.
  • How to Create ActiveX Control4/9/2012 2:38:03 AM. In this article I describe how to create an ActiveX control and how to display it in another screen.
  • ActiveX control using C#4/2/2010 3:28:23 AM. I create a new ActiveX control (MKGrid) to let edit Grid control become easy, I was using my ActiveX in VB6 project.
  • Web Based Chat Application6/15/2009 1:08:04 AM. The article explains about devloping a chat Solution in ASP.Net / C# which is differnt than any of the available solutions and works under any firewall and browser settings.
  • Host an OCX control within a .Net windows application-.Net and COM part IV11/3/2008 2:08:46 AM. In this article I will explain how to host an OCX control within a .Net application.
  • Realtime Stock Quotes into Excel using .NET4/9/2008 2:25:46 PM. I may seem a little Bullish on .NET, but I was able to create this application fairly quickly in C#.
  • Virtual Oscilloscope using PIC Microcontroller 4/28/2007 6:41:09 PM. An oscilloscope is probably the most important instrument for observing and measuring electronic circuits.
  • Using a COM Callable Wrapper to Launch a Program from a Hyperlink in the WebBrowser Control3/6/2007 9:27:57 AM. This article describes how you can launch an application from a link inside the WebBrowser Control using a combination of javascript and an ActiveX Control created in C#.
  • Using Web Browser Options in C# and VB.NET8/30/2006 5:20:16 AM. I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.
  • Web Browser in C# and VB.NET8/30/2006 5:01:50 AM. This article explains how to add and web browser ActiveX to your project to developer your own customized web browser.
  • Windows Forms WebBrowser Control2/23/2006 12:20:08 AM. Windows Forms 1.0 lacked a Web Browser control. The work around was to use IE ActiveX control using COM Interop. Now Windows Forms 2.0 provides a Web Browser control, which is a managed wrapper of IE ActiveX control.
  • Using Multimedia Controls in .NET through COM Interoperability1/9/2006 4:08:02 AM. In this article I'll try to explain the issue of the COM Interoperability and how to use Multimedia Device controls.
  • User Controls in Internet Explorer12/26/2005 1:13:32 AM. WinGhost 2.0 application allows you to show and hide applications running on your machine. I find this program useful at my work as I do lot of programming at any given time I can have a bunch windows open. I use it normally to hide just my windows I don't access that often.