Search results for query: *

  1. V

    Question Focus on textfield upon tab change

    Can anyone help me with this? Is there anyone how can at least direct me into right way? Thanks
  2. V

    Question Focus on textfield upon tab change

    So is there a way to use "SelectedIndexChanged" in WPF? SelectedIndexChanged just does not show up in intellisense for me and then is marked as an error as the event is not found.
  3. V

    Question Focus on textfield upon tab change

    Thank you, however, I`m still puzzled. Error 5 Event 'SelectedIndexChanged' cannot be found. Error 6 'SelectedTab' is not a member of 'System.Windows.Controls.TabControl'. Error 7 Argument not specified for parameter 'length' of 'Public Sub Select(start As Integer, length As Integer)'...
  4. V

    Question Focus on textfield upon tab change

    Hello I`m fairly new to VB but I`m trying to do my best. However, sometimes stupid problems like this make me unhappy :( I have one tabcontrol and two tabs: tab1 (default), tab2 so, I`m trying to set a focus to a text field within the tab2 after I click on tab2, so I use: Private Sub...
Back
Top