Search results for query: *

  1. S

    Question Panel MousePosition Problem

    Never mind... I did a search and found some examples on the forums here on how to do it and get it working... Sub Panels_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Thanks. :) I've asked around on different message boards on how to get it to where...
  2. S

    Question Panel MousePosition Problem

    Hey, thank you very much. I knew there had to be a way to dynamically create event handlers, but didn’t have any idea on how to do it. I need help in understanding just one more thing. I’m still pretty new at programming and I don’t understand the Directcast(Sender) or object as expression…
  3. S

    Question Panel MousePosition Problem

    Hey. I have a program that dynamically makes panels inside a main panel called "pnlTest". I want to be able to select the panels inside the main one, but I am at a lost on how to do it. I was thinking that selecting the child control by its location would be the best way to do this. Private...
Back
Top