G
GrantSTaylor
Hello all,
I'll start by saying that I am relatively new to Visual Basic, so I
apologize in advance if this is a stupid question, but I haven't found
any information on this anywhere else on the web.
I'm writing a program that will play several different videos clips,
but there is a noticeable delay when I have the program wait until the
videos are needed to load them. I'm trying to figure out how to load
all of the video files into the system memory when the application
first starts up, so there is no delay later (or at least minimize the
delay). Can anybody make a recommendation on the best way to do this?
Also, how can I determine how much information I can load into memory
without overloading the system?
I'm using Visual Studio 2005 Professional Edition, and the Windows
Media Player COM component to play avi videos.
Thanks,
Grant
I'll start by saying that I am relatively new to Visual Basic, so I
apologize in advance if this is a stupid question, but I haven't found
any information on this anywhere else on the web.
I'm writing a program that will play several different videos clips,
but there is a noticeable delay when I have the program wait until the
videos are needed to load them. I'm trying to figure out how to load
all of the video files into the system memory when the application
first starts up, so there is no delay later (or at least minimize the
delay). Can anybody make a recommendation on the best way to do this?
Also, how can I determine how much information I can load into memory
without overloading the system?
I'm using Visual Studio 2005 Professional Edition, and the Windows
Media Player COM component to play avi videos.
Thanks,
Grant