LulzCoder Posted July 7, 2012 Posted July 7, 2012 Do anyone have vertical text scrolling library ? As diabloo's text scroller is horizontal one, I need a vertical one. Specially flicker free.Any idea, source !HR,LulzCoder
ragdog Posted July 7, 2012 Posted July 7, 2012 hiUse the search function with keyword "scroller"and you can many find....
LulzCoder Posted July 7, 2012 Author Posted July 7, 2012 Yes I found many, but no Vertical. All libs are for Horizontal Scrolling only.
LulzCoder Posted July 8, 2012 Author Posted July 8, 2012 If there's any source code for the same, please share it.
ragdog Posted July 8, 2012 Posted July 8, 2012 Yes I found many, but no Vertical. All libs are for Horizontal Scrolling only. Sure it gives many Nfo or other Horizontal scroller here/>http://forum.tuts4you.com/topic/11642-orion-scroller-source/page__hl__scroller
LulzCoder Posted July 8, 2012 Author Posted July 8, 2012 (edited) Thanks for the help, but that code is leaking a loads of GDI objects and eating lots of CPU resources Use the following code in the end of UpdateScroll fucntion invoke DeleteObject,ScrollMainDC Ref (MSDN) : The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid. Anyway helped me a lot, thanks Edited July 8, 2012 by LulzCoder
ragdog Posted July 8, 2012 Posted July 8, 2012 Fix this bug or search a other/>http://curv3.wordpress.com/2008/09/12/irc-nfo-viewer-20b-masm/ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now