Embed Videos Into Program?
Jan 21, 2011
I was wondering if it is possible to embed videos into a Visual Basic program and how I should do it. I'm pretty certain it is possible since you can import files and read them, and even play audio media
View 1 Replies
ADVERTISEMENT
Sep 2, 2008
Is there no longer an easy way to play videos with VB2008?Use to be easy with VB6, but everything I can find in Help for VB2008 says Vista only.Do XP and Win2000 users have to use VB6 to build apps that incorporate video?
View 18 Replies
Jan 7, 2010
Is there a control I can use to embed another program into my app? I want the other program to have full functionality, but this be inside of my app.
View 2 Replies
Mar 3, 2009
I am looking for information on the best practices or project layout for software that uses SQL embedded inside VB.NET or C#. The software will connect to a full SQL DB. The software was written in VB6 and ported to VB.NET, we want to update it to use .NET functionality but I am not sure where to start with my research. We are using Visual Studio 2005. All database manipulations are done from VB.
Update: To clarify. We are currently using SqlConnection, SqlDataAdapter, SqlDataReader to connect to the database. What I mean by embed is that the SQL stored procedures are scripted inside our VB code and then run on the db. All of our tables, stored procs, views, etc are all manipulated in the VB code. The layout of our code is quite messy. I am looking for a better architecture or pattern that we can use to organize our code.
View 4 Replies
Aug 21, 2011
I have a program that calls an executable, lzma.exe, to compress a file. lzma.exe also requires about 5 dll's. Is there any way I can embed lzma.exe and the 5 dll's into my program, so that they are not retrievable by someone?The reason is, if someone finds the lzma.exe, they could easily reverse-engineer my program and offer it free, putting me out of business.
View 5 Replies
Mar 17, 2011
I just want to ask a question on how i could embed a program into my vb.net form. To be specific I just want to embed the barcode39.exe into my vb.net form. how can i do that?
View 2 Replies
Dec 17, 2010
I would like to embed an RTF file that can be chosen with the OpenFileDialog control into my form.
View 11 Replies
Sep 26, 2009
How to Embedding visio to VB.net ?
or any component can easy embeded to vb.net ?
View 7 Replies
Jun 11, 2010
I am trying to embed a TrueType font into my program as a resource.I've tried many different methods, and then tried some I found online... nothing works. I want to have a .ttf file in my program, and I want to have a textbox be able to use that font.
View 6 Replies
Feb 3, 2009
I remember long time ago (though I have not done it for eons by now), that I can embed MS Notepad into a program of mine in VB6. I am now programming using VB2005, and I have a need of a simple drawing tool inside my program. I am wondering if I can embed MS Paint into a VB2005 program?
View 3 Replies
Sep 4, 2009
put embedded word 2007 documents onto my VB.net 2005 program that i am designing but i keep hitting a brickwall.
View 1 Replies
Sep 24, 2009
I want to play a video on a VB form but not sure how to go about it All I want is to play a video that takes up the whole form and make a button that plays it
View 3 Replies
Mar 6, 2009
I develop on my 64bit system, and the problem with that is, flash does not support 64bit browsers, only 32 bit, is there a way to convert the browser i made to like 32 bit or something so it will be compatible with flash ....
View 1 Replies
Jun 9, 2010
I need a skeleton starter code for Database-Entityframwork-WPF app.Are the HDI videos of 2008 up to date regarding the VB code strategy? ie do I use context? should I use a view to move the records along?Do you basically write the LINQs the same as 2008, but leave off the "_" line continuation char? Is the data source the entityModel rather than the Database?(I realize the entityModel is generated from the Database.Also had errors trying to generate the Database from the Model. However, was able to generate the Model from the database. I looked at the examples supplied w VB 2010 re EF, but didn't note an example that would apply. Also, had difficulty in running examples.
View 2 Replies
Jan 12, 2012
Using the mciSendString command I am able to play avi, mpeg, mp3, etc. but I am unable to play mp4. Here in this web-site it says I can play any videos provided that I have the correct codecs. I am able to play mp4 using my other media players (eg. vlc player). How can I play mp4 videos or how can I make the MCI device auto detect the necessary driver type and play the videos ?
View 1 Replies
Jun 3, 2010
i m making an window application in VB.NET 2005 , i want to know how can i store videos and images in database--pls tell me of using ORACLE 10g or SQL SERVER 2005 or My SQL?
View 3 Replies
Apr 11, 2010
i have a media player in vb form...with 2 files in a listbox as a playlist now i want to create a fade between changing these files as a transition how can i do that...
View 1 Replies
Mar 26, 2009
I have some Python Scripts which I would like to use from my VB.NET class library however instead of increasing the amount of files that I distribute is it possible to embed the script into my project/dll in Visual Studio and then run the script from the dll during my program runtime?
View 2 Replies
Jul 15, 2011
I recently purchased a Dell laptop with Windows 7 Home Basic installed and installed my Visual Basic 2008 Express and Visual Basic 2008 Step by Step and have run into at least 2 different problems I know of. One is I can not view the videos from my Bob Tabor subscription and two I do not see the fonts the Step by Step book refers me to access in some of the practices.
View 1 Replies
Aug 5, 2009
how make simple Screan saver screan saver contain videos and images
View 5 Replies
Aug 12, 2011
Am I the only one missing components? I am using VB 2010 and keep trying certain tutorials on videos while learning, and I have now come across 3 components they show in the tutorial but are not in my list. The 2 I am most needing are
[Code]...
View 5 Replies
Aug 17, 2010
I'm looking to see if anyone has a good reference for a third-party add-in that will allow me to play .mp4 video files inside my program without a need to embed a web browser in my program.
I have no problem buying it (well that depends on the cost of course!), but I want that when I distribute it, I include their .dll files and it'll work on the user's computer without anything else needed.
View 5 Replies
Dec 6, 2011
having lot of problems playing a video on a form.Is there a better control for viewing videos than windows media player? For video resource files, what should the build action be? Will a form which has a 32-bit windows media player control on it work on a 64-bit computer?For some reason, the following code does not work:
If System.Diagnostics.Debugger.IsAttached() Then
strVidFilePath = System.IO.Path.GetFullPath(Application.StartupPath & "....
esources")[code].....
View 6 Replies
Apr 12, 2012
Is there a website that provides free teaching videos for DataGridView control.Luai Alrantisi, BSc in Computer Engineering, University of Ottawa 2007, Canada. IT Manager of MTN Mobile Telecom.
View 1 Replies
Jan 11, 2012
I am having a _ton_ of issues, and I am hoping some of you could clear it up...
1. OK So a while back someone showed me an example for fonts from resources, but I noticed if you close the window that it opens, The entire program shuts down... what can I do to fix it?Also, The fonts are not showing up on all computers, only this one....
2. I am trying to delete a image file, which the program downloads from the internet, and can change regularly, but when I try to delete it will not delete. It says its in use, and I cant figure out where.
3. I am trying to play videos using the following
vb
Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer
Const WS_CHILD As Integer = &H40000000
[code]....
Now, I have confirmed the files it is attempting to play are in fact valid video files. It refuses to play all but the last one.
View 3 Replies
Mar 6, 2011
How do I enable my weBrowser control to read pdf files and show flash videos? I want to also create an intepreter and compiler for the perl and php for a program without setting up a server or using my IIS server. How do I do this?
View 2 Replies
Jun 14, 2009
I need to store the Location, Size and WindowState of my application when it is closed, so that it can be re-opened in the same state later. I thought I could use simple coding and the Settings to achieve this, but I noticed the PropertyBinding of the Form in a tutorial and decided to see if I could use it.
[Code]...
View 4 Replies
Apr 5, 2012
I have a standard "class library" project with a set of classes that I use to import in almost all my new projects.
The way I work is creating a new Solution with an empty project, which is my main project, and then I add to the solution the mentioned class library project, this way I can see both projects in the Soluction Explorer and even see the library code or update it if needed. Then I write the code in my main project and I compile.
This lead me to have 2 files when I compile: file *.exe and stdlib.dll
Some cases I use the lib for very small tools that I want to redistribute in a easy and clean why, so I would like to embed the stdlib.dll generated from my class library project into my *.exe file.
View 2 Replies
Feb 19, 2009
i am going to write a wpf application that copies and retrieves pictures and movies in a specified folder/s.From a performance point of view is it better to use a single folder for all pics and videos or is it adivisable to create many folders?In other words is it faster to get a picture from a directory with many folder and few pic for folder or just one folder with all pics in it?
View 5 Replies
Feb 3, 2011
How to embed VB to asp.net so we could place our program on the net.
View 2 Replies