added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / CLR / Interop / PlatformInvoke / winapis / createobject / readme.txt
blob586213d94b82cb810366f547326b64b49d94f9ff
1 CreateObject
2 ============
3      
6 Sample Language Implementations
7 ===============================
8      This sample is available in the following language implementations:
9      Visual Basic
10      C#
13 To build the sample using the command prompt:
14 =============================================
15      1. Open the Command Prompt window and navigate to the Technologies\Interop\PlatformInvoke\WinAPIs\CreateObject directory.
16      2. Type msbuild [Solution Filename].
19 To build the sample using Visual Studio:
20 =======================================
21      1. Open Windows Explorer and navigate to the Technologies\Interop\PlatformInvoke\WinAPIs\CreateObject directory.
22      2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio.
23      3. In the Build menu, select Build Solution.
24      The application will be built in the default \bin or \bin\Debug directory.
27 To run the sample:
28 =================
29      1. Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.
30      2. Type [ExecutableFile] at the command line, or double-click the icon for [SampleExecutable] to launch it from Windows Explorer.