VGA e CompactFramework

A

Andrea J

Se sono OT vi prego semplicemente di ignorare il messaggio...e di non
insultarmi :) !

Il mio problema è questo: come faccio con C# e CompactFramework a fare
un'applicazione che sfrutti tutta la superficie di 640 per 480 punti di un
moderno pda?

Mi spiego meglio:
Se disegno un form su VS.NET2k3 grande 640x480, quando poi trasferisco
l'esegubile sul PDA (quello per i test è un Asus A720), il form esce dallo
schermo, ovvero continuo a visualizzare solo 320x240 punti!


Da cosa dipende sto fatto?


Grazie

Andrea J
 
I

Ignacio Machin \( .NET/ C# MVP \)

This is an english group


trying to guess your post only PPC 2003 SE support VGA , previous version
only support halfPDA , if you want to convert between them you will have to
make the convertion at runtime, do this, design it to VGA and rename/save
the InitializeComponent as InitializeComponentVGA , redo the form for a
halfVGA and save it with other name, at the form constructor you can decide
which version to call.

that's just an idea, I haven't try it

cheers,
 
Top