L
Luke R
How do i do this?
I have this at the top of the class for my form, but it doesnt work.
Protected Overrides ReadOnly Property ShowWithoutActivation() As Boolean
Get
Return True
End Get
End Property
Any ideas? At the moment i show the form and then call the Focus method on
the calling form, but its tacky. The called form is topmost, but taking that
off doesnt do anything - it still steals focus.
I have this at the top of the class for my form, but it doesnt work.
Protected Overrides ReadOnly Property ShowWithoutActivation() As Boolean
Get
Return True
End Get
End Property
Any ideas? At the moment i show the form and then call the Focus method on
the calling form, but its tacky. The called form is topmost, but taking that
off doesnt do anything - it still steals focus.