Search results for query: *

  1. T

    TabControl / TabPage

    TabControl/TabPage To answer my own question. I found that if i could trap the point where the right click was made I could ultimately associate the underlying tabpage. This is what has worked for me so far and may or may not work for you. So use at your own risk. Private Sub...
  2. T

    TabControl / TabPage

    Good day, I am trying to accomplish something similar to the Excel sheet layout in VB.net where you can have variable amounts of tabs(sheets) and when you RIGHT click you are then able to set focus to that tab and have a context menu appear. I use a MouseDown event to trigger the action but am...
Back
Top