Sign in
John's Blog
Apps for Windows
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
agile
ajax
apps
blatent t-shirt microspotting
C#
C# Documentation
C# Express
directx
Documentation
documentation sdk
Dublin
Gadgetry
ios winrt sdk
iphone
ireland
personal
RSS feeds
SDK
sdk docs
SmartDevices
starterkit windowsmobile sdk
windows mobile
windows mobile 6
Windows Mobile Development
xna
Archive
Archives
June 2013
(1)
May 2013
(3)
April 2013
(8)
June 2009
(1)
May 2009
(2)
April 2009
(1)
March 2009
(4)
February 2009
(1)
October 2008
(4)
September 2008
(7)
August 2008
(2)
July 2008
(5)
June 2008
(3)
October 2007
(9)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(8)
May 2007
(4)
March 2007
(2)
February 2007
(5)
January 2007
(3)
December 2006
(2)
November 2006
(1)
October 2006
(3)
September 2006
(3)
August 2006
(4)
July 2006
(4)
June 2006
(4)
May 2006
(8)
March 2006
(7)
February 2006
(6)
January 2006
(4)
December 2005
(5)
November 2005
(7)
October 2005
(7)
September 2005
(1)
August 2005
(6)
June 2005
(4)
May 2005
(9)
April 2005
(4)
March 2005
(7)
February 2005
(3)
January 2005
(1)
December 2004
(1)
November 2004
(3)
October 2004
(1)
September 2004
(1)
August 2004
(1)
July 2004
(4)
June 2004
(4)
May 2004
(3)
April 2004
(2)
March 2004
(3)
February 2004
(4)
January 2004
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
John's Blog
Some simple C# graphics stuff
Posted
over 9 years ago
by
MSDNArchive
4
Comments
The .NET Frameworks uses GDI+ to handle graphics, and boy oh boy, there sure are a lot of classes to pick from. In order to play with some image manipulation, I was looking for a simple way to get an image on to a form and I spent a little time trying...
John's Blog
C# Express: Some sample projects
Posted
over 9 years ago
by
MSDNArchive
13
Comments
If you are looking for some more samples to play with in C# Expess, I've written two projects that have just appeared on MSDN. Both consist of an article, and a project for you download and open right in your own copy of C# Express. Web Browser Express...
John's Blog
Windows Mobile 5.0 and Pocket PC menus
Posted
over 8 years ago
by
MSDNArchive
4
Comments
Q. What does eating in an restaurant in Italy have in common with writing an application for Windows Mobile 5.0? A. Confusion over menus. Well, perhaps this problem is unique to me, but every time I start writing native application for Windows...
John's Blog
C# Express and the WebBrowser control
Posted
over 8 years ago
by
MSDNArchive
4
Comments
I love the WebBrowser control - it makes it easy to create customized Web browsers in my C# applications (for example, adding tabs as in this article ). Recently I was trying to find a way to block the custom browser from opening up new pages in a separate...
John's Blog
Windows Mobile 5.0 - Emulators: copying files and ActiveSync
Posted
over 8 years ago
by
MSDNArchive
2
Comments
The Smartphone and Pocket PC emulators that ship with the Windows Mobile 5.0 SDKs are amazing pieces of software. Unlike previous generations which emulated the software, these emulators emulate the hardware. That's right, they are virtual ARM processors...
John's Blog
C# Express: My favorite IDE tricks
Posted
over 9 years ago
by
MSDNArchive
7
Comments
Having had reason to play with C# Express for the past few months, I’ve learned a few tricks that speed up my programming and just make life a lot more enjoyable. Maybe “tricks” is the wrong word – these features are kind of obvious...
John's Blog
A New Way of looking at Help
Posted
over 8 years ago
by
MSDNArchive
22
Comments
The Windows Mobile 5.0 Documentation is on MSDN, and yes, I admit this is a sub-optimal approach as ideally it should be in the Visual Studio documentation along with everything else. Eventually, we'll get it in there. In the meantime, you need to make...
John's Blog
Windows Mobile SDK: Navigation Aid
Posted
over 6 years ago
by
MSDNArchive
11
Comments
OK, here is my latest (and last for a while) attempt to ease Navigation of the Windows Mobile 6 SDK by means of a nice picture. It might be a little wide for this blog design, but you get the idea. As before, it should be functional (i.e. you can click...
John's Blog
C# Express: Getting Started
Posted
over 9 years ago
by
MSDNArchive
4
Comments
You’ve downloaded and installed C# Express and played with some menu options. Now what? We’ve tried to make it look friendly, but heck, it can still be intimidating if you’ve not used Visual Studio before. Here are some suggestions as...
John's Blog
Why do people dislike the Zune?
Posted
over 7 years ago
by
MSDNArchive
37
Comments
Sorry that this isn't a Windows Mobile related blog entry, but it's a snow day today - an inch of snow fell on Redmond, and so the city ground to a halt - and this has been bugging me. Yesterday, I bought a Zune. I've owned iPods since they were first...
John's Blog
New Windows Mobile Smartphone Landscape Emulator Available
Posted
over 7 years ago
by
MSDNArchive
16
Comments
Good news for Windows Mobile developers eager to test their applications on (presumably) forthcoming devices - there's a new emulator for Visual Studio 2005 that simulates a 320 by 240 landscape-mode Smartphone device. Is there no end to the permutations...
John's Blog
Windows Mobile 6: Ajax and Windows Mobile 6
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Ajax – the design model that aims to give web pages the look, feel and usability of applications – is all the rage. Of course, experienced web designs will sigh and mention that Ajax-like techniques have been used for years before it became known as ...
John's Blog
C# Express: Using the Visual Basic MyServices Namespace
Posted
over 9 years ago
by
MSDNArchive
4
Comments
Visual Basic programmers have been keeping something from us: My Classes. The My Classes are some jolly useful methods that wrap various .NET Frameworks code, and make it quick and easy to do some otherwise tedious stuff. However, rejoice, for we...
John's Blog
C# Express: Pick a name, any name.
Posted
over 9 years ago
by
MSDNArchive
12
Comments
I recently got into bother because of my rather lax use of variable names in some example code. As someone who has the job of writing code samples that programmers like you are going to read when you glimpse at the C# documentation, it’s important that...
John's Blog
C# Express: Refactorwhating?
Posted
over 9 years ago
by
MSDNArchive
6
Comments
If you haven’t seen Visual Studio Whidbey beta releases, you might not have heard of “refactoring”. Refactoring is cool, and once you see it, you’re going to use it a lot. Here’s a brief explanation. In the past, source...
John's Blog
Instant Messenger Etiquette
Posted
over 7 years ago
by
MSDNArchive
7
Comments
Every so often, the managers of the Mobile and Embedded Devices division go away on an off-site. This is a big mistake, as it means I feel compelled to do things like write the following: Instant Messenger Etiquette Instant Messaging has...
John's Blog
Windows Mobile: Three new Starter Kits for Windows Mobile 6
Posted
over 6 years ago
by
MSDNArchive
2
Comments
I'm really delighted to be able to tell you that the Content Publishing team have created three new Starter Kits for Windows Mobile devices. Starter Kits are ready-to-compile-and-run code samples, and are ideal for both learning how to write for Windows...
John's Blog
Windows Mobile SDK Documentation: Docs Update!
Posted
over 6 years ago
by
MSDNArchive
6
Comments
Good news everyone - the Crossbow SDK docs have been refreshed again. Here's a summary of what's new: Fancy new image map to aid with navigation New section on developing games New section on making apps work on different hardware variations...
John's Blog
C# Express: Edit and Continue
Posted
over 9 years ago
by
MSDNArchive
4
Comments
You asked, and the tireless programmers in the C# division listened. Edit and Continue was something that many C# users wanted, and wanted badly. The good news is that it's here, and you'll be able to try it very soon. Next week even. For the uninitiated...
John's Blog
Coding in Notepad. For free.
Posted
over 6 years ago
by
MSDNArchive
3
Comments
As a 40 year-old computer nerd, I’m interested in how home computer programming has changed over the years, and I’m seriously wondering if we’re seeing the end of the hobbyist computer programmer. Hey, I’m leaving Microsoft next week, so indulge me. ...
John's Blog
Launching a program from within a C#/VB SmartDevice application
Posted
over 8 years ago
by
MSDNArchive
4
Comments
This is just a quickie. If you are wondering how to launch an existing application from within your own Windows Mobile-based C# or VB.NET program, simply use the System.Diagnostics.Process.Start() method, like this: System.Diagnostics.Process.Start...
John's Blog
Content Specialist - whatsthatthen?
Posted
over 8 years ago
by
MSDNArchive
0
Comments
It’s official – my new job title is Content Specialist for Mobile and Embedded ISVs . What does that mean? It means that if you develop software for Smart Devices – in particular the Pocket PC or Smartphone – and you can’t find the information you need...
John's Blog
In Search of the Perfect Keyboard..
Posted
over 6 years ago
by
MSDNArchive
3
Comments
The release of Apple's new razor-thin keyboard earlier this week re-awakened my search for the perfect keyboard. As it's Friday and my brain is already in weekend mode, I've drawn up a list of some of the more interesting keyboards I've tried or wanted...
John's Blog
Microsoft Staff Caught on Video - The True Story
Posted
over 8 years ago
by
MSDNArchive
3
Comments
As you probably know, Mike Hall is a cheery chap who loves to explain Windows CE and Mobile Device related stuff. Better yet, he doesn't mind when we point a video camera at him and film him doing it. In fact, he even writes about these videos, on his...
John's Blog
Simple Kiosk Mode Application for Pocket PC - Part 1
Posted
over 8 years ago
by
MSDNArchive
0
Comments
Mike Hall recently wrote an excellent series of blog entries on creating a Kiosk system running on a Windows CE embedded platform. It's interesting reading, especially if you aren't entirely sure what Windows CE embedded platforms actually look like or...
Page 1 of 9 (215 items)
1
2
3
4
5
»