Related resources for ActiveX control
  • 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.
  • How to Register and Unregister a DLL or ActiveX Controls Using Regsvr32.exe11/12/2020 7:10:28 AM.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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 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.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download