toolbar zorder? |
Post Reply |
Author | |
grangblue
Newbie Joined: 25 February 2005 Location: Korea, South Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 27 February 2005 at 4:48pm |
hi.
I'm sorry about my poor english. So I'll just explain the problem as image that capture my screen. first screen-i will make Print Preview 'Event- Private Sub vscroll1_Change() Picture1.Top = -VScroll1.Value End Sub problem screen how can i bring the toolbar to front? |
|
thanks codejock
|
|
Devin Dazzle
Newbie Joined: 19 October 2004 Location: Denmark Status: Offline Points: 13 |
Post Options
Thanks(0)
|
Have you tried to select the toolbar and use the "Bring to front" function in Visual Basic? Otherwise I would advise you to put the picturebox inside another picturebox. This way you would also get a smaller viewport and you would not have to account for the space taken up by the toolbar and statusbar (if you have one). Another option (I would use for greater flexibility) would be to use a WebBrowser control such as the Internet Explorer or oven better the Mozilla browser control. Edited by Devin Dazzle |
|
grangblue
Newbie Joined: 25 February 2005 Location: Korea, South Status: Offline Points: 3 |
Post Options
Thanks(0)
|
Thanks, Devin Dazzle.
I'll try that. |
|
thanks codejock
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
better put one Picture1 to another Picture2.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Devin Dazzle
Newbie Joined: 19 October 2004 Location: Denmark Status: Offline Points: 13 |
Post Options
Thanks(0)
|
That was my first suggestion oleg :)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |