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
M

Member 8345599

@Member 8345599
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to solve system.NullReferenceException
    M Member 8345599

    Once you find which item is causing the problem, you can put in a check. I use a function such as NumNull(exp(i)) or StrNull(item_name(i) . Here are the functions: Function NumNull(Number As Object) As Object If Number IsNot DBNull.Value Then NumNull = Number Else NumNull = 0 End If End Function Function StrNull(Str As Object) As Object If Str IsNot DBNull.Value Then StrNull = Str Else StrNull = "" End If End Function

    Visual Basic help tutorial

  • Get Databack from combobox.
    M Member 8345599

    I just use comboboxname.text. It will be a text file. If you want to get something from the DB, forget the index and just use a sql statement "SELECT * FROM db WHERE value = '" & comboboxname.text & "'"

    Visual Basic database question

  • Wanting to use a For Next variable in “xxxx.Rows.Count”
    M Member 8345599

    Have you tried For i as integer = 0 to R1200s.Rows.Count-1 Next i

    Visual Basic help tutorial question learning
  • Login

  • Don't have an account? Register

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