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. Helo Guys i need your help Pls

Helo Guys i need your help Pls

Scheduled Pinned Locked Moved Visual Basic
helptools
4 Posts 4 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.
  • S Offline
    S Offline
    samfrancis
    wrote on last edited by
    #1

    Am in the middle of developing a window app when i got stuck.the tools used are as follows combobox,numericbox,textbox and a radio button.Actually what i wanted to achieve is small inventory.Meaning that whenever i click on the value in the combobox as against that of numericbox it will automatically subtract from stored values. Pls help me out tanks

    N L S 3 Replies Last reply
    0
    • S samfrancis

      Am in the middle of developing a window app when i got stuck.the tools used are as follows combobox,numericbox,textbox and a radio button.Actually what i wanted to achieve is small inventory.Meaning that whenever i click on the value in the combobox as against that of numericbox it will automatically subtract from stored values. Pls help me out tanks

      N Offline
      N Offline
      Nick Otten
      wrote on last edited by
      #2

      Quote:

      Am in the middle of developing a window app when i got stuck

      could you be a bit more specific? perhaps show a bit of code to where you get stuck or witch error you hang on.

      1 Reply Last reply
      0
      • S samfrancis

        Am in the middle of developing a window app when i got stuck.the tools used are as follows combobox,numericbox,textbox and a radio button.Actually what i wanted to achieve is small inventory.Meaning that whenever i click on the value in the combobox as against that of numericbox it will automatically subtract from stored values. Pls help me out tanks

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        samfrancis wrote:

        it will automatically subtract from stored

        Okay so go right ahead, you have my permission. Please come back and ask questions when you get stuck.

        Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012

        1 Reply Last reply
        0
        • S samfrancis

          Am in the middle of developing a window app when i got stuck.the tools used are as follows combobox,numericbox,textbox and a radio button.Actually what i wanted to achieve is small inventory.Meaning that whenever i click on the value in the combobox as against that of numericbox it will automatically subtract from stored values. Pls help me out tanks

          S Offline
          S Offline
          Sonhospa
          wrote on last edited by
          #4

          It would be somewhat like this:

          Private Sub myCombo_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) _
          Handles myCombo.SelectedIndexChanged
          Me.myNumeric.Value += CDbl(myCombo.SelectedIndex) ' add index value
          End Sub

          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