Monday, January 18, 2010

How to create a picture control box in visual C++ with just a command?

suppose i want to display a number of images in a sort of split screeen format. but i dont know the number of images i am going to receive from my source... Then i would have to ';spawn'; a number of picture control boxes... is there a command in visual C++ for that? please gimme as much details as possible...How to create a picture control box in visual C++ with just a command?
it is possible, but it would be pretty tricky to do.


you would have to manually set the size, location, image, and any other details





it would be much easier to put a few picture boxes in a grid array formation, then use buttons to browse through the pictures





even have the form filled with blank picture boxes, and assign pictures when you get pictures to put in them





if you still want to dynamically create objects, you can contact me and i'll see if i can show you how it's possible

No comments:

Post a Comment