As I mentioned elsewhere, I’m working on a DXCore plugin to enable (Tablet PC) ink drawing on the Visual Studio editor surface. A problem I stumbled upon in this regard was the scrolling functionality. Generally this is really easy to implement, using a transformation with the ink renderer. So I had this method:

void UpdateScrollPosition(TextView textView) {
  Point p = new Point(textView.ColumnWidth * textView.HorizontalScrollPosition,
    textView.LineHeight * textView.VerticalScro ...

As astonishing as this problem was, I found a very easy fix for it, suggested in the Microsoft Product Feedback Center, if you can believe it. Apparently, a similar issue was already in the beta 1 refresh that came out many months ago, but was never actually solved. I tried to make my voice heard here, maybe it’ll be fixed in the future. Meanwhile, here’s what needs to be done to get networking back: Uninstall (or don’t install from the start) the “Microsoft Device Emulator version 1.0 Beta 2 - …


I have just finished installing VS.NET 2005 beta 2 on my Tablet PC for the second time, with the exact same result: I can’t get any networking whatsoever to work on the system. What I did is really quite simple: I cleaned up the system very carefully because there had been an installation of beta 1 on it before. I found a lot of information about that on the web, like here, I also had collected some experience doing that a few times with the CTPs (on a different system). I’m reasonably sure I d …


It’s free and it contains six add-ons to your Tablet PC. From the web page:

Ink Desktop

Take notes directly on your desktop for quick and easy access later. Jot down a phone number, directions, or top priorities for the day.

Snipping Tool

Use your tablet pen to select a portion of a website, document, or other content on your screen. You can add handwritten comments and then paste it into an e-mail message or other program.

Ink Art

Paint with your tablet pen using Ink Art, whi …


2005-04-02

Newest information about those TabletPC issues in CDS versions up to this point: James Kendrick reports that Copernic has made a new interim version available for TabletPC users. James says he’s been testing it for a day without any issues. Note that this release doesn’t have any changes apart from the fix for the flickering TIP on TabletPCs. Here’s the direct download link which you can also find in James’s post: Copernic Desktop Search 1.5 build for Tablet PC owners


2005-03-31

Copernic Desktop Search has had its version 1.5 released. I’ve had a look at it to see if maybe some of my suggestions from my article What I’d like to see in Copernic Desktop Search have made it into the final version. Unfortunately, there’s doesn’t seem to be any information on changes that have been made since the beta version, so it’s easy to miss something. Dear Copernic guys, maybe you could publish some more information on changes you make during development cycles?

Good news

CDS ca …


A OneNote notebook is comprised of separate files, which may be stored in different locations. Sure, if you first create a new “Section” in OneNote itself, the application will create the new file in the default path (which can be customised via Tools/Options/Open and Save). But you can easily move that file elsewhere once it’s been created. Just create a normal Windows link to the file in your notebook folder and OneNote will show the tab with a small symbol on it, so you know that file is not …


2005-03-09

In Chris Pratley’s article The best ways to show OneNote to others, I found the idea of storing blog articles in OneNote. Somehow that never occurred to me :-) So I thought I’d employ the IE2OneNote power toy to copy all my current articles to OneNote to start with. Several problems with this: first, the format of a web page is completely lost when doing that. The power toy simply dumps the textual context of a page, plus the images, into a OneNote page sequentially. Sometimes, I do use tables …