First of all I want to thank "codeorder" for sharing me this code..
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
With Form2
.TabControl1.SelectedTab = .TabPage2
.ShowDialog()
End With
End Sub
This code actually works in normal windows form but when I try to implement this code to mobile application form, it doesn't work and it has error 'SelectedTab' is not a member of 'System.Windows.Forms.TabControl'.. Please help me guys... Thanks