Make An Application That Actually Listens To Real FM?

Apr 20, 2011

Is it possible to make an app (with VB.NET or any other language) that actually listens to real FM? not internet radio, or XM Radio, or any of that, but actual (Signal) FM radio, the type you listen to in a car or with a radio? if it's possible, is there any special hardware that's needed? I mean, if i wanna make it will all the consumers be able to run it? or only a selected few? Im sorry if this question is too long...

And is radio dead now or is that what people say? Am i the only one that stil listens to radio?

View 2 Replies


ADVERTISEMENT

GetAsyncKeyState - Make A Program That Only Listens To A Few Keys That The User Presses?

Dec 15, 2009

im trying to make a program that only listens to a few keys that the user presses, and if one of them is pressed, it carries out a specified command.for example, right now,i found a keylogger that could carry out my command, but id rather use something else if possible. right now, i have a timer running this:

For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)[code]....

Then, in the textbox1_textchanged, i search for like if textbox1.text.contains("M") or something.problem with this, is im pretty sure its a keylogger, and i dont want to have to have that. also, it does not work in vista.

Found a solution! (should have researched more throughly!)
Option Strict On
Imports System.Runtime.InteropServices[code].....

View 1 Replies

Make Real Time Chart?

Feb 22, 2011

Make real time chart?

View 1 Replies

Make Antivuris A Real Not Fake / Remove It?

Dec 27, 2009

I want make a antivirus a real that can find everything iwant a tutorial that haves pictures how to do it

View 2 Replies

How To Make A Real Radio - Get A Headset And Plug It Into Computer

May 4, 2010

Today I wan't to ask you how I can make a real radio and here what i mean by real radio:

On the most telephon with touch or untouch screen have fmradio who search radio by using headset for antena. Is thera a way i get a headset and plug it into computer but in witch way i have to write the software.

View 4 Replies

Make A Program In Vb 2008 To Real All The Data Rs232?

Mar 12, 2012

Somebody know how I can read data from a device connected rs232?Im write it in a text box?

View 4 Replies

Real-time Application Communication Over A Network?

May 2, 2011

I am starting a new project in VB, a card game modelled to be similar to a real card game.

I have the majority of the program planned out and have even started coding parts of it; my problem comes with the networking.This is a real-time card game (not turn-based) and I want to be able to play with real people (family mostly, so over LAN is what I'm after).

I have tried searching for code samples but I everything I have found seems more complicated than I feel is required for the task, introducing a lot of new concepts and not explaining them.

What I'm after is a simple way to exchange the information in real-time, I don't care so much for efficiency (at the moment) just ease of use - though if I need to wade through a heap of documentation I will. A perfect answer would tell me what the names of some of the controls/methods that would be appropriate are, even if it just re-affirms a bit of the complexity, you do not have to detail anything if you don't want to I just feel a bit at loss as to what exactly it is I am looking for!

View 3 Replies

Create A Program That Just Listens To A Range Of UDP Ports?

Mar 19, 2009

My goal is to create a program that just listens (no locking, no blocking, just listens) to a range of UDP ports (coming in via the internet) on my local machine and copies the traffic to a richtextbox.I have various programs that say they use the ports and I simply want to listen to what the ports have going through them, I need to make sure that the messages are still processed by the applications that they are supposed to be as well.I will NOT be sending anything. Here is the code I have so far, and yes I know I only have it on one port for now. Figured get one to work then worry bout the rest!

Option Explicit On
Option Strict On
Public Class Form1[code]..........

I have recorded as using this port is running and receiving messages...

View 1 Replies

Create Application That Can Download The Real-time Data?

Jun 15, 2011

I've use VB net to create a application that can download the real-time data from a device for every second. Now I want to upload the data to a website in real time. (So some who is far away, can also check the data through the website)

View 3 Replies

Make A REAL Key Generator - Program Code To Building A Working Keygen ?

Jun 24, 2009

I've been trying to create a working keygen for three months and I havn't figured it out. I first inserted two buttons and named one "Generate" and the other "Exit" and then I put in a textbox. After that I put in the code and debugged it every time I pressed the Generate button a 0 just popped up in the textbox. my code is below.

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[CODE].....................

View 1 Replies

Create A Windows Service That Listens To A Port For Data?

Sep 17, 2009

I'm experiencing a weird problem. I need to create a Windows service that listens to a port for data. The data is comma separated, so I need to split it up and just write a few of the separated values to a file. This is a brief summary of my code:-

Do While True

tcpClient = tcpListener.AcceptTcpClient()
networkStream = tcpClient.GetStream()
Dim bytes(tcpClient.ReceiveBufferSize) As Byte

[code]....

Now the above code works fine. But suppose I just want to write only (2) to file i.e 2 of the comma separated values, problems arise. This is what happens:-

If I include both lines (1) and (2), output file = lines (1) and (2)
If I include only line (1) and comment out (2), output file = line (1)
If I include only line (2) and comment out (1), output file = BLANK ???

View 2 Replies

Destroying Class Instance Which Listens For Http Connections?

Sep 3, 2010

disposing http listening object when program closed which located other file than my main form.I am starting http listener like this :

Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
WebServer.Main()
Klasör = "C:UsersSalihDesktopWebServerWebServerWebServerinDebugWWWRoot"
Sayfa = "index.html"
End Sub

View 1 Replies

Create An Application That Will Allow To Monitoring In Real-time The Screen On A Remote Computer?

Feb 18, 2009

I would to create an application that will allow me to monitoring in real-time the screen on a remote computer, I dont want to keylog, or control mouse,ot keyboard, just watch what they do at real-time.

View 6 Replies

Is There Any Real Advantage To Run A GC.collect After That Our Application Has Used A Large Quantity Of Memory Or It Is Just A Psychological Factor?

Jun 29, 2011

is there any real advantage to run a GC.collect after that our application has used a large quantity of memory or it is just a psychological factor?

View 17 Replies

Usage - .net Application In "Real World" Software?

Jan 6, 2010

I'm curious to know the spread level of programs coded in VB.net.I'm asking, because I coded in VB.net during my university years in aerospace engineering , because our informatics professor wanted us to do that and we learned at least a very basic experience in programming.So I coded a horizon finder as a project-work and asked a friend of mine, a student of informatics, and he really asked me if my professor wants to use this vb.net program on one of his satellites. (okay, even I don't want my program on a real satellite, even on this nano test satellite it was intended for :)). I replied, that I know, that he uses other vb.net stuff in it.he said, this vb.net is not used in real world's programmes and it is slower than other languages, and it isn't as flexible.he said, that there are other ways in crashing this satellite than using vb.net ;)

so I would like to know a rough estimation about the percentage of programs coded in vb.net as a software in PC apps AND in automation machines etc.

View 5 Replies

VS 2008 Make One Application Send A Task To Another Application / Receive Result From That Secondary App?

Apr 26, 2010

is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?

View 11 Replies

Make A Hidden Application - Close Unwanted Application?

Dec 5, 2009

I want to make a Hidden Application,my application Block Unwanted software or Application

View 13 Replies

Make An External Application 'child' Of Main .Net Application

Jan 23, 2010

I use SetParent to make an external application a "child" of my Main .Net application. This works fine.What I need to know is why can't I use Me.MDIChildren(0)I thought that using SetParent would increase the number of children by 1, thus allowing me to reference it with the above code, but it shows there are no children in the array.I have been trying, without luck, for 2 days to try to maximize an external app being displayed in my app. I can get it to display, but I would love it if it could Dock to the same size as its container (a panel)

View 3 Replies

Make The Application Adaptable To The Other Computers After Making Exe Application

Dec 14, 2009

I am making a exe application and i am using mysql as my database. So the thing is, when i change to a new computer, i need to change the file path for the database connection string to that computer.

like below:

Dim connectionString As String = "Data Source=----------SQLEXPRESS;Initial Catalog=Flexlink;" & "Integrated Security=SSPI;"

i need to change the data source = --------------- SQLEXPRESS to the computer name that i am using for my project.

May i ask is there any method such that the user dont have to go in to the source code to change the computer's name like those normal installer?

Just install and the application will run according like any exe file that we buy.

View 1 Replies

MD5 Verifier - Make An Windows Application Or Just A Console Application

Aug 11, 2009

Okay so basically I want to see if I can make an windows application or just a console application in VB.NET that will verify an MD5 Checksum. I have no idea how to start this out, but I have the ideas of what I'd like to make it.

[Code]...

View 14 Replies

Reference Application.ThreadException In Application To Make An Addhandler?

Mar 22, 2011

I have been trying to reference Application.ThreadException in my application to make an addhandler, but I also am using imports growl.connector which has a growl.connector.application method. When I create my addhandler:AddHandler Application.ThreadException, AddressOf ThreadExceptionHandler

And I get "ThreadExecption is not an event of 'growl.connector.application'"

View 2 Replies

Skype4COM - Make A Skype Application Using VB - Application That I Call You?

Aug 27, 2010

I'm going to make a Skype application using Visual Basic, I use them "Skype4COM.

Below is a link on the page somewhere in the middle Skype4COM. It is the DLL that I use.

But my question is, how can I in my application that I call you? Not that you're on the phone but if someone phoned you before you've pressed record.

View 2 Replies

Make Application Working Better And Never Freeze / Make Application Working With Any Count For Loop Without Freeze

Jan 19, 2012

I'm using loop to read data from sql and then make some calculations then save it again to another table but when application loop for 3 or 4 times it's freeze but the job is done but if loop = 10 or more then it is freeze and hangup for long time .i need to learn how to make my application working better and never freeze and make application working with any count for loop without freeze .

View 7 Replies

Make A Code That Sends One Application Or Program In 1 Core And Other Application In Other Core?

Jan 29, 2010

I'm using VB 2008, and I have a dual core computer.Is it possible to make a code that sends one application or program in 1 core, and other application in the other core?

View 1 Replies

How To Get Real IP

Feb 25, 2011

How to get my real IP using vb.net?

View 3 Replies

Cannot Add Real Player

Jul 7, 2009

I have problem, when I add Real Player in form. This one..

This is a problem...

I reinstalled real player , and nothing happened , the problem still with me.

The VB in the attachment....

View 6 Replies

Convert Integer To Real

Sep 4, 2009

I have written a VB (6.0) progam that pulls data from a Comm Port. I get two bytes back everytime I real the data (i.e. FF E1).Does anyone know how to represent this as a Real number (or floating point)?

View 5 Replies

Cannot Add Real Player In Form

Jul 10, 2009

My Program is Visual Basic 2008 professional..I have problem, when I add Real Player in form.url...When I add Real Player In the form, I cannot open the form, and it comes this error.url...This is important information..My laptop is HP, and I have vista 64 bit.I have new version of Real Player.I added the Real Player to form from here,,url...How can open the form with Real Player?

View 4 Replies

ConnectionString On Real Website

Jul 29, 2009

How does a real life connectionString look like? I my sample application, I have this in the app.config file:

[Code]...

View 9 Replies

ConnectionString On Real Website?

Jan 16, 2010

ConnectionString on real website

View 1 Replies







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