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
I

irishhokie

@irishhokie
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Dialog Event? Refresh attempt.
    I irishhokie

    ROCK.:cool: Thanks dz, that was it. Piece of cake.

    C# database question

  • Dialog Event? Refresh attempt.
    I irishhokie

    This is probably an easy thing to do, but I can't figure out the syntax to save my life.:wtf: I'm clicking a button on FormRed to launch a Dialog that will enter a new number to be added to a combobox on Form Red. I can Add it to the database from that launched Dialog, but when it closes, I can't get the parent Form Red to refresh, it appears if I close and re-open it though. What kind of syntax am I missing to make this work? Thanks!:-D private void buttNew_Click(object sender, System.EventArgs e) { frmCreateProblemReport cpr = new frmCreateProblemReport(this.conns); cpr.ShowDialog(); cmbPRNumber.Refresh(); }

    C# database question
  • Login

  • Don't have an account? Register

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