Change Video Card Lut Values With VB?

Oct 20, 2009

Is it possible make a Basic Application to edit Video Card Lut Table ? Something like [URL] Or maybe it is only possible in C++ ?

View 1 Replies


ADVERTISEMENT

Graphics Very Slow With New Video Card?

Jan 7, 2010

I use GDI+ graphics in vb.net (express 2008). A simple ball animation was fast using an old computer and video card, but very slow after upgrading to a new computer with a hi-end GeFoce GFX 260 video card.Windows 7, 64 bit.I have tried adjusting all the video card settings I can find, but still slow.

View 3 Replies

Create A Video Poker Card Game Using VB?

Jun 10, 2010

I am looking to create a video poker card game using visual basic.I have limited knowledge of visual basic 8 but was very curious about visual basic 10.

View 4 Replies

Get Video Card Name And Capacity Eg: (Nvidia 480GTX , 2GB )?

Jun 16, 2012

Is there any way to Detect video card infomations ? i want to connect to the registry (regedit) that contain my video card infomations . i also get lot of infomations via registry like cpu ,speed,motherboad info ..but i can't find the video card infomations.

View 4 Replies

Hardware Properties - Video Card Name And Memory Type

Mar 15, 2012

How to get Hardware properties in VB Express 2010 like video card name and memory type?

View 2 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

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

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

Controlling A Video File From Textbox Values?

Apr 28, 2012

I want a animation in vb in form with using the textbox values. The animation related to opening and closing of the any gate. i already made this animation in 3D max software so that i hv the Video file and 3d-max file as well.
I wanted to control the gate position with respect to change of the texbox values. i can also set the my textbox lower value and higher value . is it possible to connect a video file to the texbox value to control the video where i want.

View 2 Replies

Video - DirectShow .net Can't Change Recording Format?

Apr 13, 2012

I'm using direct show to try and capture a webcam stream in to my vb.net program. Heres the subroutine running which works:

[Code]...

View 1 Replies

How To Find Repeated Values In One Dimensional Array And Change The Values

Jul 14, 2009

I am using Visual Basic express edition 2008.I am trying to know if a value in a single dimensional array is repeated in the array. If yes, then multiply one of them by 100. For example:

MyArray (14) = 12, 15, 18, 15, 18, 11, 15, 18, 16, 14, 18, 8, 12, 17, 10
In the above example:
MyArray (1) = MyArray (3) = MyArray (6) = 15
MyArray (2) = MyArray (4) = MyArray (7) = MyArray (10) = 18
MyArray (0) = MyArray (12) = 12

[Code]...

View 8 Replies

Change Video Size Of Windows Media Player ActiveX?

Jun 10, 2008

I have a VB.NET application that uses the AXWindowMediaPlayer ActiveX to embed mpg videos to my application. I have used the Play/pause/stop Ctlcontrols a lot but now i am stuck as i needed to change the video size of the playing video from 100 to 200% hence my Questions:- How can i by code change the video size of the video being played? by Video size i do not mean the control's size.. but the Video being played inside it. for example, i could want the videos to play at 200% and not at 100%.- Is there a way to check the dimensions of the video being played so that i can by code change the video size if required as per the video.

View 6 Replies

IDE :: Change The Size Of Video Playing In Window Media Player

Jul 13, 2009

I am developing an window application in which I have to change the size of video playing inside media player. i don't want to change the size of media player.

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

Inserte Pictures And Video - Can't Move The Program To Another Computer Because The Pathname For The Video Will Be Wrong

Jun 22, 2010

I have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?

View 6 Replies

Monitoring 12 Video Feeds From Video Cameras - NEXT Or FORWARD Button On My Monitor Form

Dec 24, 2009

I am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.

So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.

View 4 Replies

Create Audio Video Chat - Client Move His Or Her Webcam Video Where Want?

Oct 17, 2011

I creat audio video chat and when calling receivng video and client video is together...I want that client move his or her webcam video where want...as I know it name DROP&DRAP but I`m not know how to do it...

View 5 Replies

It Open A Bunch Of Tabs That All Go To A Link With A Video, And Then Have It Automatically Play That Video?

Jul 7, 2009

I was wondering if it was possible to have a program open Firefox, and have it open a bunch of tabs that all go to a link with a video, and then have it automatically play that video?

View 4 Replies

Get Video Thumbnail From A Video File (from A Directory In Hard Drive)?

Jul 21, 2011

I would like to create thumbnails into a VB (2005 or 2010) form from video files.

I have a directory (in my hard drive) with video files (.mpg).

How to show video thumbnails for each video file?

My VB code (for images) is attached below and I want to convert it in order to manage video files.

Private Sub ThumbButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles ThumbButton.Click
Dim imagepath As String

[Code].....

View 2 Replies

Make A Video Streaming Server Or A Video Lan Chat Programme?

Jun 22, 2010

i want to make a video streaming server or a Video Lan chat programe in VB.net

View 1 Replies

Recording Video Via Video Webcam Within Visual Basic Application

Dec 5, 2009

How can i record a video via webcam in visual basic application and then display the video on user's request either live or recorded video.

how to develop video webcam recording application.

View 4 Replies

What Syntax Use To Buffer Video The Video In Client's Media Player

Jul 12, 2010

i want to buffer a video file on client side when it request.. what syantax i use to buffer the video the video in client's media player

View 1 Replies

Use Avicap32 To Capture Video With A Web Cam And Save The Video As A Wmv Format Instead Of Avi One?

Oct 20, 2010

is it possible to use avicap32 to capture video with a web cam and save the video as a wmv format instead of avi one

View 1 Replies

Can Play A SWF Video But Not A Flash Video?

Jan 23, 2008

can play a SWF video but not a Flash Video?

View 14 Replies

Game Programming :: Make A Matching Card Game In VB 2010 - Show Cards For 10 Secs Then Change Cards To (AppPath & "Cards Ed.png")

Apr 19, 2012

I need to make a matching card game in VB 2010. i have generated my cards but now need to show the cards for 10 secs then change the cards to (AppPath & "Cards ed.png"). then when a user clicks on the card the card will flip over.*How would i set a timer to turn all my cards into*(AppPath & "Cards ed.png") after 10 secsbut still have the values from the array and when i click the cards they flip over (from red card to numbered card)

Code:
Private Sub Place()
Dim Counter As Integer = 1
For Row As Integer = 1 To Int_Grid_Size

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

View 2 Replies

Change The Values Of Last Column?

Aug 10, 2010

I have a GridView and by RowDataBound event I change the values of my last column. I want my last column to have as values the sum of each row.

Below is my code

If e.Row.RowType = DataControlRowType.DataRow Then
'total of row
Dim i As Integer
Dim total As Integer = 0
Dim dt As DataTable

[Code]....

View 4 Replies







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