Windows Mobile 6.5 HD2 controls problem -


i have develope app company on wm6.5 deals xml (its not problem).

framework: 3.5 c# device: hd2 resolution: 480x800

configured vs2008, installed sdk 6, 6.5 dtk got emulator 6.5.3

got severals questions controls.

1) possible set tabcontrol left side, not bottom? 2) possible make expand/colapse panel? (like click on "cars" expand down panel or form) <=important!    a) im using show/hide panel 

3) opensource/free use controls in company?

a) found controls on xda developers. 

question conf vs2008

1) is possible make phone , display area bigger? 

you should separate different questions, since bit disparate, here answers:

1) no, tab control bottom-only on winmo. top or side, you'd have create custom control.
2) no, panel not natively collapsible. collapsable panel, need custom control.
3) vague. you're after ui controls cf? componentone, beemobile, resco , pocketpccontrols offer commercial controls. if you're after free can use search engine specific type of control you're after , places codeproject or blogs have something, though not baked. remember, platform has way fewer devs desktop, , getting people produce high-quality code , give away asking lot.

as "display area", mean designer or emulator? emulator can 2x zoom (in file -> configure), there nothing "zooming" designer.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -