maheshcha

Stories kicked by maheshcha

Encrypted .NET Serialization to SQLite Database(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

Sometimes, non-enterprise applications need the ability to store encrypted data locally. We'll explore 3 ways to serialize and encrypt data to a SQLite database file with C#. read more...

add a comment |category: |Views: 11

tags: another

Color Syntax Editor Part II - Exporting a RichTextBox to a Microsoft W(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

This article is part II of a color syntax editor created back in 2003. It describes how to export the contents of the RichTextBox to Word and Open the Word Document Programmatically. read more...

add a comment |category: |Views: 46

tags: another

The Basics of .NET Framework Interoperability(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service. read more...

add a comment |category: |Views: 243

tags: another

Working with Word using C# and COM Server(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

This article shows us how to working with Word using C# and COM Server. read more...

add a comment |category: |Views: 8

tags: another

Introduction to the interoperation between .Net and COM: Part I (c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

This is a brief introduction to the COM component object model. read more...

add a comment |category: |Views: 120

tags: another

How to create a COM application and consume it from within VC++6.0 - .(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application. read more...

add a comment |category: |Views: 73

tags: another

Host an OCX control within a .Net windows application-.Net and COM par(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article I will explain how to host an OCX control within a .Net application. read more...

add a comment |category: |Views: 2

tags: another

How to create a COM object using VS 2008 and consume it from VB 6.0 cl(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application. read more...

add a comment |category: |Views: 106

tags: another

Integrate the web Webcam functionality using C#-.Net and COM part VIII(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, I will demonstrate a totally different technique to integrate the web cam functionality. read more...

add a comment |category: |Views: 10

tags: another

Forms Authentication with Active Directory(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

This article and sample code explains how you can take advantage of Active Directory in Web applications for authenticate and authorize the Web site users. read more...

add a comment |category: |Views: 328

tags: another

Create DCOM application from within .Net environment: Part V(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

This article explains how to develop a DCOM (Distributed Component Model) application. read more...

add a comment |category: |Views: 4

tags: another

Integrate the web Webcam functionality using C#-.Net and COM part VIII(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, I will demonstrate a totally different technique to integrate the web cam functionality. read more...

add a comment |category: |Views: 48

tags: another

Catch a Snapshot via your webcam using C#: Part VII(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, I will show how to catch a snapshot view from your personal web cam. read more...

add a comment |category: |Views: 31

tags: another

Remote Desktop using C#.Net(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

Remote Desktop Services is one of Microsoft Windows components to access a remote computer through network. Only the user interface of the application is presented at the client. Any input is redirected over to the remote computer over the network. read more...

1 comment |category: |Views: 647

tags: another

Public Key Token Generation Algorithm(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

The PublicKeyTokenGenerator class and a small utility that generates Public Key Token from the Public Key using that class. read more...

add a comment |category: |Views: 7

tags: another

Formula Generator - A Regular Expression Generator Class in C# and .NE(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

The attached source code is a class - FormulaGenerator, which is a component that interprets and evaluate a string expression. read more...

add a comment |category: |Views: 374

tags: another