Sound

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fine

    #1

    Sound

    Hi Every one
    What I do when I click to run a program and produce sound?. In C++ I was
    using "Escape sequence a/"
    What I do in VB/
    Can any person help?
    Thank you all
    =============== ============


  • =?Utf-8?B?Q2hhcmxpZQ==?=

    #2
    RE: Sound

    This link is for C#, but the translation should be easy enough...

    http://www.c-sharpcorner.com/UploadF...6-364bee27004e

    "Fine" wrote:
    Hi Every one
    What I do when I click to run a program and produce sound?. In C++ I was
    using "Escape sequence a/"
    What I do in VB/
    Can any person help?
    Thank you all
    =============== ============
    >
    >
    >

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Sound

      "Fine" <fares@alphalin k.com.auschrieb :
      What I do when I click to run a program and produce sound?. In C++ I was
      using "Escape sequence a/"
      What I do in VB/
      'Beep'.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...