Here Mudassar Ahmed Khan has explained with an example, how to embed and read files in Windows Application (Windows Forms) in C# and VB.Net.
Embedded files are called as Embedded Resources and these files can be accessed at runtime using the Assembly class of the System.Reflection namespace.
This article will illustrate, how to read an embedded Text file and Image file in Windows Application (Windows Forms) in C# and VB.Net.
↧