Creating A Multimedia Application?

Mar 2, 2011

create a small multimedia application using Visual Basic.net 2008. What i need is for this application to pull information from a webpage.

View 9 Replies


ADVERTISEMENT

How To Create A Multimedia Aplication

Mar 25, 2010

how to create a multimedia aplication like media player, video layer, etc. using visual basic?

View 2 Replies

Simple Multimedia Player Algorithm?

Aug 6, 2011

I've just recently started using VB.Net 2010 Express edition and Windows 7 Home Premium x64 and I'm trying to write a simple multimedia player. My algorithm is: Simple mutlimedia player algorithm: 1. Create a form with three listboxes (one for accessible directories, one for accessible files, one for INACCESSIBLE directories and files), a drive combobox (for a list of drives). A textbox for holding the file extension. A 'start search' button to initiate a search for the files. 2. Form load populates the comboBox with a list of all logical drives that are of type fixed and are ready. 3. The user selects a drive to search using the comboxBox. 4. The user enters a file extension in a textbox. 5. The user presses the search button. 6. The computer searches all directories starting at root for any and all files matching the file extension. The allowed read access directories are added to a listbox of directories. The allowed read access filenames (i.e. the full path of each individual file) are added to a listbox of filenames. 7. Once the files listbox is populated, clicking on a file in the listbox passes the full path of the selected file to another form which is opened and shows the ID3 v1 tags of the file in textboxes and also the obligatory open, play, pause, stop and close buttons. Plus an Edit Ok button which gets enabled if the user edits the ID3 v1 tags. 8. The sequence for playing the file is: open, play (then any of pause, play, stop), close - note that close also stops the file first if it is currently playing then closes it. 9. The user closes the playing form and goes back to first form (i.e. the search form). 10. Closing the search form exits the application. Ok I can populate the drives combobox no problem. I can get a list of directories ok I can't (and believe me. I've tried 100's of ways) seem to get a filelist of all the files in all the directories [starting at root] that match the criteria - that's the bit I keep getting stuck on. I keep getting an unauthorized access exception. Trapping that exception doesn't seem to do anything useful as I can't continue the search loop (OR get the filename that is causing the exception and add it to the files listbbox) - and so can't get any filenames. BTW I can open, play, pause, stop and close any given mp3 file (with a correct path) no problem using the Win32 API.

I know I've d/l a couple of file listers but they are/seem highly complicated for what should be a very simple task. In good old DOS, it would take a line or two of using the DIR or Tree commands to find the files so I can't believe that it is so hard to do in VB.Net It seems [to me] that Directory.GetFiles(searchpattern, startdirectory, option searchFolderDepth) doesn't properly work due to the exception which arises from the unathourised exception event (and which it then seems to be impossible of getting the filepath and then continuing the loop by simple exception handler code).

View 1 Replies

Compatible Signature Error In Multimedia Player?

Aug 30, 2011

"Method 'Private Sub Player_Control_PlayPause_Click(sender As Object, e As System.EventArgs, CurrentSong As String)' cannot handle event 'Public Event Click(sender As Object, e As System.EventArgs)' because they do not have a compatible signature. Form: MainPanel.vbLine: 21 Column: 177

My code is here:
Imports System.IO
Public Class MainPanel

[code]......

View 3 Replies

Create A Multimedia Sound / Video Converter?

Jan 18, 2009

I have been researching how to create a multimedia sound/video converter

View 1 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

Link Or Multimedia Object - Change "save Target As..." Text

Jul 27, 2010

I have a vb form with a browser on it, when the mouse is over a link and I right-click on it, the pop-up appears containing "open, open in new tab, save target as..., copy shortcut, and so on" and for other types, appears "zoom in, show all, quality, play, loop, rewind, forward, back and so on". So is ther a way to figure out what kind is object is that, something like:

[Code]....

View 3 Replies

Creating AIO`s - (All In One) Application

Sep 29, 2009

I want to create a AIO (All In One) application.

Heres an example of what i want to do , lets say each line of text on this image is a button that opens the the program when clicked

Also imagine that the pic below is a "Windows Form"

I know i can open programs by using the "shell (Program location) " code , but in want to be able to upload this AIO to rapidshare etc. for others to use on other computers.

View 11 Replies

Creating An Application?

Feb 24, 2009

I'm creating an application in vb.net.I wish to have 2 projects- one for GUI and the other for class implementations.(Its for the maintainabilty purpose i'm separating GUI and implementation.)I would like to call the class ct

View 2 Replies

Creating An ASP.net Application?

Feb 15, 2012

Actually I am facing issue in creating an ASP.net application.I have created a project in VB.net but now my seniors are saying that the code should be in ASP.net and it is taking hell lot of time for code conversion, designing and all other stuff.Actually I am not able to get all the functions and properties in ASP.Net since I had been working in ASP.Net for a long time.

View 11 Replies

Creating CRM Application Using .net?

Aug 26, 2009

I am doing a project on the CRM application which can sending or receiving of emails and sms. Most of the CRM application that has been build is using the web form which mean the application of the CRM is build as website. But the problem is that I am doing it in the windows application. The CRM application that I am doing is the the admin can send/receive emails and sms. It is some sort like microsoft outlook. but the difference is that in microsoft outlook it can only send emails. When i search the internet for the gateway, there is no free gateway. Is there any examples for sending or receiving of sms and emails. My group partner is doing on the emails which he uses the SMTP server.

View 1 Replies

Creating The CRM Application?

Jun 21, 2010

I am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received sms/email. I have search on sms in the internet but the problem is that it is using C# as I am using the vb.net language. Even though some of the research that i came across is in vb.net but the application did not work.

In my research, the sending and receiving of sms application uses sms gateway, AT command. But I am not sure which one to use becoz I am doing this application for my project. Hope for any recommendation on which one to use either the sms gateway or AT command or any other device. My lecturer said that my project is most likely like the M2U Mozat. Not only that I am doing the sms but also the email. The email part is done by my partner but the problem is that he creates the email using the SMTP server. How can using a SMTP server to create sms? It is because the part that I am doing which is the sms and the email to combine together.

View 2 Replies

Creating A Battleships Application?

Oct 21, 2009

i am kind of new to the programming scene, i am creating a battleships application and i want to know if it is possible to drag an image from a picture box, to another picturebox image at a specific spot in the image, like placing your ships? perhaps set the board as a background imagine, im working with visual basic.net for experienced programmers, and i ahve gotten the idea from the chess game they make,unfortunatly they dont mention dragging from one picture box to another.

View 2 Replies

Creating A Billing Application?

Feb 18, 2010

removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265

View 3 Replies

Creating A Console Application In VB

May 15, 2012

how to create a console application that asks the user to input his or her first name and last name separately. The console application will display a message that varies according to the user. Then combine the two names into a single string variable named fullName, so that they 'll output a full name.

View 4 Replies

Creating A Desktop Application In .net?

Jun 21, 2010

acctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized" so i m posting all my code here.

[Code]...

View 11 Replies

Creating A New .exe In From Current Application?

Jun 28, 2010

how to create a new .exe from my application. Basically I have a form with a textbox and a create button, when I hit create I want to create a new .exe with, well whatever code I want for example MsgBox(text1.text). So when I run the new .exe I get just the message box with the text from the previous application.

View 5 Replies

Creating A Portable Application?

Nov 6, 2009

I was wondering about the possiblity of creating a portable application in vb.net, not for anything specific - more out of curiousity than anything else. The only way that i have thought of doing this is creating an application, grabbing it out of /bin and it would save settings in a xml file or text document/whatever.

View 4 Replies

Creating A Skype Application In Vb?

Dec 5, 2009

creating a skype application in vb?

View 3 Replies

Creating An Application That Is Like An Alarm?

Oct 13, 2010

i am creating an application that is like an alarm, for example an item in my listbox is "2010-10-24" and the date in my label is also "2010-10-24".i would like to pop a message that there is a due paper in that date.my problem is my code below, it does not find the item in listbox and the label equal. i wonder what is the problem,

[Code]...

View 9 Replies

Creating An Application To Edit Hex

Sep 25, 2008

I need to make an application that edits the values in a file but it needs to be done in a hax editor can Im using VB 2008 Express Edition

View 1 Replies

Creating Email Application?

Oct 24, 2011

I am trying making a appliction that produce a invoice, its just a type of business application, in that i want to and form that contain a email sector divided on two tabs one to send email, and second to receive email (like to check my inbox

View 12 Replies

Creating New Application With VB Web Developer?

Apr 20, 2009

I'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load

Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader

[code]....

View 5 Replies

Start Creating An Application API In NET?

Mar 10, 2009

In the company I work for we have a desktop application developed in .NET that we like to open up some parts for other software developers.

I see it like some kind of public methods that other software can access. Is there any standard approach, best practices or other experience of this?

I guess you could do this with Win32 calls, C/C++ programming etc. But I'm mainly a .NET developer and have some years of experience programmming in mainly VB.NET but also some C#. I hope finding a way to do this within .NET. But it should be accessible for software developed in other languages.

View 4 Replies

.NET: Creating A Chat Application For Forums?

Jan 7, 2011

I own an online forum:A host server with MySQL database support, domain name, and, MyBB forum software.I want to create an application that will let my users log in, and, well, chat.But I am clueless. What do I need? I have my own database online and host and everything so... What is a good start?

View 1 Replies

C# - Creating A Chat Application With Azure

Apr 14, 2011

What I need to do is create the server side for a chat application that will run on the iPhone, Android, Blackberry and web browsers. To do this I am thinking of:

[Code]...

View 2 Replies

Creating A Console Application With Calculations?

Sep 13, 2009

I am having trouble creating a console application with these specifications:

* Declare variables named HoursWorked, HourlyRate, GrossPay, and NetPay, each having a data type of Double.

* Read values for the hours worked and hourly rate.

* Write the statements to multiply the hours worked by the hourly rate to calculate the gross pay. Calculate the net pay by multiplying the gross pay by 0.80.

* Display the gross pay and net pay (formatted for currency).

This is what I have so far:

Sub Main()
Dim HoursWorked As Double
Dim HourlyRate As Double
Dim GrossPay As Double

[code]....

I don't exactly understand what it means to "read the values for hours worked and hourly rate". Does it have something to do with "Read Line"?

View 4 Replies

Creating A Server Client Application

Jan 21, 2011

First of all, I want to say sorry if this is not a correct forum. I have built several standalone applications up until now. But now I need to create a server client application, the only database is on the server. The application itself is installed on all the client computers but not all of them are granted the same level of access to the database.

[Code]...

View 13 Replies

Creating A Trial Version Of VB Application?

Sep 25, 2010

I created an application in vb.net using visual studio 2010. I want to create an installation file of the application that will not be free with a license so I want to create a trial of 30 jours.

View 2 Replies

Creating An Application For Friends Business?

Aug 18, 2011

his running an XP network and wants to put some real-time monitoring in place on his staff and what they're doing.

View 13 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved