Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB.NET
|
VB.NET General VB.NET discussions for issues that don't fall into other VB.NET forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 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, 05:33 PM
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 vb.net smart device pocket pc and xml

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.


<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
Detecting Pocket PC device on Browser johnnycorpse Classic ASP Basics 2 May 25th, 2005 07:57 AM
XML Pocket PC VB.net help BlueIce6 XML 0 February 16th, 2005 12:07 AM
file transfer ftp server to a pocket PC in C# .NET g_hristodol ADO.NET 0 October 21st, 2004 06:14 AM
smart device extensions aadz5 C# 0 January 7th, 2004 05:16 PM





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