VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Trace Lost focus of the vb.net Form. Posted by kgmmurugesh on 3 Dec 2012 at 10:09 PM
I want to know Which event fires when vb.net form lost it's focus? I am using Krypton Navigator.

I am using the following code to show a form.
private sub showForm(byval pform as form

Dim kryPage As New KryptonPage

Me.kryNavi.Pages.Add(kryPage)

With pform

.TopLevel = False

.Parent = kryPage

.Dock = DockStyle.Fill

.BringToFront()

.Show()

.Activate()

End With

end sub

I am using the above code to show a form.

Reply Quote



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.