View Single Post
  #2 (permalink)  
Old 06-27-2009, 10:15 AM
pitaridis pitaridis is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Nov 2005
Age: 34
Posts: 57
Reputation: 56
pitaridis is on a distinguished programming path ahead
Default

My friend in order to set the focus to a control you have to make it like this:

Code:
Me.ActiveControl = maskedtextbox1
Have fun.
__________________
If you can help someone, just do it. Do not try to prove that you are more cleaver than other people.

Excuse me for my English but I am from Greece and my English is not perfect.
Reply With Quote