Jump to content
Tuts 4 You

Vertical Text Scroller Lib


LulzCoder

Recommended Posts

Posted

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

Posted

hi

Use the search function with keyword "scroller"

and you can many find

...

.

Posted

Yes I found many, but no Vertical. All libs are for Horizontal Scrolling only. :cry:

Posted

If there's any source code for the same, please share it.

Posted
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

:drive1:

Posted (edited)

Thanks for the help, but that code is leaking a loads of GDI objects and eating lots of CPU resources :evil:

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 :doh:

Edited by LulzCoder
Posted

Fix this bug or search a other
/>http://curv3.wordpress.com/2008/09/12/irc-nfo-viewer-20b-masm/

  • Like 1
Posted

Thanks Mate, I fixed that code :console:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...