|
-
Jan 14th, 2000, 06:53 AM
#1
Thread Starter
Junior Member
I thought every thing had the hwnd property, even command buttons, labels, etc. Anyway, What I want to do is have the labels I specify to stay on top of everything else on my form. I tried using this code which is used to keep the form on top, so I thought i would try with a label:
Call SetWindowPos(lblNum.hwnd, HWND_TOPMOST, 0, 0, 0, 0, flags)
and i got an error saying that there is no .hwnd property for the label.
Is there anything I can do to keep the labels on top of everything else?
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
|