Click here to Skip to main content
16,008,954 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Just a quick one, I've recently created a project for a windows mobile phone and pocket pc and wanted to know how I could make the use of my images more efficient as I know these devices aren't the most powerful machines in the world.

I have a series tablelayoutpanels to keep the structure of my forms, however I was wandering aside from the cells in the panels with fixed sizes, that contain images that are created at that resolution.

What is the best way to deal with parts of the form that will need to be resized? For example a background image to a horizontal tool bar running along the top of a form, this will need to be resized as the form is resized horizontally.

Perhaps I'm going in completely the wrong direction and I should be using gradient graphics if possible and only use graphics where necessary. I've been reading about scaling and using gradients in the documentation but just wanted some opinions on this.

Thanks in advance.
Posted

1 solution

SeniorCrispy wrote:
What is the best way to deal with parts of the form that will need to be resized?


AFAIK Windows mobile apps can't be resized, they are full screen for the device, so this isn't an issue.
 
Share this answer
 
Comments
Walby 29-May-12 11:41am    
I know this is a dead question now, but I was reviewing the questions I've asked over the years and saw this one hadn't been marked as accepted. The reason I was asking this question, was that one of the Windows Mobile devices I was working on at the time, had a sliding keyboard, which changed the orientated when the user extended the keyboard.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900