hello guys im a newbie in here and id like to ask on how to make a simple scrolling message on screen. that was our first assignment in school.tnx n advance!
If this is a school assignment, shouldn't they have taught you enough to do it by yourself?
I've made a scroller. Its not very good and not well commented ... but so you can learn at least something :-)
download the attachment
download the attachment
nice scroller, if you remove the flickering its perfect :alright:
I've made a scroller. Its not very good and not well commented ... but so you can learn at least something :-)
download the attachment
yow dude ur prog was great.....tnx alot :)
more power!
ChigpA, I took the liberty of patching your source code and fixing the flickering problem. Since it's your code I've PM'd you for your approval, you logged in several times since, but you did not read the message (?). If you don't like me to post this just PM me and I'll remove it. :)
ChigpA, I took the liberty of patching your source code and fixing the flickering problem. Since it's your code I've PM'd you for your approval, you logged in several times since, but you did not read the message (?). If you don't like me to post this just PM me and I'll remove it. :)
yow tnx dude....cool and more power:alright:
Here is the resource script produced with Symantec Resource Editor available from Hutch's website:
105 DIALOG MOVEABLE PURE LOADONCALL DISCARDABLE 229, 110, 265, 118
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_POPUP
CAPTION "Test App"
FONT 8, "MS SANS SERIF"
BEGIN
END