hiiii

i need to know something. it would be great if anyone helps me !

i am making a dvd player sort of thing in vb.net using the mswebdvd control... i have used its basic functionality to play, stop etc. they all work absolutely fine..

let me explain the whole scenario first :

lets say i want to look for a particular dialogue in a movie, like "Harry!" ... i will search the text and will get the durations where Harry is being used... for instance the results were:

00:01:00 to 00:02:00 -> Harry
00:04:00 to 00:05:05 -> Harry

and so on ...

then i can play these two time frames.... by using mswebdvd function :
PlayPeriodInTitleAutoStop(2, "00:01:00", "00:01:00")

What I want is to show these results in different boxes using a control [i am not cleared on which control would do]... so when i click on the first box then that particular frame wud be played.... i want to know how to show those results depending on different dialogues in a form of thumbnail...

i hope u can get that now..?

eg. images.google.com shows results ... where the image is being shown along with the searched item... i want it that way, but in my case it is the dvd file , not an image file... i don't know how to show the DVD Dialogue frames results in this form... which control shud i use etc..plzzzz help me with it !!

thnx in advance

~techie girl

PS: check this link: http://web.sls.csail.mit.edu/lectures/ n i m also attaching part of the interface for ur help so u can get what i want to do.. it will be highly appreciated, as i m stuck @ this point...