Building A Application That Plays Internet Radios?

Apr 9, 2011

im building a application that plays internet radios, and im stuck at one place, so i want it to be possible for the user to be able to add their own radio stations, i have a form for that, has; text boxes for the; name and for the URL, and a button to save it to the listbox called "User Radio's", now here is the problem, should i use a database where i store the preset radio's + where the user will save their radios or how exactly do i save this? i also need help with playing the radio station that the user saved in the listbox, and how will i play the preset radio's that are saved in database, populate the listbox from the database?

View 3 Replies


ADVERTISEMENT

Application Building Name AV - Change My Application Name To Game1

Aug 26, 2009

Alright im trying to change my application name to Game1. I changed all the properties and i still cant find why its still showing this.

[IMG] [URL]

View 4 Replies

Building A CRM Application?

Jun 21, 2010

I am doing a project on the CRM application which sending and receiving sms using the vb.net language. I am no where to conclusions of my project because I could not build the application. I have found many examples but the problem some of the examples some uses the sms gateway or the AT commands. I could not differentiate which one to use? I have a dateline to finish this project of mine.Most of the example does not look like a CRM application.

View 2 Replies

C# - Application Framework Building

May 17, 2010

I was looking to build a Data Access Layer for my new web based application, I'm using ASP.NET. I'm want to build a framework not only for this application but also want to utilize it for my future projects.

Actually my main aim is to make a framework, from DAC, DAL, BL to GUI. I want suggestions from you guys that what should i adopt, what give me flexibility, which suits for both small and large size applications.

View 4 Replies

Building An Application Which Uses Multiple Screens?

Jan 12, 2012

In the very near future I'll have to develop an application that uses multiple screens.

So I'll give you a practical example:

I have 4 screens where different pricing infomation is being displayed. At any given time, I have to show a Promotion which is a single image that needs to be displayed across all of the screens with text scrolling across the screens.

Now I'm wondering what the best way would be to achieve this.

At first I was thinking of using one form and to stretch it across 4 screens, while I create 4 'areas' on the form that represent a screen. However when you extend a form this big I'm afraid the text is going to look horrible.

Then I was thinking of using 4 forms and split up the image into 4 different images which are displayed on the different screens. However to get a scrolling text right on 4 different forms, that's going to take some trial and error.

how I can achieve this form of digital signage?

I want to use VB.Net unless this would seem impossible and I have to use other software?

View 1 Replies

Building An Application With VB 2005 With Sql Server?

Sep 23, 2009

I am building an application with VB 2005 with sql server. I am using a listbox to populate items from the database. The listbox Sorted property has been set to True and also the query uses order by clause on the Name field. The items in the listbox look like

Bean
Began
Cat
Category
Detail
Delta

MY problem is when the user tries to select an item, say Detail, having focus on the listbox, when pressing the keys D the item Detail selects but on next key e, it goes on to the Item starting with E. (in vb6 listbox property Sorted = true would solve this problem, which i am not getting with vb 2005/2008)

So, how can i achieve the multiple keypress on the listbox (without using any textbox to select items) to select the typed items in the list.

View 5 Replies

Building A Large Application Using 3 Tier Architecture

Feb 8, 2011

Building a large application using 3 tier architecture in vb.net. Question: I am a vb.net developer. I have developed small and medium size application with 2 tier architecture. Now I am going to develop a large application. I have decided to develop that application using 3 tier architecture. So I studied about 3 tier. Now I know how what is 3 tier and how to develop a simple application. And also I studied about .Net Remoting and Web services. In my project, 7 modules are available. Each module has 3 layers. How can I manage in a Single Solution?

View 1 Replies

Building The Application For A Pc In A Students Home With About 10 Users?

Jul 15, 2010

I want to build an application that checks every second for certain windows and then react according to that.

My Goal:I'm building the application for a pc in a Students Home with about 10 users. To create 10 different user accounts for windows will be annoying and crowded, because new people come in every year(or couple of months) and then old accounts have to be deleted and new ones created.

I want to build an application that accepts folderPaths or window names.Lets say user1 creates a folder with the name "Susan" that she wants to protect (her personal files/picture/work will be stored there. She opens the application, selects the folder. The application saves the folder path and her password that she enters.

If the application detects that a user is trying to open/move/delete/copy/whatever that folder, the app must pop up a password box. Correct password gives her the freedom she wants, wrong password just ignores the open/move/delete/copy/whatever command.

View 4 Replies

Asp.net - Ways To Reduce Application Building/debugging Time?

Oct 2, 2010

My new office project is based on an MVP design and is in VB.NET (.NET 3.5), using multiple libraries (like EntLib, internal corporate framework, etc.). The number of DLLs used as references is so huge (almost 50) that when I try to build/debug the application in VS2008, it takes almost 3-4 minutes to get the website running successfully.

Wanted to know if there are any settings/areas which upon some modifications can help me reduce the build time? and what exactly can be the major reasons behind this long loading duration?

View 1 Replies

VB 2005 Express - How To Run A Script Automatically After Building My Application

Mar 22, 2009

I use VB 2005 Express @ home for developing stuff. I am wondering if anyone knows how to run a script automatically after building my application. When I click build I want it to compile my InnoSetup installer and also zip up my executable + readme.txt file into AppName-version.zip. Right now I manually do it, and it's not that big of a deal, but if I am just wondering if it's possible. I think I can do it with full VS, so I will check it at work, but I am wondering if I can write a plugin or something if VB2k5X doesn't have an option do it already built in.

View 5 Replies

Building Distributed Application - Automatically Store Data Into Server?

Nov 9, 2011

how to work with distributed application in vb.net that automatically stored data into server? How to configure to ensure the consistency of data being stored.

View 6 Replies

DB/Reporting :: .Net/Oracle Application Best Design When Building Sql Command Parameters

Oct 2, 2009

Currently working on a web-service with Oracle10g as back-end. Here is my problem.

1. The table I need to populate has 100 columns. I have no control over the design of the table.

2. I wanted to use the "deriveparameters" method of OracleCommandBuilder, but found out that this is "costly" in terms of performance. What I initially planned to do was to derive the parameters from an open connection, close the connection, then maybe cache the parameters obtained but I don't know if this is possible.

I am unsure how big of a hit the performance will get if I continue using the "deriveparameters" method WITHOUT caching the parameters driven. The environment is as follows

-intranet
-around 2000 users
-users spread out in different parts of the country

I am not familiar where they will put the web pages of the application, the web service and the database. I don't know if they'll be putting it in different servers or on one server, but that's something we cannot control too, that's why I am looking for the best approach.

I just don't want to hard-code all that parameters and if, for instance, we need to change some properties/parameters, it will be a pain to maintain the code. It would be nice if someone here can point a way to automate the whole thing w/o the performance of the system taking a hit.

View 3 Replies

VB 2008 Form Building Error - File Download Application?

Jul 22, 2011

I designed an application to download a file from the Internet onto a selected location on the local computer. This application too, has a form-building error.Debug Error Message: An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object.

[Code]...

View 1 Replies

Asp .net Communicate To Application Using Internet?

Apr 17, 2009

I have a problem I have a project that needs to have a communication of asp .net to vb .net my project is i want to access or control(like a remote control) the vb .net application(server) using asp .net(client side) asp .net is like a remote control and the vb .net is the application that needs to control i need to use internet to do that.

View 1 Replies

Chat Application Over Internet?

Sep 16, 2011

I'm trying to make online chat..I saw 2 P2P tutorials:url...both are great tutorials, but they work in LAN only with addresses and ports given.if anybody knows which port and address could I use with this ideas and go to internet.

View 2 Replies

Open Internet From .net Application?

Jun 3, 2011

I have an application that will take in specific details from the customer and generate a URL address with query string items.I need to open up an internet window that will navigate to that URL?

View 1 Replies

Open Internet From Application?

Jun 23, 2011

I have an application that will take in specific details from the customer and generate a URL address with query string items.

View 5 Replies

Run .net Application In Internet Explorer?

Apr 18, 2010

i have a Developer. have devloped application in vb.net. Now my customer says he wants to run that application in internet explorer so that can meet lots of customers for him. how can i run vb.net application in internet explorer?

View 1 Replies

Can Proxify Application's Connection To The Internet

May 1, 2009

is there a way I can proxify my application's connection to the internet??

I want it to be able to select a random proxy from a list of proxy IP address in a text file.

View 1 Replies

Get An Application To Check Internet Connectivity?

Jan 10, 2012

I need my application to check for internet connectivity on my user's computer. If there is, an image is displayed and if there isn't, a different image is displayed. Here's the code I used to get this to work:

Private Sub Window_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded
If NetworkInformation.NetworkInterface.GetIsNetworkAvailable Then
Dim bi1 As New BitmapImage

[code]....

I decided to test this on my own computer by changing my default gateway (thereby making it seem as if I lost connection). But I realized that the code still showed that I was connected. So I'm thinking that it's only checking for connectivity of the interface - which in this case, is my connection to the router (which is true, I was connected to the router).How do I check that the user's PC is actually connected to the internet? I read the article Check for Internet connectivity but it's in C# and I don't understand that.

View 1 Replies

Get Internet Time/date To Use In A Net Application?

Jul 17, 2009

Is there a quick and easy way to get internet time/date to use in a net application?

I need it for creating a 15 day trial application, if i use local time/day user can simply change date before install and revert after. Using internet time i can simply add 15 days to it. VB.NET to C#

[URL]

View 2 Replies

Interfacing A .Net Application On The Internet Using Php/&MySQL/?

Aug 16, 2009

i'm developing a vb application and am intending to offer the functionality of that application on the internet as a service , how do i do that?

View 5 Replies

Properly Publish An Application To The Internet?

Jun 11, 2010

how to properly publish my application to the Internet, so that i can upload the new version, and upon opening, the application will replace the existing one with the new version?

My.Settings("Notepad") = TextBox2.Text
My.Settings("Notepad") = TextBox2.Text

When i run the application, that pops up in yellow with an error message, how do i fix it. I'm looking at creating an IRC client that's embedded in my application. If you are able to create it even, you will be given credits, and are able to do whatever you like with it (I'll be determining its size and positioning inside my App of course) You need to be able to CHOOSE your Channel.. the client will be connecting to the Swiftkit IRC server.

View 2 Replies

Proxify Application's Connection To The Internet?

May 4, 2009

is there a way I can proxify my application's connection to the internet??I came accross System.Net.WebProxy. Here is what I have with it so far:

Dim pr As New System.Net.WebProxy(proxy)Can I set the value of proxy to equal something like 127.0.1.2:80 or do I need to split it into the address and port?Also how do I force my application to connect to the internet through that proxy? Because this is ithe part that is really baffeling me.

View 4 Replies

Background Music While Sound FX Plays

Dec 27, 2011

Ive been wondering how to do this in Vb easly for awhile but Ive found no real solutions. So far everythign in Vb has a easy way to accomplish a goal from what I've seen. So I'm hoping someone will have a simple solution to this question. I'm making a simple game and I want background music to play in the background. An I want sound FX's to play with out stopping the background music from playing. Best thing I can think of would be a loop but every time I play a new sound, it stops the other sound. So how would I accomplish this task?

View 1 Replies

Set My Computers Volume To Max Before It Plays The .wav File?

Mar 31, 2012

ok so i have a program that uses speech recognition reference and my voice, so when i say fire the computer plays a soundplayer.loopedplay or something like that and i want the program to set my computers volume to max before it plays the .wav file,

View 9 Replies

Make An Application That Loads Images From The Internet?

Aug 8, 2007

i am trying to make an application that loads images from the internet (from my FTP Server).The problem is that when i want to change the image by selecting another image from a ComboBox control my application becomes non-respondive.When the image is loaded the application works properly again.

I tried to move that in a separate thread so instead

[Code]....

View 10 Replies

Application To Go Back / Forward On Internet Browser

Sep 9, 2011

I want to make application which will go back and go forward on internet browser in program.
I want: When I will click button1 then internet browser go back and go forward and so on all time. Click(button1) --> GoBack Browser - here must be break - 15 seconds --> GoForward Browser --> do it all again and again.

I do only it:
Public Class Form1
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
End Sub
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
[Code] .....

View 15 Replies

Apply Patches For Updating .NET Application Over The Internet?

Jan 26, 2012

First of all, I hope my intention is not missconcept.I would like to add an update from the internet mechanism for my newly VB.NET application.The idea is simple. That is, I ZIP all of the binary that need to be changed, upload it in my own hosting site, and download it using my Update Application, extract and overwrite the existing binary.

It works, quite well. But the problem is, the size of the binary itself is quite big (around 36MB). I am thinking of patches. That is, can we upload only the patch file, it surely make the download small isn't?

View 2 Replies

Asp.net - .Net 3.5 NameSpace - Server Error In '/Internet/bm2/bm2' Application?

Feb 3, 2011

Got an asp.net 3.5 app - compiles fine, but when browse to page I get the error below. Searches for this all seem to indicate it is a namespace problem, but all of my pages seem to declare the proper namespace.

[Code]...

View 2 Replies







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