Jump to content
Tuts 4 You

Vertical Text Scroller Lib


LulzCoder

Recommended Posts

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

Link to comment
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:

Link to comment

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
Link to comment

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...