Tagged Questions
1
vote
0answers
58 views
Perl on Windows Phone 8 [closed]
I want to know if there is already a Windows Phone 8 port or implementation of Perl or something else that would allow me to run a Perl application on Windows Phone 8? If you know of something like ...
2
votes
1answer
69 views
How to use native c code into windows phone runtime library?
How to use native C code into Windows Phone runtime library?
I tried several ways to do it but didn't find any help or sample code.
0
votes
0answers
41 views
Show data dictionary in a ListBox with panels
XAML:
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,10">
<ListBox x:Name="listaServicios"
SelectionChanged="listaServicio_SeleccionaCambio" ...