hi all
i have aproplem make the label on top.
in one form i have webbrowser control. and i add another label.
i want the label to be on top of the web controller.
how can i do that?
Mars base one Username: Jim Davis Password: yCrm33
Posts
1,284
Re: OnTop
Labels are objects in design mode only. But in runtime, a label is only equalent the Form.Print method, so its impossible to make it OnTop of a control.
You may want to use a borderless picturebox, and you can use the Picture1.Print, to print a text on it.
Mars base one Username: Jim Davis Password: yCrm33
Posts
1,284
Re: OnTop
Borderless frame will show no text. But you can use it for displaying a label. But i still prefer Picturebox, so why do you wanna place two objects, instead of one. You can also use bitblt, to make the picturebox to appear as transparent.
Borderless frame will show no text. But you can use it for displaying a label. But i still prefer Picturebox, so why do you wanna place two objects, instead of one. You can also use bitblt, to make the picturebox to appear as transparent.
i want the webbrowser to be the background of the txt in the label.
i have video undr the label and i want to sho it as background.
i mean : label.backstyle=0
Mars base one Username: Jim Davis Password: yCrm33
Posts
1,284
Re: OnTop
OK ive done a way, that makes the text's background to be transparent.
The only problem is the annoying flicker that i cant get rid of it. But its points on a way that you should follow, you wanna get transparent background.