Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Arch4ngel

@Arch4ngel
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ID3
    A Arch4ngel

    An ID3 is only a tag that is placed at the beginning or the end of a file and that allow to identify the Artist, song, track, album or more of a mp3. Let's say that you have a song filename like this : "05 - Nothing Else Matter.mp3" Unless you know that song... you don't know which artist it is. If you are a ordered music maniac like me... you must hate having files like that. My class will allow you to read those tag. The tag will probably return "Metallica" and "Nothing Else Matters" So the only thing you would need to do, build a software that use this class to do a mass renamer. This will probably be my demo project. That will rename all song selected from "05 - Nothing Else Matters.mp3" to "Metallica - Nothing Else Matters.mp3" or to any other template that could be configured (album, track, year... etc...) Any body would like to comment ? If someone says "Die mortal!", don't stay to see if he isn't.

    C# csharp question career

  • ID3
    A Arch4ngel

    I would like to know if anyone shall be interested by a 100% C# class for reading/writing ID3V1 and read-only ID3V2 (working on the writing part right now). I just would like to know if anyone would be interested to read an article about that. My job is nearly done on this class and I would put it on Code Project with a sample of an "automatic mp3 renamer". Anyone's comment ? If someone says "Die mortal!", don't stay to see if he isn't.

    C# csharp question career

  • Launch Tour 2005
    A Arch4ngel

    Hummm let put that plain and simple... No fee. 0$ Nada. Launch, freebies and 0$ + a lunch(is it ?)... hummmmm I'm in If someone says "Die mortal!", don't stay to see if he isn't.

    The Lounge csharp database sql-server visual-studio com

  • Launch Tour 2005
    A Arch4ngel

    As of me, my IT manager will come with me and he'll do the request himself to the boss as a "REALLY IMPORTANT" convention.:-D So for sure I'm going to be at the event in montreal on November 29th If someone says "Die mortal!", don't stay to see if he isn't.

    The Lounge csharp database sql-server visual-studio com

  • Launch Tour 2005
    A Arch4ngel

    The launch tour 2005 for the new Microsoft Visual Studio 2005 and SQL Server 2005 will soon be in a lot of american and canadian city. Who will be there ? Which place will you be ? Which track will you choose ? (IT or Developper) As of myself, I'll be in montreal and follow the Developper track. What about you ? Event website : -Canadian: http://www.microsoft.com/canada/launch2005/ -American: http://www.microsoft.com/events/2005launchevents/default.mspx I'm mainly interested in knowing how much of you will attend. N.B.: A version of VS2005 and SQL Server 2005 will be given (as per the website), correct me if I'm wrong If someone says "Die mortal!", don't stay to see if he isn't.

    The Lounge csharp database sql-server visual-studio com

  • Export a report to multiple excel files
    A Arch4ngel

    What I use to do for exporting is exporting HTML file but under XLS extension (Excel can understand HTML). Response.ContentType = "application/vnd.ms-excel"; Response.AddHeader("Content-Disposition","attachement; filename=\"SomeFile.xls\""); That is the code that I entered in my Page_Load. Everything works fine after that :) If someone says "Die mortal!", don't stay to see if he isn't.

    C# csharp help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups