Y0rkieP
February 19th, 2007, 05:13 PM
as a newbie to win api and this forum, I hope not to annoy with lame questions.
I have studied c++ on and off for some time now and while I not mastered it, I like to feel I have a general understanding of it. there is still things to learn & still some things I just dont understand. Most of what I've learned has been dos-based apps and with an allmost too big a learning curve, a beginning with win api.
with time to waste I wrote a very simple adventure game some time ago. now wanting a to try again with a nice little GUI and buttons for directions, I want to re-make this game and learn something new.
I've looked at a number of online tutorials for Win Api, including forgers tutorial, ebooks and paperbacks such as sams: game programming in 24 hours.
Can anyone here tell me how to make a child window that displays text that scrolls once it gets to the bottom line.
Controlls:
Edit - seems good for word apps, but I dont want selection cut & paste.
Combos & list boxes - good for selecting things from lists, but not for my little app.
Static - good for static text like lables, but static.
also I've looked into rectangles, but their hardly child windows...
if anyone here can help or point me in the right directon of how to create a window with unselectable, scrolling text output, I would very much appreciate it - or maybe I'm that proverbial baby reaching for the top shelf (just not going to do it).
Thanky to all for your patience and for any help you may give me.
Regards.
I have studied c++ on and off for some time now and while I not mastered it, I like to feel I have a general understanding of it. there is still things to learn & still some things I just dont understand. Most of what I've learned has been dos-based apps and with an allmost too big a learning curve, a beginning with win api.
with time to waste I wrote a very simple adventure game some time ago. now wanting a to try again with a nice little GUI and buttons for directions, I want to re-make this game and learn something new.
I've looked at a number of online tutorials for Win Api, including forgers tutorial, ebooks and paperbacks such as sams: game programming in 24 hours.
Can anyone here tell me how to make a child window that displays text that scrolls once it gets to the bottom line.
Controlls:
Edit - seems good for word apps, but I dont want selection cut & paste.
Combos & list boxes - good for selecting things from lists, but not for my little app.
Static - good for static text like lables, but static.
also I've looked into rectangles, but their hardly child windows...
if anyone here can help or point me in the right directon of how to create a window with unselectable, scrolling text output, I would very much appreciate it - or maybe I'm that proverbial baby reaching for the top shelf (just not going to do it).
Thanky to all for your patience and for any help you may give me.
Regards.