Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
QuestionInvert Bitmap Pin
sergestusxx20-Apr-06 7:11
sergestusxx20-Apr-06 7:11 
AnswerRe: Invert Bitmap Pin
LongRange.Shooter20-Apr-06 7:42
LongRange.Shooter20-Apr-06 7:42 
AnswerRe: Invert Bitmap Pin
Josh Smith20-Apr-06 7:44
Josh Smith20-Apr-06 7:44 
AnswerRe: Invert Bitmap Pin
Guffa20-Apr-06 8:07
Guffa20-Apr-06 8:07 
AnswerRe: Invert Bitmap Pin
Judah Gabriel Himango20-Apr-06 12:47
sponsorJudah Gabriel Himango20-Apr-06 12:47 
Questionregistering a dll at runtime Pin
shezh20-Apr-06 6:44
shezh20-Apr-06 6:44 
AnswerRe: registering a dll at runtime Pin
Le centriste20-Apr-06 7:05
Le centriste20-Apr-06 7:05 
Questionlate binding to VB6 dlls Pin
shezh20-Apr-06 6:11
shezh20-Apr-06 6:11 
Questioncreating a txt file Pin
john3420-Apr-06 5:42
john3420-Apr-06 5:42 
AnswerRe: creating a txt file Pin
J4amieC20-Apr-06 5:51
J4amieC20-Apr-06 5:51 
AnswerRe: creating a txt file Pin
AETaylor21-Apr-06 1:54
AETaylor21-Apr-06 1:54 
QuestionI/O Threading program Pin
eric_tran20-Apr-06 4:55
eric_tran20-Apr-06 4:55 
AnswerRe: I/O Threading program Pin
LongRange.Shooter20-Apr-06 7:10
LongRange.Shooter20-Apr-06 7:10 
Questioninsert in database Pin
guest_098720-Apr-06 4:34
guest_098720-Apr-06 4:34 
QuestionHTTP Sniffer Pin
ksor20-Apr-06 4:34
ksor20-Apr-06 4:34 
QuestionHow to update data from an access database? Pin
nulkoud20-Apr-06 4:30
nulkoud20-Apr-06 4:30 
QuestionHow to make Web Application more Secure in Asp.Net???? Pin
pal_vaidya20-Apr-06 4:14
pal_vaidya20-Apr-06 4:14 
AnswerRe: How to make Web Application more Secure in Asp.Net???? Pin
LongRange.Shooter20-Apr-06 7:26
LongRange.Shooter20-Apr-06 7:26 
QuestionCreating playlists Pin
mickeyfitzray20-Apr-06 3:21
mickeyfitzray20-Apr-06 3:21 
AnswerRe: Creating playlists Pin
LongRange.Shooter20-Apr-06 7:19
LongRange.Shooter20-Apr-06 7:19 
AnswerRe: Creating playlists Pin
malharone20-Apr-06 9:56
malharone20-Apr-06 9:56 
mickeyfitzray wrote:
Does anyone know any good librarys or code for creating playlists?


If you're writing this as a school project, then it's expected that you finish the assignment on your own.

As far as creation of playlists goes, I think interopability with other MP3 players would a be great feature. For example, you dont want to serialize your playlist information in binary which will limit only your application to be able to read/write to that file.

You can have a playlist which fits your application/data-model the best, but you should have an option to export it in more standard formats (such as WPL, PLS, M3U). To understand these formats, simply open them in Notepad to analyze the structure and you'll see it's very trivial to create a playlist of songs. Assuming your playlist is in XML, you should create XSLT files (for each format) and apply the XSLT on your source-XML to dynamically generate M3U, PLS, WPL lists. If your data is stored in database, then get the dataset and serialize it in XML and apply XSLT.

Best of luck with the project.

- Malhar
QuestionASP.NET is not working Pin
Mamphekgo20-Apr-06 3:09
Mamphekgo20-Apr-06 3:09 
AnswerRe: ASP.NET is not working Pin
Robert Rohde20-Apr-06 3:12
Robert Rohde20-Apr-06 3:12 
GeneralRe: ASP.NET is not working Pin
Mamphekgo20-Apr-06 3:35
Mamphekgo20-Apr-06 3:35 
GeneralRe: ASP.NET is not working Pin
LongRange.Shooter20-Apr-06 7:22
LongRange.Shooter20-Apr-06 7:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.