Inside and Out...

An attempt to understand technology better...

  Home  |   Contact  |   Syndication    |   Login
  160 Posts | 0 Stories | 12 Comments | 181 Trackbacks

News


WinToolZone - Spelunking Microsoft Technologies
I work as a developer on the Common Language Runtime (CLR) team, specifically in the areas of exception handling and CLR hosting.
Disclaimer

The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Twitter





Tag Cloud


Archives

Post Categories

Image Galleries

Links

March 2005 Entries

Its been long since I posted any update for CERapi - that was primarily because I was looking for a better tool to author the documentation for CERapi and finally found one here. Now, here's the update: I have implemented CEFolder and CEFile classes that will represent a folder and a file on the Windows CE device - with the properties and methods they expose, it will less than 10 lines of code to list the subfolders in a given folder or to move a file to/from desktop/device. I plan to release the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

If you want to create impressive help files, check out the HTML Help Builder from West-Wind! Author help files in a WYSIWYG manner for CHM, HTML Help 2 formats
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Indigo CTP Documents Live The Indigo CTP documents are now live http://winfx.msdn.microsoft... Go read, get used to it, it's your future...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Check TeeGofer
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I am nearing the completion of implementing the CEFile class that will represent a file on the Windows CE device: CEFile file = new CEFile("\\My documents\\myfile.txt");Once the object is created, we can get various details of the file, like its attributes, size, amongst other things. Also, we can move or copy the file within the device or to the desktop. In addition, functionality has been added to launch the object. The Launch method of CEFile will attempt to open the file present on the device...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Do you want to know which Win32 API maps to what part of the .NET Framework? If yes, visit http://msdn.microsoft.com/n
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Continuing my development on CERapi, I have added some functionality to this managed RAPI library: Implemented CEFileSystem class that allows you to copy and move files from the desktop to the Windows CE device. Implemented CEFolder class that encapsulates a Windows CE device's folder to easily retrieve folder details like contained files, sub folders, create/delete subfolders, etc. The following code illustrates its use: // Working with device folders CEFolder rootFolder = new CEFolder("\\My Documents\\Demo");...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

An excellent blog reader and publisher (supports all major blog engines) - Download it from http://www.synop.com/Produc... I have been using w.bloggar and this scores way over it
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati