[Help] Program staying on top?[Solved]

Posts 15 of 5 · Page 1 of 1
[Help] Program staying on top?[Solved]

I haven't ask this here but from other forums, their codes wasn't working.
Is there anyone could help me what are the codes for the program to stay on top of the other windows? It was really good when I see a program was like it..
select the wished form in designer, and on the right make "topform" set to true.
Quote Originally Posted by mnpeepno2 View Post
select the wished form in designer, and on the right make "topform" set to true.

Oh.. I didn't know that it was just there <.< anyway, thanks for it.
Code:
me.topmost = true
however, that won't work well over DirectX applications, but that will work in general.
Quote Originally Posted by NextGen1 View Post
Code:
me.topmost = true
however, that won't work well over DirectX applications, but that will work in general.

thank you for the both of you.. I was able to create a windows Temp folder with some gui. including this code ^^

*please mark it as solved. thanks
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?