Print Page | Close Window

toolbar zorder?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1867
Printed Date: 17 November 2024 at 9:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: toolbar zorder?
Posted By: grangblue
Subject: toolbar zorder?
Date 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



Replies:
Posted By: Devin Dazzle
Date Posted: 28 February 2005 at 5:03am

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.



Posted By: grangblue
Date Posted: 01 March 2005 at 7:46am
Thanks, Devin Dazzle.

I'll try that.

-------------
thanks codejock


Posted By: Oleg
Date Posted: 01 March 2005 at 11:44pm
better put one Picture1 to another Picture2.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Devin Dazzle
Date Posted: 05 March 2005 at 7:03am
That was my first suggestion oleg :)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net