Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / Visual Basic

VB.NET, VB6 and C# Interprocess communication via Window Messaging

Rate me:
Please Sign up or sign in to vote.
4.79/5 (18 votes)
16 May 20042 min read 235K   5.8K   61  
Article outlining methods for communicating between VB6, VB.NET, and C# apps using Window Messaging.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpMessaging", "CSharpMessaging\CSharpMessaging.csproj", "{3B9705B0-8B86-4E5D-A07C-A645EAAB8745}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3B9705B0-8B86-4E5D-A07C-A645EAAB8745}.Debug.ActiveCfg = Debug|.NET
		{3B9705B0-8B86-4E5D-A07C-A645EAAB8745}.Debug.Build.0 = Debug|.NET
		{3B9705B0-8B86-4E5D-A07C-A645EAAB8745}.Release.ActiveCfg = Release|.NET
		{3B9705B0-8B86-4E5D-A07C-A645EAAB8745}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Australia Australia
Located in sunny Brisbane Australia, was working for three years in Internet company (ASP website and Exchange 5.5 programming mainly), and have moved on to a bankruptcy and insolvency company.

Working on in-house VB6/SQL Server 2000 application, VB.NET/SQL 2000 apps, C#/SQL 2000 app's and company's ASP/SQL 2000 website (blah, ASP is so yucky now I've used ASP.NET).

Personally working on C# / GDI+ RPG game and some other websites soon to be released.

Comments and Discussions