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...
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
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...
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...
Do you want to know which Win32 API maps to what part of the .NET Framework? If yes, visit http://msdn.microsoft.com/n
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");...
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