Image Manipulation

Started by
1 comment, last by gaduzonuu 15 years ago
Hello. I'm building a program to make game maps. I'm using MFC, but I dont know what kind of control use to set up my sprites. Maybe that isn't a control, could be a run time rect that the program create on initialization, but if is a rect, how can I insert the Scroll bars on it? My Map editor is based on Simone's map editor from OTserver, i'm trying to reproduce the same effect to create my own map. If anyone know anything please help me =) Thanks
Advertisement
Do you mean something like the .Net PictureBox? I don't remember if MFC has something like this, thought it should be a windows control so I bet it is available there too.
Is there any particular reason why you are going to use MFC instead than .Net (perhaps using c#)?

EDIT:
This may interest you...
There are no special reasons.

The tutorial just show how load a bitmap on dialog.
A good example to what i want to do is MSPaint.

Create a "DrawSpace" with scroll bars.

Any suggestions?

Thanks =)

This topic is closed to new replies.

Advertisement