Click here to Skip to main content
15,884,176 members
Articles / Programming Languages / Visual Basic 10

Sharing memory across different running applications

Rate me:
Please Sign up or sign in to vote.
4.77/5 (20 votes)
22 Aug 2011CPOL6 min read 102.9K   3.9K   57  
A simple way to share data across your diffrent applications.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
MemoryMapping_AppNo1
</name>
</assembly>
<members>
<member name="M:MemoryMapping_AppNo1.Form1.MakeMemoryMappedFile">
	<summary>
 Write Memory
 </summary>
	<remarks></remarks>
</member><member name="M:MemoryMapping_AppNo1.Form1.ReadMemoryMappedFile">
	<summary>
 Read Memory
 </summary>
	<remarks></remarks>
</member><member name="M:MemoryMapping_AppNo1.Form1.Btn_Make_Click(System.Object,System.EventArgs)">
	<summary>
 Button Make File Click Event
 </summary>
	<param name="sender"></param>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="M:MemoryMapping_AppNo1.Form1.Btn_Read_Click(System.Object,System.EventArgs)">
	<summary>
 Button Read File Click Event
 </summary>
	<param name="sender"></param>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="T:MemoryMapping_AppNo1.Form1">
	<summary>
 Example of Sharing memory across different running applications (Application No1)
 Demo Form1
 </summary>
	<remarks>
 By David Rathbone
 Many Thanks to Microsoft
</remarks>
</member><member name="P:MemoryMapping_AppNo1.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:MemoryMapping_AppNo1.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:MemoryMapping_AppNo1.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Center Software and Electronics Ltd
United Kingdom United Kingdom
David Rathbone is an electronics and software design engineer and has been in commercial hardware and software development for over 30 years. He has designed a number of products that are now used everyday all over the world.

Comments and Discussions