Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. syntax error

syntax error

Scheduled Pinned Locked Moved Visual Basic
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    harveyhanson
    wrote on last edited by
    #1

    Why is this bring up a syntax error (the error it states is on the open brackets): --- If intScoreTop < 5 then (My.Resources.Sounds.sndMainPopupLow, AudioPlayMode.Background) --- All i am trying to do is if the integer intScoreTop has a value of less than 5 then play a sound file!

    C 1 Reply Last reply
    0
    • H harveyhanson

      Why is this bring up a syntax error (the error it states is on the open brackets): --- If intScoreTop < 5 then (My.Resources.Sounds.sndMainPopupLow, AudioPlayMode.Background) --- All i am trying to do is if the integer intScoreTop has a value of less than 5 then play a sound file!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Because you're not calling any method that plays a sound, it looks like the method name is what's missing, and you're just providing the params to the method which you're not specifying.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      H 1 Reply Last reply
      0
      • C Christian Graus

        Because you're not calling any method that plays a sound, it looks like the method name is what's missing, and you're just providing the params to the method which you're not specifying.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        H Offline
        H Offline
        harveyhanson
        wrote on last edited by
        #3

        Ha ha, me being dumb, needed to call the my.computer event. Cheers

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups