HomeGroup Sample
Demonstrates how to determine HomeGroup membership status, enumerate top-level items in the HomeGroup Shell folder, and launch the HomeGroup Sharing Wizard.
This topic contains the following sections.
Requirements
Product | Minimum Product Version |
---|---|
Windows | Windows 7 |
Windows Software Development Kit (SDK) | 7.0 |
Downloading the Sample
Location | Path URL |
---|---|
GitHub | HomeGroup sample |
Building the Sample
To build the sample from the command prompt:
- Open the command prompt window and navigate to the HomeGroup project directory.
- Enter
msbuild HomeGroup.sln
.
To build the sample using Microsoft Visual Studio (preferred):
- Open Windows Explorer and navigate to the HomeGroup project directory.
- Double-click the icon for the HomeGroup.sln file to open the project in Visual Studio.
- From the Build menu, select Build Solution.
Running the Sample
- Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.
- At the command line, enter
HomeGroup.exe
. Alternatively, from Windows Explorer double-click the icon for HomeGroup.exe.
Related topics