Hello friends,
Long its long time we met here,
I have another problem
I have many forms in my project
I have frmMain on which I have a menu
I can access all other forms from menuitems on my frmmain
Now the problem is that I want to have focus on the menuitem when other form closes and frmMain is activated
Any Ideas........
focus on a menuitem in vb.net
Page 1 of 11 Replies - 769 Views - Last Post: 20 September 2012 - 07:00 AM
Replies To: focus on a menuitem in vb.net
#2
Re: focus on a menuitem in vb.net
Posted 20 September 2012 - 07:00 AM
This seems to work for me.
Dim frmMainForm As New MainForm MainForm.Show() MainForm.btnExit.Focus() Me.Close()
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|