|
-
Nov 25th, 2009, 06:36 AM
#1
Thread Starter
Addicted Member
Lostfocus event for Picture box.
Private Picture_Boxes() As MyDevicePage_Picturebox
Private Sub MySkanPage_Picturebox_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.DoubleClick
MyBase.BorderStyle = Windows.Forms.BorderStyle.FixedSingle
End Sub
Private Sub MySkanPage_Picturebox_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LostFocus
MyBase.BorderStyle = Windows.Forms.BorderStyle.None
End Sub
Hi friends,
I am adding pictureboxes to my form as shown in the code above. but the problem is lostfocus event is not working. Can anybody tell me were the problem is.Thanks in advance.
Regards,
Susheelss
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|