H
h4xPace
Hi All,
What I am trying to do is display a form in the desktop foreground
without... at this is the critical part... stealing focus from the
active Window. I have tried:
Shadows ReadOnly Property ShowWithoutActivation() As Boolean
Get
Return False
End Get
End Property
No dice. Just some other points about the form... Its a borderless
form with a transparency key enabled, so basically the only thing that
the user should see is 'floating' text or an image. Perhaps there is a
better way to accomplish this? I am open to any and all suggestions.
Just to clear one thing up, if your solution is to set the forms
'TopMost' property to true then for petes sake save your keystrokes. I
have recieved that answer a number of times, and it is just a
irrelevant to the situation now as it was then.
I read on another forum that a guy accomplished this by using a
separate thread for the pop-up form, which I have not tried, though I
cant see how a new thread would help. Any direction on this would be
appreciated as well, since I would really rather not have to rewrite
to remove crossthread calls if I dont have to.
Thanks in advance,
-Chris
What I am trying to do is display a form in the desktop foreground
without... at this is the critical part... stealing focus from the
active Window. I have tried:
Shadows ReadOnly Property ShowWithoutActivation() As Boolean
Get
Return False
End Get
End Property
No dice. Just some other points about the form... Its a borderless
form with a transparency key enabled, so basically the only thing that
the user should see is 'floating' text or an image. Perhaps there is a
better way to accomplish this? I am open to any and all suggestions.
Just to clear one thing up, if your solution is to set the forms
'TopMost' property to true then for petes sake save your keystrokes. I
have recieved that answer a number of times, and it is just a
irrelevant to the situation now as it was then.
I read on another forum that a guy accomplished this by using a
separate thread for the pop-up form, which I have not tried, though I
cant see how a new thread would help. Any direction on this would be
appreciated as well, since I would really rather not have to rewrite
to remove crossthread calls if I dont have to.
Thanks in advance,
-Chris