Click here to Skip to main content
15,867,704 members
Everything / Operating Systems / Windows / Windows XP Tablet Ed.

Windows XP Tablet Ed.

TabletPC

Great Reads

by DrABELL
5-in-1 educational software package for Tablet PC/Win8: Fraction Calculator, Prime Factoring, Linear, Quadratic and System of Equation solvers (AIC-2013)
by Matthias.Fischer
A riddle game for Windows 8 using JavaScript and HTML5
by Adam Page
Setting up an SMS gateway to conduct an SMS survey and storing the survey results in an MS Access database, from which you can generate/print out reports.
by Chris Boss
OpenGL based 3D learning software

Latest Articles

by B.O.B.
Win10 TabletMode alters the order of Form events in WinForms.Net - this article describes how to correct the event order
by Piyush Manharlal
Numbers only textbox for Universal Windows App with options to allow negative numbers and set custom numeric pattern.
by NightWizzard
Handling for hex expressions and the trailing '}'
by Murray Foxcroft
Integrating WPF and XAML with the Windows forms NotifyIcon control to produce a slick, styled popup window when the mouse is moved over the NotifyIcon

All Articles

Sort by Score

Windows XP Tablet Ed. 

17 Feb 2015 by DrABELL
5-in-1 educational software package for Tablet PC/Win8: Fraction Calculator, Prime Factoring, Linear, Quadratic and System of Equation solvers (AIC-2013)
22 Oct 2012 by Matthias.Fischer
A riddle game for Windows 8 using JavaScript and HTML5
16 Oct 2007 by Adam Page
Setting up an SMS gateway to conduct an SMS survey and storing the survey results in an MS Access database, from which you can generate/print out reports.
15 Aug 2013 by Chris Boss
OpenGL based 3D learning software
17 Feb 2015 by DrABELL
Store securely credit cards' structured meta-data, like contact info, PIN, APR on balance transfer/purchase/cash advance, and other terms/conditions
26 Sep 2015 by Piyush Manharlal
Using integer instead of Enum for ComboBox and Radio Button in XAML
17 Dec 2007 by alex turner
Excel 2007 does not seem to support DBF files, here is a VBScript workaround.
6 Jul 2011 by Brian C Hart
This tip shows how to add support for New Horizontal Tab Group and New Vertical Tab Group commands to the Window menu of an application using the DockPanel Suite by Weifen Luo, and some other minor improvements to help decided if at least one of your windows is docked to the side of the main form an
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
4 Jun 2013 by Folker_
Paddle-Ball multiplayer multitouch game for Ultrabooks.
19 Apr 2011 by Espen Harlinn
If your WCF service needs to handle partially connected scenarios, consider one-way semantics for the operations as this enables WCF to use MSMQ.Take a look at:SOA'izing MSMQ with WCF (and Why It's Worth It) [^]This article should be *very* interesting:WCF: Duplex...
25 Nov 2012 by imgen
This article describes an app that finds friends nearby. It's an App Innovation Contest entry.
6 May 2014 by Kornfeld Eliyahu Peter
Some about PHP...PHP have a few advantages over other platforms1. Easy to learn (I wrote my first PHP SOAP server 2 hours after my ever first line in PHP)2. As PHP is an interpreted environment you have no compilation to perform, and also the deployment is copy-based\3. Wide community...
26 Sep 2008 by Max Paulousky
This article describes MS TFS Proxy efficiency testing depending on the internet channel rate between TFS and TFS Proxy, TFS commands, and TFS Proxy cache state. Also, this article describes the advantages of using the MS TFS Proxy on slow Internet channels.
21 Sep 2010 by craigster1976
I am working on an application for a tablet pc. In the UI, there is a section where there is a vertical list of checkboxes. The users would like the ability to draw a line through the list of checkboxes, and have the code check them. I was thinking that we could trap the starting and ending x...
13 Apr 2011 by koleraba
HiI hava a WCF service which is hosted in a windows service. In the windows service installer i have set the services on which my service is dependent on(like Event Log, Cryptographic service ... - the stuff my host needs). On a standard windows machine everything is working fine. The...
13 Apr 2011 by Nish Nishant
You'll have to add code to your WCF service to handle that. You cannot always rely on the network being up. What you could do is to detect if the network is up, and if so continue. If the network is down, wait for a while and retry connection.
6 Aug 2011 by Richard MacCutchan
The web site is automatically forwarding your browser to the second link; there is nothing you can do about this.
23 Feb 2012 by ZurdoDev
The default value for Session is to store in cookies. So, yes, the session id is in the cookie sent to the client. You can have the session id encrypted in the querystring and your code does not change at all. You just have to change the web.config setting.See...
10 Jul 2012 by OriginalGriff
AFAIK, you are stuck with SQLite - certainly, SQLServer does not (and very probably never will) run on Android - it is too heavily dependant on Windows (ignoring that they are both MS products).There is an example of an Android SQLite app here: Using SQLite Database with Android[^]
5 May 2014 by Sergey Alexandrovich Kryukov
Only one main advice: it you are interested, stop saying "but" and just learn all you need to learn, if not — just forget it. With general programming experience, it won't be extremely difficult.About the choice between .NET and PHP: ASP.NET is probably the perfect tool, with the best...
6 May 2014 by thatraja
I'm not a PHP guy so wait for someone to answer on PHP related things. Here a comparisonPHP and ASP.NET - A Feature List[^]OK, for ASP.NET you have this article.Beginner's Walk - Web Development[^]Sander Rossel wrote:I want to develop for the web so it's accessible from a mobile phone...
25 Apr 2016 by Dave Kreskowiak
First, the hardware has to support it.Second, Windows does not support multiple mouse pointers itself. Your code CAN support multiple mice but your code has to handle all of the raw mouse messages coming from the drivers, handle all of the mouse position tracking, handle all of the mouse...
25 Apr 2016 by Philippe Mori
This question was asked on Stack overflow:Multiple mouse cursors on Windows 7 - Stack Overflow[^]One option is: Welcome to MultiPoint Mouse SDK[^]You can download it here: Download Windows MultiPoint Mouse Software Development Kit 1.5.1 from Official Microsoft Download Center[^]By...
9 Mar 2021 by Richard MacCutchan
See Xamarin.Essentials - Xamarin | Microsoft Docs[^], but you need to be a reasonably experienced programmer.
31 Aug 2010 by Resco Developer Tools
No doubt, Microsoft Dynamics CRM is one of the world's most popular CRM systems. It's unique because of its customization capabilities allowing enterprises to adjust it to their specific needs whether their main focus is selling goods, providing services, or something completely different.
13 Apr 2017 by craigster1976
I am working on a project that requires us to capture the users signature from their tablet pc. Most of the data entry, up to this point, has been text entry and drop down lists, which allow the user to enter data in a window and choose the text they want to go into that field. I'm assuming i...
27 Sep 2010 by DaveAuld
There is an article on MS for this;http://msdn.microsoft.com/en-us/library/aa480678.aspx[^]
19 Dec 2010 by Juan Pablo G.C.
TabControl.CurrentItem.Content.CurrentItem
21 Feb 2011 by vbRobNet
Hi:I have written in VB6 (many years!) and some dot net VB and PDA apps. I have just purchased a real nice tablet (ASUS Windows 7 Pad WIN 7 Professional) but am not sure how to go about writing apps for it. All of the books are dated back to 2002-3 and the SDK (1.7) is from 2006/7 ... Is there...
22 Feb 2011 by Henry Minute
It's only a little newer (2009) but this[^] should get you started.
22 Feb 2011 by vbRobNet
Thanks Henry ... Appreciate your response.Rob
14 Apr 2011 by Patrick Kalkman
Another option would be to make your windows service dependent on another windows service for example the network service. Check the dependencies tab on an installed windows service. You can program this in the service installer. Below is an example.using (ServiceProcessInstaller...
5 Aug 2011 by beratxt
Hi GuysI have a trouble with this website https://ebeyanname.gib.gov.tr/giris.html . After I navigate this link in webBrowser Control , Website is directed to automatically https://ebeyanname.gib.gov.tr/index.html . So , I have trouble to show in webBrowser this link .How can i solve this...
23 Aug 2011 by Prerak Patel
Can you tell me which question?
27 Sep 2011 by Stevej
I know there is quite a bit of information about touch pad/tablet app development on CodeProject but where to begin, and finding the best sources can take awhile.I’ve been a application developer for over 25 years starting with C, then C++/MFC, then C#/.net . Developing mainly desktop...
12 Jan 2012 by rd.sandeep
Good question!1.) For Android application development(both phones and tablets), the best resource is the developer site itself: Android DevelopersYou will find all the tools, resources and training on this site.2.) Next, for Windows Phone development, there are many sites: - The...
23 Feb 2012 by Rene Bustos
hi peoplei have a question.recently im develop a WebApp, all its fine, but the problem is when i disabled the cookies manualy from a tablet (Android),Ipad2 AND iphone 4s ,Just for Security of the customer.The case is when i Test the webapp and i trying to create a SESSION with VB.NET,...
8 Mar 2012 by Mohammad A Gharakhanlou
hi all IT specialistswe got a project about gathering money for a charity organisationin which the organ agents monthly go to the members (i.e members's home or office) and get their aid.but after getting aid the agent should have a handy set (i.e mobile Pos or Tablet or ...)for...
2 May 2012 by gaurish thakkar
Can i deploy an app which is created for win mobile on a win7 tablet?Actually i want to design an app for a win 7 tablet ,but i am worried about the looks .So will it be better if i create the app for win 7 mobile & then deploy it .??I am new to win 7 mobile development so please reply...
8 May 2012 by Richard MacCutchan
This is a technical forum. We have no idea what is available in your local shops.
8 May 2012 by Pete O'Hanlon
What operating system do you want to use? Are you wanting to use Android? Windows? This is going to play a large part in any decisions you make, so you need to know this up front.Are you talking about a pure tablet, or a laptop with a touch screen?
17 Jun 2012 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.Try it yourself, you may find it...
5 Jul 2012 by Silver Lightning
Display number or amount with commas but no decimal places or extension displayed
10 Jul 2012 by gaurish thakkar
Does anyone know about any sql database servers which can work on android as well as windows tablets
2 Oct 2012 by Richard MacCutchan
You should post this question in the Article Writing[^] forum, so the administrators can help you.
20 Dec 2012 by Farhan Ghumra
Here I am presenting you how can you paste date time in photo. This article will be helpful to those devs who want to add CamaraCaptureUI in their apps.
14 Feb 2013 by Muneeb Ashfaq
I Want To Download Windows 8 Grapgics Driver In For HTC Shift x9500 But How Please help me?
3 Mar 2013 by TatianaB
We have native (WPF) application on tablet with Windows 8.Tablet's user can click on Send button and it will send to server XML (or object with data) and few files: pictures or video (from 0 to many).Questions:1. What is correct way to send structured data: XML or our type of object...
9 Apr 2013 by Maciej Los
As i wrote in comment, it depends on tablet's OS. Most tablets are working on Android OS... Below list of articles corresponds to how to use VS 2010 to programm android application:Welcome World - First Android Application in Visual Studio...
11 Feb 2015 by UmarSiddiqui
Help us help you improve community health
14 Oct 2013 by Member 9461537
I have ubislate 7C+ with android 4.0 This is a rooted device. I want to reverse tether this one. Can you please tell me step by step procedure ? When i click on USB tethering on tablet my PC can not install this tablet saying "Found new hardware"I also tried...
23 Jan 2014 by User1454
Hello Everyone Am developing an application with multiple XML files. When I receive particular commands from server, based on that i will be calling the required XML files using the command: setContentView(R.layout.xml_file1); setContentView(R.layout.xml_file2);and this...
22 Jan 2014 by Peter Leow
Android uses Intent to transit between activities, see these examples : simple-example-for-intent-and-bundle[^]example_using_intent[^]
5 Mar 2014 by Harnis Findoliya
how to retrive data from table radio button in datalist.
2 Apr 2014 by sachinDabas
Hi , I am trying in one of my project to detect if a user is using Mobile or Tablet. so that based on Device I can redirect the User i.e. send mobile user to mobile site and send Tablet user to desktop site.I am using 51degreemobil Free version but it's free Lite version is not...
2 Apr 2014 by Maciej Los
You did not provide information about "available online solutions". So, have a look at SO:How to detect device is Android phone or Android tablet?[^]Determine if the device is a smartphone or tablet?[^]How to detect system information like os or device type[^]Note: Google[^] returns...
5 May 2014 by Sander Rossel
Hi all,I may have a rather unusual question. I was asked by someone if I could do a little project for him. I probably could, but I've never done anything like it, so I need some advice.This person has a startup and basically all he wants to do is login to the application and fill in some...
18 Aug 2014 by Lyle12313
I have built an application that will capture and upload images taken from a tablet webcam to a database, the app works on tablets that only have one webcam but refuses to load the driver from tablets that have dual webcams. The code I'm using is straight from another code project solution,...
22 Aug 2014 by Lyle12313
use Silverlight 4 and attach the database using using (var connection = new ComToolkit.Data.AdoConnection(connectionString)){ connection.Open(); var command = connection.CreateCommand(); command.CommandText = "SELECT MyColumn FROM MyTable"; var reader =...
10 Oct 2014 by User1454
I created a tab host in activity_main.xml that includes two tabs eg: tab1 and tab2that includes two xml files namely tab1.xml and tab2.xmlBoth the tabs has been included in mainactivity.java. TabHost mytabhost=(TabHost)findViewById(R.id.tabhost); mytabhost.setup(); TabSpec...
25 Dec 2014 by PrakashCs.net
go through below code provided in link[^]and using Driveinfo you can use various properties to detect tablet PC using System.IO.DriveInfo; var availableDrives = DriveInfo.GetDrives().Where(d=> d.IsReady && d.DriveType == DriveType.Removable);
7 Nov 2015 by JPais
Hi EveryoneI am working on a project for tablet PCHere I need to write on the tablet using a stylus, get the X and Y coordinates and the pressure exerted on the tablet with the stylus, save these values in a text file and retrieve the written material back from the text file.On...
22 Dec 2016 by elitemod
Everyone helped me show Tooltip notifyIcon in the Windows 10 screen TableModeNormal status display window of Icon ToolTipTableMode transition of Icon Tooltip not showing anymoredev: vs2015 https://www.codeproject.com/Articles/36468/WPF-NotifyIcon Thanks all!What I have...
28 May 2017 by OriginalGriff
No. Even if we knew what app you need it for, we wouldn't do it - the activation code is between you are the authors of the software, and only they (or their authorised resellers) can provide codes. Contact the manufacturers or the person you bought it from, explain the situation and see what...
29 May 2017 by Patrice T
Quote: I have been trying to guess a 6 digit # for my activation code. I bought it from someone and didn't get any papers or information. You forgot to tell what is the software. When you buy a software from someone, the activation code is where is the value, not a physical media. So ask the...
28 Jul 2018 by B.O.B.
Win10 TabletMode alters the order of Form events in WinForms.Net - this article describes how to correct the event order
9 Mar 2021 by KEEPREADING
I am looking to build a Children’s educational app for alphabets, numbers, phrases, words etc. I want to use a cross platform framework that can create good 2D graphics and animated videos. Could you kindly suggest any cross platform frameworks I...
22 Sep 2022 by Dave Kreskowiak
You're going to have to learn to write code to do something like this. Nobody is going to write it for you. And no, this is not something you're going to be able to learn in a couple of weeks, not even a couple of years.
22 Sep 2022 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
21 Dec 2007 by Roberto Sonnino
A text editor with interactive 3D, speech, and ink using WPF 3.5.
15 Nov 2013 by linkedPIXEL
Unleash your wildest creativity with this unique doodle app for all ages.
7 Jul 2009 by Hedley Muscroft
A Vista TaskDialog wrapper class (for Vista) and Emulator (for pre-Vista Windows)
6 Aug 2008 by SHRIDHAR TL
Compose mail messages and send them through your mail account provider.
1 Nov 2009 by Roberto Sonnino
A multi-touch RSS reader built with Multi-Touch Vista.
4 Dec 2007 by Jeffrey Walton
Create Semi-Anonymous Installation Fingerprints Using Truncated Hashing and Crypto++
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review
25 Oct 2013 by Jason Gleim
An application to help QA inspectors in the field
18 Dec 2007 by Chesnokov Yuriy
This article describes an object tracking approach by estimating a time averaged background scene for tracking static and moving objects in real-time on down-scaled image data.
10 May 2005 by Dennis C. Dietrich
This article is an introduction on how to create your own effect plug-ins for Paint.NET 2.1 in C#.
7 Jan 2008 by Jarl Ostensen
A finite field EC and simple ECC scheme in C++ to help understand the principles.
15 Feb 2007 by Martin Gagne
A new kind of progress bar for .NET 2.0.
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
15 Feb 2013 by Sandeep Mewara
HTML5 self learning center - Explore and understand the new features!
2 Mar 2008 by liuxiao
A way of adding hyperlink in CListCtrl