<?xml version="1.0"?>
<!--RSS Generated by vbAccelerator Site Publisher v1.0.1209.33203-->
<rss version="2.0">
  <channel>
    <title>vbAccelerator New and Updated Publications</title>
    <link>http://vbaccelerator.com/Whats_New/index.asp</link>
    <description>The latest articles and updates published at vbAccelerator.com: free source code and controls for VB, C# and VB.NET.</description>
    <language>en-us</language>
    <copyright>Copyright &amp;amp;#169; 2004 Steve McMahon &amp;lt;a href=&amp;quot;steve@vbaccelerator.com&amp;quot;&amp;gt;steve@vbaccelerator.com&amp;lt;a&amp;gt;</copyright>
    <managingEditor>steve@vbaccelerator.com</managingEditor>
    <webMaster>steve@vbaccelerator.com</webMaster>
    <lastBuildDate>Mon, 28 Jun 2004 21:54:43 GMT</lastBuildDate>
    <generator>vbAccelerator Site Publisher v1.0.1209.33203</generator>
    <docs>http://backend.userland.com/rss</docs>
    <ttl>720</ttl>
    <image>
      <url>http://vbaccelerator.com/home/res/vbaccelRssLogo.png</url>
      <title>vbAccelerator New and Updated Publications</title>
      <link>http://vbaccelerator.com/Whats_New/index.asp</link>
      <width>88</width>
      <height>31</height>
      <description>The latest articles and updates published at vbAccelerator.com: free source code and controls for VB, C# and VB.NET.</description>
    </image>
    <item>
      <title>Updated: Writing Audio CDs</title>
      <link>http://vbaccelerator.com/home/NET/Code/Libraries/Writing_CDs/Writing_Audio_CDs/article.asp</link>
      <description>
This sample demonstrates how to burn audio CDs using the .NET IMAPI Wrapper from
WAV files.  Sample code is provided in both VB and C#.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15412</guid>
      <pubDate>Sun, 27 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Writing Data CDs</title>
      <link>http://vbaccelerator.com/home/NET/Code/Libraries/Writing_CDs/Writing_Data_CDs/article.asp</link>
      <description>
This article demonstrates how to use the IMAPI wrapper to burn data CDs (also known
as "Joliet" format CDs).  Sample code is provided in both C# and VB.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15413</guid>
      <pubDate>Sun, 27 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: WaveStreamReader and WaveStreamWriter</title>
      <link>http://vbaccelerator.com/home/NET/Code/Media/Audio/WaveStream/article.asp</link>
      <description>
This article describes two classes which provide Stream wrappers
around the Windows Multimedia API to work with .WAV files in .NET.  These classes
allow you to read and write .WAV files directly from managed code.  Both C# and VB versions
of the code are provided.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15506</guid>
      <pubDate>Sun, 27 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Image Mastering API (IMAPI) Wrapper for .NET</title>
      <link>http://vbaccelerator.com/home/NET/Code/Libraries/Writing_CDs/IMAPI/article.asp</link>
      <description>
IMAPI is provided with Windows XP and above to provide full control over the creation
of audio and data discs.  This sample provides a wrapper around the API allowing it to be 
used from .NET; both VB and C# client code is provided.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15411</guid>
      <pubDate>Sun, 27 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: STARBRIGHT World</title>
      <link>http://vbaccelerator.com/home/The_Site/vbAccelerator_Users/STARBRIGHT_World/article.asp</link>
      <description>
STARBRIGHT World is a private online community for children living with serious illness.
In STARBRIGHT World, children can instant message, chat, video conference, browse topical
web content, post to message boards and more, all within a private community only they 
can access.  The current version of the system has been running since mid-January, and
has been a great success.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15385</guid>
      <pubDate>Sun, 13 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Writing Audio CDs</title>
      <link>http://vbaccelerator.com/home/VB/Code/Libraries/Writing_CDs/Writing_Audio_CDs/article.asp</link>
      <description>"Perhaps they were expecting someone to write an audio recorder in Visual Basic?"
Paul DiLascia writes, somewhat sarcastically, in the April 2004 issue of 
MSDN Magazine on the subject of the
Image Mastering API.  Whether they were expecting it or not, here it is: a VB application 
which creates audio CDs.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14970</guid>
      <pubDate>Sat, 12 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Using WinAmp In Plugins From VB</title>
      <link>http://vbaccelerator.com/home/VB/Code/vbMedia/Audio/Using_WinAmp_Plugins/article.asp</link>
      <description>
Winamp is one of the better music player applications out there, and one of the neat
features is its extensive support for plugins, most of which are developed and made
available independently from Winamp.  This article provides a small DLL and source
which allows you to use these plugins to play and convert audio files relatively easily from VB.  
It has been tested with the MP3, MP4/AAC, APE (Monkey's Audio) and Ogg Vorbis plugins; it should
work fine with the other plugins for more esoteric tracker and console formats out there 
too.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14973</guid>
      <pubDate>Sat, 12 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Simple Data CD Creation Using ICDBurn</title>
      <link>http://vbaccelerator.com/home/VB/Code/Libraries/Writing_CDs/Simple_CD_Burn/article.asp</link>
      <description>
Windows XP and above include built-in support for burning CDs.  This sample demonstrates
how to use the simple ICDBurn API included in the shell to create
data CDs from within a Visual Basic application.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14969</guid>
      <pubDate>Sat, 12 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Image Mastering API (IMAPI) Library for VB</title>
      <link>http://vbaccelerator.com/home/VB/Code/Libraries/Writing_CDs/IMAPI/article.asp</link>
      <description>
IMAPI is provided with Windows XP and above to provide full control over the creation
of audio and data discs.  This sample provides a wrapper around the API allowing it to be 
used from VB.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14968</guid>
      <pubDate>Sat, 12 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Creating New Desktops and Running Applications</title>
      <link>http://vbaccelerator.com/home/VB/Code/Libraries/Windows/Creating_New_Desktops/article.asp</link>
      <description>
All varieties of Windows NT since 3.51 include the ability to create and run multiple desktops.
Normally, this feature isn't used, and all applications run within the "Default"
desktop.  However, if you want to create a kiosk-style application which has a full-screen
interface, and prevents Ctrl+Alt+Del or any of the other standard Windows options from
being accessed, then this technique is the way to do it.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15313</guid>
      <pubDate>Sat, 12 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: CD Ripping in VB Part 2</title>
      <link>http://vbaccelerator.com/home/VB/Code/vbMedia/Audio/CD_Ripping_2/article.asp</link>
      <description>
This sample provides a more sophisticated CD Ripper which is capable of
writing MP3 files by adding the following:
A plugin-based architecture for writing audio files.Implementing a WAV to MP3 encoder.
The audio plugins can be re-used wherever you want to be able to create audio files.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14972</guid>
      <pubDate>Fri, 11 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: CD Ripping in VB Part 1</title>
      <link>http://vbaccelerator.com/home/VB/Code/vbMedia/Audio/CD_Ripping_1/article.asp</link>
      <description>
This sample looks at ripping CDs from VB using the CD ripping library
provided with CDEx.  In addition to providing
a VB compatible wrapper around the CD ripping functions, it provides a buffered WAV file
writer which can be reused for other applications such as audio recorders and processors.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14971</guid>
      <pubDate>Fri, 11 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: vbAccelerator Ltd</title>
      <link>http://vbaccelerator.com/home/The_Site/About_the_Site/vbAccelerator_Ltd/article.asp</link>
      <description>
vbAccelerator Ltd is a small London based software consultancy.  As well as this
website (and despite our name!) vbAccelerator also provides software design and development services for J2EE, 
.NET, VB and XML projects.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14967</guid>
      <pubDate>Thu, 10 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: VB IMAPI (CD Burning) Interfaces (IVBIMAPI.tlb)</title>
      <link>http://vbaccelerator.com/home/VB/Type_Libraries/IMAPI_(CD_Burning)/article.asp</link>
      <description>This type library provides access to the various objects exposed
in the Windows Image Mastering API (IMAPI).  This API allows you to burn
audio and data CD-R and CD-RW discs.  Note that this API is only available
on Windows XP and above.</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14976</guid>
      <pubDate>Thu, 10 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Updated: Using the Site</title>
      <link>http://vbaccelerator.com/home/The_Site/About_the_Site/Using_the_Site/article.asp</link>
      <description>Welcome to the vbAccelerator site.
Here you can learn about the site's features, navigating the array of content and find out how the site
was put together.</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=2725</guid>
      <pubDate>Wed, 09 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: RDF Support at vbAccelerator.com</title>
      <link>http://vbaccelerator.com/home/The_Site/About_the_Site/RDF_Metadata/article.asp</link>
      <description>
vbAccelerator pages now include support for RDF tags which describe meta-data and licensing
conditions for the articles and code. This article describes the 
RDF tagging that's provided and some details of the implementation.  
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14966</guid>
      <pubDate>Wed, 09 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Contributors</title>
      <link>http://vbaccelerator.com/home/The_Site/About_the_Site/Contributors/article.asp</link>
      <description>
The software available on this site includes voluntary contributions made by many
individuals.  This article lists the main contributors and thanks them
for their support.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14965</guid>
      <pubDate>Wed, 09 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Preventing Logoff or Shutdown</title>
      <link>http://vbaccelerator.com/home/VB/Tips/Preventing_Logoff_or_Shutdown/article.asp</link>
      <description>
Sometimes if an application is performing a long operation you do not want the
user to log-off or shutdown the system until it is complete.  An example is
when burning a CD, as the CD burn will be terminated and the disc potentially
ruined.  This sample demonstrates how to respond to the WM_QUERYENDSESSION
message to prevent this from occurring.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14975</guid>
      <pubDate>Wed, 02 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Mapping NT Device Names to Drive Letters and vice-versa</title>
      <link>http://vbaccelerator.com/home/VB/Tips/Mapping_NT_Device_Names/article.asp</link>
      <description>
This tip demonstrates how you convert between MS-DOS style drive letters and NT-style device
names.  This can be useful if you're working with an API that exposes an NT device name,
such as IMAPI for CD Burning.
   </description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=14974</guid>
      <pubDate>Wed, 02 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: StealthBot</title>
      <link>http://vbaccelerator.com/home/The_Site/vbAccelerator_Users/StealthBot/article.asp</link>
      <description>
StealthBot is an application that, erm, does something or other related
to games.  (I have to apologise for being such a lamer, but not having played that
many games for the last few years I couldn't actually figure out what this 
is for...)  In any case, it works with Starcraft, Warcraft III and Diablo II
and uses a vbAccelerator TreeView control to get the much-needed black background 
and colours.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15386</guid>
      <pubDate>Tue, 01 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: MAMEJump</title>
      <link>http://vbaccelerator.com/home/Resources/Links/Other/MameJump/article.asp</link>
      <description>
Flash had to be useful for something: this 
is it I think; covering just about every old-school arcade
game with a jump option all rendered in time to Van Halen's "Jump".
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15382</guid>
      <pubDate>Tue, 01 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Dismount!</title>
      <link>http://vbaccelerator.com/home/Resources/Links/Other/Dismount/article.asp</link>
      <description>
If you used to configure your train set purely for the purpose of
simulating dramatic crashes into stations or over mis-set points (as I may
have done), then you should find these dismounting games fun too.  Good
physics simulation too...
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15381</guid>
      <pubDate>Tue, 01 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Bruce Schneier's Cryptogram</title>
      <link>http://vbaccelerator.com/home/Resources/Links/Other/Cryptogram/article.asp</link>
      <description>
Bruce Schneier is the author of the excellent Applied Cryptography, which is still the best resource for 
information on cryptographic algorithms and security.  He also publishes 
Cryptogram, a 
monthly newsletter which I can't recommend highly enough.  
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15380</guid>
      <pubDate>Tue, 01 Jun 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: My Stuff Now</title>
      <link>http://vbaccelerator.com/home/The_Site/vbAccelerator_Users/MyStuffNow/article.asp</link>
      <description>
MyStuffNow is an application which creates discs that support 
Hasbro's VideoNow, a children's toy that plays audio and
video mini-CDs.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15383</guid>
      <pubDate>Fri, 28 May 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Server System Check (Alpha)</title>
      <link>http://vbaccelerator.com/home/The_Site/vbAccelerator_Users/Server_System_Check/article.asp</link>
      <description>
Server System Check is an in-house application, written in VB and currently under development
by Wizard Software Solutions.  An attractive and easy to use interface allows easy 
monitoring of servers for Dr. Watson errors, low diskspace and NT Service problems.
</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15384</guid>
      <pubDate>Tue, 25 May 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New: Thumbnail Extractor feature in .NET Developer's Journal</title>
      <link>http://vbaccelerator.com/home/Resources/Links/IBrowse/Thumbnail_Extractor_feature/article.asp</link>
      <description>
This article in the .NET Developer's Journal reuses the 
Thumbnail Extractor code to create a thumbnail viewer 
control in .NET.
    </description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=15379</guid>
      <pubDate>Sat, 22 May 2004 01:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Updated: Runnable Type Library (Runnable.TLB)</title>
      <link>http://vbaccelerator.com/home/VB/Type_Libraries/Runnable/article.asp</link>
      <description>This Type Library was originally provided with the CodeFlow sample from the VB Owner's Area at MSDN. It contains only one interface declaration (which could equally be written in VB as a class) but does allow an ActiveX object to be created without its public interface being cluttered with items the user of the object does not care about.</description>
      <guid isPermaLink="true">http://vbaccelerator.com/article.asp?id=1026</guid>
      <pubDate>Fri, 21 May 2004 01:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>