Click here to Skip to main content
15,892,537 members
Articles / Programming Languages / Visual Basic

INTER PROCESS COMMUNICATION USING REGISTERMESSAGE and POSTMESSAGE

Rate me:
Please Sign up or sign in to vote.
3.35/5 (11 votes)
22 Jun 2006 36.5K   1.3K   12  
IPC using custom windows messanging by win32 api
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "publicMethodApp", "publicMethodApp\publicMethodApp.vbproj", "{975750D6-6235-4493-9402-3EBFE3995518}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{975750D6-6235-4493-9402-3EBFE3995518}.Debug.ActiveCfg = Debug|.NET
		{975750D6-6235-4493-9402-3EBFE3995518}.Debug.Build.0 = Debug|.NET
		{975750D6-6235-4493-9402-3EBFE3995518}.Release.ActiveCfg = Release|.NET
		{975750D6-6235-4493-9402-3EBFE3995518}.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
Engineer
India India
Kedar Vaijanapurkar
theghost_k8@yahoo.com

Comments and Discussions