Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 16th, 2005, 12:07 AM
Registered User
 
Join Date: Feb 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to BlueIce6 Send a message via MSN to BlueIce6
Default XML Pocket PC VB.net help

Hello,

I am trying to create(port) a Pocket PC Application that reads xml and then can list display the contents in a listbox for selection. Then write a back to xml the answer selected.


Code:
<root>
<q id ="1">
<qtxt>how much time do you spend on the Computer</qtxt>
<r1>1-3</r1>
<r2>4-6</r2>
<r3>6+</r3>
</q>
<q id="2">
<qtxt>Favorite Color</qtxt>
<r1>Red</r1>
<r2>Blue</r2>
<r3>Green</r3>
<r4>Yellow</r4>
<r5>Orange</r5>
<r6>Purple</r6>
<r7>Black</r7>
</q>
</root>
I was able to create it a program that ran on the computer but looking at the compact framework some methods are not :( supported in it.

Another problem I had encountered with the original program is that when I dynamically created the radio button or check boxes I had no idea how to retrieve the value that was selected.

any help is appreciated,

Kris





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET Website with Pocket PC Dlls ashu_from_india .NET Framework 2.0 3 June 11th, 2008 11:06 AM
pocket pc programming angelboy General .NET 1 April 23rd, 2007 07:28 AM
Setfocus on Pocket PC rtr1900 Classic ASP Basics 0 October 2nd, 2006 02:29 AM
vb.net smart device pocket pc and xml BlueIce6 VB.NET 0 February 16th, 2005 05:33 PM
file transfer ftp server to a pocket PC in C# .NET g_hristodol ADO.NET 0 October 21st, 2004 06:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.