Is there any way that I can always have a form on top of all other programs that are running? Even if I run something I don't want going on top of this form.
Printable View
Is there any way that I can always have a form on top of all other programs that are running? Even if I run something I don't want going on top of this form.
Oh, thanks. I searched "keep form on top" and I didn't find that.
No prob ;)
Let us know if you have any more questions on this. :)
it works on a command button.. but you need to click it twice.. what should i do if i want to load this code when my form starts? i already put this on the form load.. but nothing happen
i just found a solution... i insert a timer and set it interval=1... is this ok?
disregard my question.. hehehehe.. i just make a condition to stop loading every sec.. hehehehe..