Cannot Connect To Capture Card

Jun 22, 2010

I have a multi input capture card (Composit, s-video, ...) and I developed a program with avicap32.dll in vb.net to connect to a webcam. But I can not use this program to connect to composite input of my capture card.It seems the capture card has a default input.

Firstly, How can I change the default input? because I want to connect to compsite input.

Secondly, is there another way to connect to my capture card?

I've been googling but I could not find any code for vb.net or C#.net. They are all in C++ and I could not traslate them to vb.net

View 1 Replies


ADVERTISEMENT

Capture Raw Signal From WiFi Card As Would A Sound Card

May 9, 2012

Is it possible to capture the raw signal from a WiFi card in the same way you can capture the signal from a sound card? (I already found code for working with a sound card and for drawing spectrograms) I'm wondering because it would make a cool radio-type project. I'd prefer a solution that integerates well with .net (VB or C#).My basic goal is to capture the ambient radio waves and build a primative "telescope" of sorts. Using the built in computer hardware is just the easiest way to accomplish this. If you have any other suggestions about how to accomplish this goal in a different way please post it as an answer also.

View 1 Replies

Connect Application To A Magnetic Card Swipe Reader?

Jan 31, 2011

DOes any one know how to connect my vb.net application to a magnetic card swipe reader?

im developing a automated payroll system w/ magnetic cards to input time in and time out of a employee

View 1 Replies

Detect Usb Card Reader Device And When Swipe The Card

Nov 23, 2009

I want to create an application that can detect usb card reader device and when i swipe the card it should read.The below code WORKS PERFECTLY IN VB.But when i converted it to vb.net it is showing some problem.Below is the code for that.

[Code]...

View 1 Replies

Read Smart Card Data Using Card Reader?

Dec 23, 2009

i want to read data from smart card using card reader.i need vb.net code help as well as total process that mean what dll/exe will be needed and how can i determine that the card is inserted or ejected from card reader?

View 3 Replies

VS 2005 Disable The Sound Card And Enable The Sound Card By Using Command Button?

Jun 27, 2011

i have windows app i want to disable the sound card and enable the sound card by using command button

View 2 Replies

Implement Smart Card And Private Key Stored In Smart Card

Jul 7, 2009

how can implement smart card and private key stored in smart card by using vb.net

View 1 Replies

Implement Smart Card And Private Key Stored In Smart Card By Using .net?

Mar 19, 2009

how can implement smart card and private key stored in smart card by using vb.net

View 3 Replies

Smart Card App - After The Transaction I Need To Again Enter The Balance In The Smart Card?

Dec 21, 2009

i have to develop a ticketing package for a client...and he wants to use smart cards too...i would need to develop the package on a smart device i.e. a mobile application and will have to read the card on the device itself ...i have zeroed on the instrument from motorola. and an blue tooth connected printer to print the ticket.how to read the smart card ...i have searched a lot but have not found anything good.the smart card would contain the amt. balnce in it...and after the transaction i need to again enter the balance in the smart card...

View 7 Replies

Packet Capture And Threading, Capture Library Waits For "thread Stop"

Apr 5, 2009

So I am hacking together an app which listens to traffic using SharpPcap library, it reconstructs the packets from sessions using the code from TpcRcon.

Listening and reconstructing part work on their own . What I want is on each packet arrival main window gets an event so it can display the packet , and when session is reconstructed display a complete packet (I am interested in HTTP ones) . -That is where it breaks with weird symptoms: for example right now it does not stop on invoking stop listening method - the sharppcap library function hangs there forever waiting on this line of code : m_pcapThreadEvent.WaitOne();//wait for the 'stopped' signal from thread

I also had it not working and crashing in sharppcap function because I had omitted one parameter in form delegate- which makes no sense, because form delegate does not deal with packet capture at all and only reacts on "New Packet" event from my "Listener" class (which is only there to notify main form)

My app starts as module main instancing class "Listener". MainForm has it
registered as friend with event and handles even "New Packet"

Main Form:
Private Sub uiListenStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btListenStart.Click
aLogger.AddMessage("Started Listening")

[Code]....

View 1 Replies

Application Can't Connect To Local MySQL But Can Connect From Command

Sep 30, 2011

We have a VB.Net application which works fine in our tests in different Windows XP SP3 machines. However there is one machine in which is displaying this error:

Unable to connect to any of the specified MySQL hosts

Using the mysql command, we can successfully connect to the database. We already checked for any other application or firewall that could be blocking the connection but it seems fine. We also reinstalled the system (no errors during the installation) but the MySQL error message doesn't change.

The system settings are exactly the same as in the other computers. We are using "localhost" as server in the connection string. The "hosts" file has its default values (nothing strange in there).

View 1 Replies

Cannot Connect To Microsoft Life Cam (but Can Connect To Built In Webcam)

Jan 16, 2012

I'm working on an application where I'm using an webcam image. I have code that works when using the built in iSight (It's an Apple running boot camp windows 7) camera. However after installing a second USB powered Microsoft Life Cam I am unable to connect to this second camera. When runnign this code I only ever get one input device:

Private Sub LoadDeviceList()
Dim strName As String = Space(100)
Dim strVer As String = Space(100)

[Code].....

View 3 Replies

Can't Connect To MySQL - Unable To Connect To Any Of The Specified Hosts

May 29, 2012

I am trying to connect to my remote MySql Database within Visual Studio using the compact framework.

I can successfully add a data source and preview the data within the IDE so assume that the connection is ok regarding Connection strings and remote access.

However, when I attempt to access the data using any run time control I get the following error when the table is loaded using the .fill method.

MySql.Data.MySqlClient.MySqlException was unhandled
ErrorCode=-2147467259
Message="Unable to connect to any of the specified MySQL hosts."

[Code]....

View 9 Replies

Dll For Card Games?

Feb 13, 2012

I have been looking for like 3 hours trying to find a dll or anything to make a simple cards game, but everything I find is oriented to C.

In this page A FreeCell game using Cards.dll - CodeProject� they talk about just what I want, but I cannot make it work in Visual Studio 2008 using Visual Basic.net, I don�t know if that has anything to do with the Vista OS I am using.

In the page I mention the author says "There are many good articles on the net on how to use the Cards dynamic link library" and I am sure the good articles are there, but my good luck has make me looping around the same nonsense results so I end up with nothing after 3 hours search.

The game I want to make is just something for a project we must do in class, how to start making a cards game fast and simple. If someone knows about a cards dll that works fine with vbnet, that someone would be my new hero.

View 2 Replies

Card Game Over Internet?

Jul 10, 2009

I am trying to make a card game which can be played over the internet between users. I have already downloaded the cardGame Starter kit for Visual Basic. I plan to modify it to the game I want.I had worked with Sockets (Client-Server App) a long time ago for a small chat program for computers connected in LAN.I had the following questions:How should I start off with this Application, should I first just concentrate on making the game and then progress to trying to figure out how to make it playable over the internet?

Or should I do it the other way round?Can I attain my objective using Sockets? or do I have to use something else?Is there a tutorial available to start me off? (I Googled and "Bing"ed it but to no avail)

View 7 Replies

Change Key Of Mifare Card 1K

Oct 5, 2011

Now I try to change key of Mifare Card 1K with ACR128 reader and I push key with

[Code]...

View 2 Replies

Credit Card Processing With .NET?

Oct 18, 2011

I am looking for a solution to implement Credit Card processing to a POS system I have written. I have been coding VB for about 7 years but never had a need to process credit cards.

View 1 Replies

Disable Network Card With WMI?

Aug 3, 2010

I'm trying to disable/enable a NIC on my local machine.

Here is my code:

Dim
colAdapters As
New ManagementClass("Win32_NetworkAdapter")

[Code]...

it always returns with this error: Invalid methodparameters

View 8 Replies

Get Network Card / Adapter Name?

Oct 6, 2010

I've been using Win32_NetworkAdapterConfiguration & Win32_NetworkAdapter to get my network adapter's name, manufacturer and other descriptions. Code used:

Dim networkdata As ManagementObjectSearcher
Dim network As New ManagementObject

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

networkdata = New Management.ManagementObjectSearcher("Select * from Win32_NetworkAdapter")
For Each Me.network In networkdata.Get
Label40.Text = network("Name").ToString
Next
end sub

View 8 Replies

How To Comunicate With The Sound Card

Feb 19, 2007

i am doing a final project in vb.net.i need to know how can i take and receive data from a sound card.

View 2 Replies

How To Get Network Card Address

Aug 14, 2009

How can I get the Network Card Address using VB.Net?

View 2 Replies

Id Card Software Development?

Mar 1, 2010

I want to develop a software that can be used to design and print plastic Id card. The software will consist of toolbox where user can select item for drawing and data entry, i.e. label and picture control. The Label could be linked to database and should give user to save and retrieve the project in the feature.

View 3 Replies

Reading Data From SD CARD?

Jan 25, 2011

I am doing my academic research on ARM MINI 2440 and "i want the code to read the data from sd card and send that data to the serial port.

View 16 Replies

SD Card Is Inserted Into The Computer?

Jun 29, 2009

I need to know when a SD Card is inserted into the computer. I am using VB.net 2005. I have a way to see USB device arrivals and if an SD card is in the adapter read/write data as required but if I insert or remove the SD card from the adapter I do not get any notices of changes.

View 4 Replies

Use A Function To Determine Which Card To Pla?

Apr 22, 2011

In my program i use a function to determine which card to play:

Private Sub hogere_kaart(ByVal klr$, ByVal splr, ByVal uitkomer)
(hogere_kaart= higher card, klr$=color, splr= player, uitkomer= the one who started the round)

In a former version of Visual Basic I did not have the problem that splr and uitkomer are not accepted: I get the message "All parameters must be explicitly typed if any of them are explicitly typed". Declaring them at the start of the code in DIm statements does not help.

View 2 Replies

Using Wild Card In Text

Nov 30, 2005

Is there a way to use a "wild card "in text when comparing the constant of the text field? [Code]

View 3 Replies

VS 2010 Sound Card DLL For VB?

Jun 15, 2011

I would like to be able to measure the frequency of a sine wave applied to the input of a "standard" Windows sound card system.I need to do this in near real-time (not by analyzing a wav file after the event) and I need to continuously measure every half-cycle of audio and store the results in some kind of buffer that I can read into a VB app. I have tried googling for this and it seems to be a very popular question but I have not found any really good answers. Does anyone know of a DLL that could do this? I wouldn't mind paying a reasonable sum for a commercial DLL if there is such a thing.

Another related requirement is to generate sine-waves - again this must be done in near real-time and it must be possible to change each half-cylce of the waveform. For example,I might need to generate a few half-cycles of 1500 Hz to be followed (with no break in the waveform) by half-a-cycle of 2300 Hz.

View 7 Replies

Way To Create A Wild Card?

Feb 20, 2010

Is there a way to create a wild card? Like: If TextBox1.text = something & ".com" or Textbox1.text = something & ".net" Then

WebPage = TextBox1.Text
Browser.show()

End If What would i replace "something" with? is there a way to make it so that it doesn't matter if the user types in CAPITAL LETERS or not?

View 2 Replies

Which Process Is Using The Sound Card

Aug 12, 2009

I'm currently trying to get around developing an application that will alert me when process X is using my sound card.

View 2 Replies

Adding A Wild Card For A Directory

Dec 13, 2008

How would i add a wild card for a directory, my code is reader = New IO.StreamReader("C:Program FilesStattrackconfigconfig_misc.txt"). i want the C: to be a wild card this way that if the computers local-disk is Z: then it will adjust to it.

View 2 Replies







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