Click here to Skip to main content
15,891,248 members
Articles / Programming Languages / C#

Album Surfer

Rate me:
Please Sign up or sign in to vote.
3.83/5 (3 votes)
19 Jun 20054 min read 50.4K   469   23  
An app for easy image scrolling.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
 <head>
  <title>Versions</title>
  <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  <link rel="stylesheet" type="text/css" href="AlbumSurfer.css">
  <script language="VBScript">
   Sub vbsKeyPress()
     select case ( window.event.keyCode )
      case 44:  window.navigate "Glossary.htm"  ','
      case 46:  window.navigate "Main.htm"  '.'
     end select
   End Sub
  </script>
 </head>
 <body onkeypress="vbsKeyPress">
  <h1>Version V05.06.18.05</h1>
  <table border="0" cellspacing="1" cellpadding="1">
   <tr>
    <td class="I1">What follows is a modification history from most recent to 
     oldest.</td>
   </tr>
   <tr>
    <td>&nbsp;</td>
   </tr>
   <tr>
    <td><strong>05.06.18.05</strong></td>
   </tr>
   <tr>
    <td class="I1">Added Properties Form.</td>
   </tr>
   <tr>
    <td><strong>05.06.11.06</strong></td>
   </tr>
   <tr>
    <td class="I1">Added Help files.</td>
   </tr>
   <tr>
    <td><strong>05.06.05.08</strong></td>
   </tr>
   <tr>
    <td class="I1">Force Main Form Activates to guarantee mouse wheels are seen.</td>
   </tr>
   <tr>
    <td><strong>05.05.25.20</strong></td>
   </tr>
   <tr>
    <td class="I1">Added Drag and Drop functionality, mouse wheel, full screen 
     toggle.</td>
   </tr>
   <tr>
    <td><strong>05.05.11.05</strong></td>
   </tr>
   <tr>
    <td class="I1">Updated version of splash screen.</td>
   </tr>
   <tr>
    <td><strong>05.05.07.11</strong></td>
   </tr>
   <tr>
    <td class="I1">Sort filename list by root name, get keyboard scrolling to be 
     1/3, 1/6 of visible area.</td>
   </tr>
   <tr>
    <td><strong>05.05.04.14</strong></td>
   </tr>
   <tr>
    <td class="I1">Lock interaction of menu choices.</td>
   </tr>
   <tr>
    <td><strong>05.05.02.10</strong></td>
   </tr>
   <tr>
    <td class="I1">First Release.</td>
   </tr>
  </table>
  <table border="0" cellspacing="0" cellpadding="0" width="700">
   <tr>
    <td class="footer">
     MS Tools. V05.06.18.05</td>
   </tr>
  </table>
 </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here



Comments and Discussions