Get The Size Of A Movie (avi) Opened In An OpenFileDialog?
May 14, 2010
Im trying to code a media player from scratch and I noticed that the Movie I play will always stretch out to my moviewindow size Ruining the aspect ratio--I want to get the size of the original File, and make it work alwasy have that aspect Ratio...I cannot get the size,
[URL]
View 2 Replies
ADVERTISEMENT
Apr 28, 2010
I found somethings and modified a bit the code so its can fit with what i needed.
I got it to work. Its read the text file but not i would like it to read.
In the ListBox, the text show up in 1 line as it should show in multi-line... (Yes, in the .txt file the text is in separated line.)[code]...
View 2 Replies
Aug 21, 2011
I'm in the need to fill a FlowLayoutPanel with about ten flashmovieplayer activex, but this not the trouble...
The trouble is that i'd like to load each flashmovieplayer movie path (with the commands movie or loadmovie) in the backgroundthread running and not in the form thread...
View 3 Replies
Nov 2, 2010
imdb scraper for my movie organiser. Ok so how do you scrape movie ratings from imdb from a movie title name.
View 22 Replies
Jan 4, 2011
I have files that start with unique numbers and are word documents. Say the document starts with "1234567" is there a way to make the OpenFileDialog filter to where only all the .doc files that start with "1234567" show up?
View 2 Replies
Jun 8, 2011
Now all went well about from using the structure correctly. The working of the structure was perfect. How ever i missed Two important issues. The structure needed a fixed size of 10 items (9 in programming terms starting from 0) And also out of the 5 items allowed to be chosen as one of the member types for the structure a limit of 5 items of that particular type.
[Code]...
View 9 Replies
May 19, 2010
how this will be: I want to add movie clip (.avi or .flv or .swf) into Form and when the movie ends to show the button (visible=true) ?
View 3 Replies
Sep 1, 2009
I want to capture a video of my screen with vb .net, and i'd like to avoid using directx. I found a tutorial here url... but it resulted in the program instantly crashing, i think it was designed for .net 1.1;
View 1 Replies
Dec 26, 2009
how to change the frame per second of a swf movie in vb?
i have a text box for user to input their fps but now i don't know how to set the fps of the swf movie in vb..
AxShockwaveFlash1.fps = 10
View 1 Replies
Sep 6, 2010
how to create a movie player by using visual basic?
View 3 Replies
Dec 3, 2009
I am trying so that when the webbrowser has completed, It gets a SWF flash into a shockwave movie. Things i've tried.
[Code]...
View 2 Replies
Jul 31, 2009
How can I insert a movie using VB 2005?
View 1 Replies
Dec 5, 2010
i'm making a fansite for my int10 project (i'm in grade 9 though) and i got some animate sprites from the topic game that i'm doing the program for. right now i'm not sure how to do this, so do i need to use that animated control in found in COM or something else, and what format should be in? note this is in vb 2008
View 5 Replies
Apr 12, 2004
Is there a way to put a flash movie in Visual Basic. If not is there a way to put html in vb.
View 4 Replies
Feb 1, 2009
I was searching this forums about how to play an SWF file in a VB 2008 document, But i cant figure it out. When i place an Flash Shockwave Object it gives me the error
[code]....
View 14 Replies
Jul 25, 2011
How to store the pictures and Movies in sql-server 2008 database
I want to make a database with pictures and front view as vb.net using Website.
View 1 Replies
Feb 29, 2012
I wants to check a logo (like BOEING, TOYOTA, CAA etc) in a movie clip (AVI, MP4 etc) & then count the number of appearance in that movie clip. Also information needed that on which frame(s) logo appeared. But I've no idea that how it can be done by VB.Net.
View 6 Replies
Aug 13, 2010
I have been looking for the code to convert multiple Jpg, jpeg or bmp image files to avi , wmv and quick time movie file format, I have been searching for this but could not find any source code or examples but i did found the reverse of it (converting Swf or flash to image file).
how to do this in vb.net without using any third party dll's or programs.
View 1 Replies
Sep 18, 2009
I have been looking for the code to convert multiple Jpg, jpeg or bmp image files to avi , wmv and quick time movie file format, I have been searching for this but could not find any source code or examples but i did found the reverse of it (converting Swf or flash to image file).
Any one knows how to do this in vb.net without using any third party dll's or programs.
View 2 Replies
Mar 24, 2010
how can create a windows move maker like application in vb.net....
if we want to create a media player than we can i add windows media player in our forms is there any way to add windows movie maker in our forms...
View 1 Replies
Oct 14, 2009
Now i have this Shockwave component in my formBut how to select a movie to thisregardsalvinALK
View 1 Replies
Jul 22, 2009
As part of test automation framework building, I need to record the activities done by the user in a video. Since I could not find a way to record a video directly in vb, I opted to capture a sequence of screen shots (print screens) and then convert it to a streaming video.
View 4 Replies
Jan 19, 2011
I have a quicktime control on my form for playing movies. I would like to be able to rotate them by 180 degrees. It can be done in quicktime pro so it must be possible but I can't find any examples beyond simple movie players. Anybody done this?
View 4 Replies
May 9, 2009
Want to make a movie rental program first part is for dvd's the other form is for blu rays(for blu-ray the price of rental is $5.00)This is what im thinking about doing on the dvd one
1. first it lets you select the movies you want new releases are $3.25 and the rest are $1.25*here i want to use check boxes for the new release and radio buttons for the rest of the moives *note: have to use one type of decision structure (if, if...else...or select cases)
2. As you select the moives it display the amount of movies selected in a label
3. now you click the rent button then
4. type in your 16 numeric numbers of your debit card (use a input box here) and * if it is a debit card and its 16 numbers long display = enter 4 number password or 4 digit pin number
5. if it is not display a message saying it must be 16 numbers long and a debit card or numeric *use error cathing and input validation
6. then let the user enter the 4 number pin for the debit card
7. if the pin is 4 numbers then display the total in a list box display total and the due date of the movie (don't know how im going to display due dates) * Note two other things i must use a procedure or a function and passing of arguments by reference or by value in procedure or fuction. "no late fees kinda like netflix" I got the part on how two diplay the total but dont know where to use the decision sturctured or the repetition structures the use ref procedure or funciton or passing arguments by ref or by val in my procedures or functions thats the only part im lost and i was thinking instead of using radio button or check boxes for the movies like selecting them i was thinking of using a drop-down combo box instead?
View 12 Replies
Jan 31, 2009
I am making very simple movie editor. I can do the rest except from making a timeline and a area to keep the video in like Windows Movie Maker.
View 1 Replies
Oct 4, 2006
im still working on my DVD Player.. but ive run into some problems..I want to implement a trackbar (any way to make the background transparent btw? Really ruins my design), and im wondering how i can make it track a DVD movie progress? I Havent used a trackbar before, and im having some troubles finding any good documentation on it. So anyone? (using the MSwebDVD component)
View 16 Replies
Nov 4, 2010
I was working on a project afew months ago and I came back to it and been trying to figure out how come I cant get this to work right.I cam across this site and did not know if this is how to show it but if anyone like to help me out I added a pic. [code]
View 2 Replies
May 27, 2011
I've used the shockwave flash com object to embed my flash file. I have buttons you can click on within the flash movie. Is it possible to get flash to notify my winform app which button has been pressed. It's developed using actionscript3. I'm using the latest vb.Net.
View 2 Replies
Jan 5, 2010
I made a program that makes screen shots and I want to turn the final project into a movie file.
View 2 Replies
Jan 8, 2011
I want to put a flash movie in my vb.net form as a form background. i want controls like buttons and labels on top of that flash movie.
View 1 Replies