Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need help for .Net Project Pin
Christian Graus8-Jun-07 23:56
protectorChristian Graus8-Jun-07 23:56 
JokeRe: Need help for .Net Project Pin
Paul Conrad9-Jun-07 4:28
professionalPaul Conrad9-Jun-07 4:28 
AnswerRe: Need help for .Net Project Pin
Paul Conrad9-Jun-07 4:27
professionalPaul Conrad9-Jun-07 4:27 
Questionhelp with playing a dvd Pin
Its_Me_Lenny8-Jun-07 16:58
Its_Me_Lenny8-Jun-07 16:58 
AnswerRe: help with playing a dvd Pin
Christian Graus8-Jun-07 23:59
protectorChristian Graus8-Jun-07 23:59 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 0:02
Its_Me_Lenny9-Jun-07 0:02 
GeneralRe: help with playing a dvd Pin
Christian Graus9-Jun-07 0:17
protectorChristian Graus9-Jun-07 0:17 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 0:25
Its_Me_Lenny9-Jun-07 0:25 
yeh i have the codecs


i was using:
Imports MSVidCtlLib

and than

Dim WithEvents dvdjunk As MSVidWebDVD = Nothing

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
dvdjunk = New MSVidWebDVD

dvdjunk.Run()
End Sub

and i keep getting "The method or operation is not implemented."




than if i use

Imports MSWEBDVDlib


amd

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
dvdstuff = New MSWebDVD
dvdstuff.Play()

End Sub


than i get

COMException unhandled
The data necessary to complete this operation is not yet available.



so im not sure what im missing or what im not implementing ("The method or operation is not implemented.")


??

thanks for the help though so far, i appreciate it
GeneralRe: help with playing a dvd Pin
Christian Graus9-Jun-07 0:51
protectorChristian Graus9-Jun-07 0:51 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 1:05
Its_Me_Lenny9-Jun-07 1:05 
GeneralRe: help with playing a dvd Pin
Christian Graus9-Jun-07 1:09
protectorChristian Graus9-Jun-07 1:09 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 1:14
Its_Me_Lenny9-Jun-07 1:14 
GeneralRe: help with playing a dvd Pin
Christian Graus9-Jun-07 1:17
protectorChristian Graus9-Jun-07 1:17 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 1:24
Its_Me_Lenny9-Jun-07 1:24 
GeneralRe: help with playing a dvd Pin
Colin Angus Mackay9-Jun-07 3:12
Colin Angus Mackay9-Jun-07 3:12 
GeneralRe: help with playing a dvd Pin
Kevin McFarlane9-Jun-07 3:31
Kevin McFarlane9-Jun-07 3:31 
GeneralRe: help with playing a dvd Pin
Colin Angus Mackay9-Jun-07 6:18
Colin Angus Mackay9-Jun-07 6:18 
GeneralRe: help with playing a dvd Pin
Kevin McFarlane9-Jun-07 8:05
Kevin McFarlane9-Jun-07 8:05 
GeneralRe: help with playing a dvd Pin
Colin Angus Mackay9-Jun-07 9:42
Colin Angus Mackay9-Jun-07 9:42 
GeneralRe: help with playing a dvd Pin
Kevin McFarlane9-Jun-07 10:58
Kevin McFarlane9-Jun-07 10:58 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 1:08
Its_Me_Lenny9-Jun-07 1:08 
QuestionAppend an Image to Every Printed Docmumet? Pin
CJ1998-Jun-07 10:59
CJ1998-Jun-07 10:59 
AnswerRe: Append an Image to Every Printed Docmumet? Pin
Dave Kreskowiak8-Jun-07 14:19
mveDave Kreskowiak8-Jun-07 14:19 
QuestionVS.Net Pro & Crystal Reports... Pin
CCG38-Jun-07 8:56
CCG38-Jun-07 8:56 
AnswerRe: VS.Net Pro & Crystal Reports... Pin
Dave Kreskowiak8-Jun-07 9:56
mveDave Kreskowiak8-Jun-07 9:56 

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.