Click here to Skip to main content
15,888,286 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Attached to Events Pin
Dave Kreskowiak6-May-09 15:30
mveDave Kreskowiak6-May-09 15:30 
GeneralRe: Attached to Events Pin
Thayhor6-May-09 21:05
Thayhor6-May-09 21:05 
GeneralRe: Attached to Events Pin
Dave Kreskowiak7-May-09 1:49
mveDave Kreskowiak7-May-09 1:49 
Questioncheckedlistbox in vb.net Pin
Pankaj-codeproject6-May-09 8:46
Pankaj-codeproject6-May-09 8:46 
AnswerRe: checkedlistbox in vb.net Pin
Dave Kreskowiak6-May-09 9:15
mveDave Kreskowiak6-May-09 9:15 
GeneralRe: checkedlistbox in vb.net Pin
Pankaj-codeproject6-May-09 20:55
Pankaj-codeproject6-May-09 20:55 
QuestionPlaying Music in VB.Net application [modified] Pin
DarkSorrow386-May-09 8:12
DarkSorrow386-May-09 8:12 
AnswerRe: Playing Music in VB.Net application Pin
Dave Kreskowiak6-May-09 8:35
mveDave Kreskowiak6-May-09 8:35 
It's quite plain. The file you're trying to play is not in the correct format. Just because the file extension is WMV doesn't mean that the audio is encoded the same as every other WMV. The audio in each file, no matter what the extension, is encoded using different codecs, compressor/decompressors. But, there is a standard format called PCM (Pulse Coded Modulation) that is kind of like the Text file of the audio world. It's audio that is not compressed at all. This is the format that the Audio.Play method supports. It cannot play audio that is compressed. You have to use some kind of tool to create a new file with the audio uncompressed.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Playing Music in VB.Net application Pin
DarkSorrow386-May-09 8:54
DarkSorrow386-May-09 8:54 
GeneralRe: Playing Music in VB.Net application Pin
Dave Kreskowiak6-May-09 8:59
mveDave Kreskowiak6-May-09 8:59 
GeneralRe: Playing Music in VB.Net application Pin
DarkSorrow387-May-09 5:01
DarkSorrow387-May-09 5:01 
GeneralRe: Playing Music in VB.Net application Pin
Dave Kreskowiak7-May-09 14:20
mveDave Kreskowiak7-May-09 14:20 
AnswerRe: Playing Music in VB.Net application Pin
DidiKunz8-May-09 11:56
DidiKunz8-May-09 11:56 
Questionperformance problem - Array.Copy vs. Buffer.BlockCopy Pin
adamp22a6-May-09 8:08
adamp22a6-May-09 8:08 
AnswerRe: performance problem - Array.Copy vs. Buffer.BlockCopy Pin
Luc Pattyn6-May-09 8:32
sitebuilderLuc Pattyn6-May-09 8:32 
QuestionRe: performance problem - Array.Copy vs. Buffer.BlockCopy Pin
adamp22a6-May-09 9:39
adamp22a6-May-09 9:39 
AnswerRe: performance problem - Array.Copy vs. Buffer.BlockCopy Pin
Luc Pattyn6-May-09 9:45
sitebuilderLuc Pattyn6-May-09 9:45 
Questionformatting of data in list box in vb 2008 Pin
sazd16-May-09 2:56
sazd16-May-09 2:56 
AnswerRe: formatting of data in list box in vb 2008 Pin
Eddy Vluggen6-May-09 3:00
professionalEddy Vluggen6-May-09 3:00 
GeneralRe: formatting of data in list box in vb 2008 Pin
sazd16-May-09 3:15
sazd16-May-09 3:15 
AnswerRe: formatting of data in list box in vb 2008 Pin
Eddy Vluggen6-May-09 3:35
professionalEddy Vluggen6-May-09 3:35 
GeneralRe: formatting of data in list box in vb 2008 Pin
sazd17-May-09 2:56
sazd17-May-09 2:56 
GeneralRe: formatting of data in list box in vb 2008 Pin
Dave Kreskowiak7-May-09 4:49
mveDave Kreskowiak7-May-09 4:49 
AnswerRe: formatting of data in list box in vb 2008 Pin
Eddy Vluggen7-May-09 10:18
professionalEddy Vluggen7-May-09 10:18 
AnswerRe: formatting of data in list box in vb 2008 Pin
Henry Minute6-May-09 3:00
Henry Minute6-May-09 3:00 

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.