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
D

deathbat

@deathbat
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Handling Valuemember of Combox placed in a grid
    D deathbat

    for problem one can you paste your code your should have somthing like ComboBox.DisplayMember = "table.colum" ComboBox.ValueMember = "table.colum2" Private Sub ComboBox_SelectedValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBox.SelectedValueChanged TextBox.Text = ComboBox2.SelectedValue End Sub this should give you whatever record is in colum2 when colum one is selected make sure you spell the table and colum values right or it WILL give you just the text a good trick is if you are setting programically get the values by setting in designer first then just copy and paste

    Visual Basic css help

  • Plz help me
    D deathbat

    If this does not work why not just use a varible as a counter if you creat it as a user varible it will hold even when the program shuts down. that way if you need to you can reset it programicaly the only problem i could see with this is if you jumped the app to a different system but using the same db

    Visual Basic help tutorial

  • Insert Records into Access DB
    D deathbat

    Try using the insert command instead update... you need to creat the some odd thousands of records not update 0

    Visual Basic database help sql-server sysadmin question

  • Spawning a new program off another button clicked event
    D deathbat

    Have you considered not going through the parent program instead creating a whole new app that opens the parent using a totally transparent form and just making it look likt the buttons are part of the parent but really being contoled by yours

    Visual Basic question

  • [Message Deleted]
    D deathbat

    I am not to up on gmail but did you try zipping it

    Visual Basic
  • Login

  • Don't have an account? Register

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