home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_PlayaSound_snippet_142721_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2008-06-12  |  846b  |  24 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.   <CodeSnippet Format="1.0.0">
  4.     <Header>
  5.       <Title>Play a Sound </Title>
  6.       <Author>Microsoft Corporation</Author>
  7.       <Description>Plays a sound from a file.</Description>
  8.       <Keywords>
  9.       </Keywords>
  10.       <Shortcut>sndPlay</Shortcut>
  11.     </Header>
  12.     <Snippet>
  13.       <Declarations>
  14.         <Literal>
  15.           <ID>filename</ID>
  16.           <Type />
  17.           <ToolTip>Replace with the name of the sound file.</ToolTip>
  18.           <Default>"ringout.wav"</Default>
  19.         </Literal>
  20.       </Declarations>
  21.       <Code Language="VB" Kind="method body"><![CDATA[My.Computer.Audio.Play($filename$,  AudioPlayMode.WaitToComplete)]]></Code>
  22.     </Snippet>
  23.   </CodeSnippet>
  24. </CodeSnippets>