Search

You searched for the word(s): userid:2198
Page 1 of 1 (7 items)
  • i-mate JASJAR review

    I’ve got an i-mate JASJAR on yesterday from Microsoft for PPC Phone review, I should say thank you to Microsoft first. Thanks a lot!!! i-mate is the first company to launch the Windows Mobile 5 device in the market, and the configuration of JASJAR is the top and high-end model in between PPC Phone. After extract the packet, you will found the following accessories are in the package: 1 x i-mate JASJAR 1 x i-mate JASJAR Battery (1620 mAh) 1 x i-mate JASJAR Standard Protection Case 1 x i-mate JASJAR
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Mon, May 15 2006
  • RSS Reader Sample

    I've posted a Simple RSS Reader code a long time ago, and today I got a mail for asking a sample. I'm very happy that there has someone to view my article even I've just write one, but I promise I'll try to write more since this year. Here is the Simple RSS Application sample in window application. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Xml; namespace RSSReader { /// <summary> //
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Fri, Feb 24 2006
  • Simple RSS Reader.

    I’ve made a simple RSS Reader Class yesterday and let me share here. First there have 2 classes in my project, which are under namespace RSSReader. 1.) RSSDetail 2.) RSSDetails RSSDetail is the each item in the RSS, and RSSDetails just collect all item and the main description of the RSS. RSSDetails.cs using System; using System.Collections; using System.Net; using System.Xml; namespace RSSReader { /// /// Summary description for RSSDetails. /// public class RSSDetails: CollectionBase { private
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Fri, Apr 29 2005
    Filed under: Jacky's Articles
  • Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done

    I've received an email from a friend on yesterday. the content is below! just to share. Hello, I am facing a problem regarding .NET deployment issue. My team developed an application on C# on Windows XP and that application runs perfectly on all Machines running Windows XP but this application generates an unhandled Exception "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done." This Exception is thrown in condition... (i) When I run my
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Fri, Apr 1 2005
  • How to Move Shell Folders (and contents)

    I've found an article which is wrotten by Kent W. he is a MVP from England. The article is about how to move shell folders, I think it's quite useful when MCE(Microsoft Windows XP Media Center Edition) launch. Enjoy it~ Shell folders are special folders that Windows uses to indicate the default location for many types of settings and data. These shell folders may be moved in a bewildering variety of ways: by a right-click Move Here in Windows Explorer, by a registry key edit, or by using TweakUI
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Tue, Mar 15 2005
  • .NET Converter

    I've found 2 converter - VB.NET > C# and C# > VB.NET it's quite useful~ let's try.
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Mon, Jan 10 2005
  • Hello friends

    This is my first post, the following days I'll post some reference link for the design and code sample. I believe everyone are strong in technical, specially in system architect and coding, so do I. But I want to mention about the layout design, it's a key to success on your application. Enjoy it.
    Posted to Jacky's Microsoft C# Thinking (Weblog) by jackyyiu on Tue, Nov 2 2004
Page 1 of 1 (7 items)