VB Power Control - Make The Light Flash On And Off

Apr 17, 2010

I'm trying to make a USB strobe light type thing. I have a cut USB cord with an led attached to the black and red wires. Now I'm trying to write a script to make the light flash on and off really fast. I've tried several different apis but none are doing it.

View 2 Replies


ADVERTISEMENT

Make A Christmas Light Animation Via Computer Control?

Jan 29, 2012

I am trying to make a Christmas light animation via computer control. I am using VB.Net and have tried several examples I have found, but I get the same error: port is closed. The code I am using is this:

Imports System.IO.Ports
Public Class Form1
Dim instance As New SerialPort

[Code].....

I have tried several things and I still get the error message that the port is closed.

View 6 Replies

Flash Movie Playing Choppily Inside Flash ActiveX Control

Aug 19, 2008

Good day all,A Flash movie that plays fine when opened in a web browser is playing slowly and choppily in my VB 2005 WinForm application on the same machine.

View 7 Replies

VS 2005 Make A Light Version Of A Blackjack Game?

Mar 11, 2010

I'm trying to make a light version of a Blackjack game. The rules I need to use are as follows:

Ace = 1
Normal Cards = 2-10
Color Cards (king, queen, etc,) = 11

The dealer can keep hitting until it reaches 17 or under 21, he must always stay once it hits 17 or over (without busting obviously).

I know the ace normally should be 1 or 11 normally but I don't want to complicate things, I want to get the main thing of the program working first.

Public Class frmMain
'declaration to help generate number
Dim RandomClass As New Random()

[code]....

View 10 Replies

VS 2008 Flash Movie In Flash Control

Apr 10, 2009

Well I have a Flash Movie loaded in the Flash Control, And I need to reload it. (So the new base url is used) How do I do this?

View 1 Replies

List All Power Off, Power On Computers In Local Network?

Jul 26, 2010

Im coding an application that needs to list all computers inside my LAN, and get the status of the machines ex. Power On, Power Off.. in order to Wake On Lan, or Turn it Off.. im using Visual Basic .Net.I all ready listed all machines, now i need to get the status of them..

View 5 Replies

How To Control Power To A USB Port

Jul 12, 2009

I have a simple USB fan that just runs on the power from the USB port. I want to be able to turn of and on the fan from a simple application.

View 1 Replies

Make A Small Program For Church To Power On And Off Projector

May 11, 2012

I am attempting to make a small program for my church to power on and off the projector According to the user manual I need to send the following to it. Power On: C00[CR] | Like so: "C" -> "0" -> "0" -> "[CR]". However I am getting the following error when attempting to turn it on by the program: Conversion from string " " to type 'Byte' is not valid. [code]

View 14 Replies

Send A Text File To The Power Output Control Programme?

Apr 1, 2009

I am looking to create a VB 2008 Express programme which converts a data stream from a picoscope muscle sensor into a power output board which controls a mechanism.In simple terms when the Muscle sensor reaches a value of 0.8 V or higher I want the programme to send a text file to the power output control programme, and likewise when the sensor is below 0.2 V I want the power to be zero.

So 0.8 V > = send text file (0O=100%)
0.2 V < = send text file (0O=0%)

so when muscles being senced move the device turns on and off.I think I am successfully getting the data stream from the Picoscope which is plugged in the usb. I am using codes and examples that the programming guide for the device provided.here is a quick snap shot of the code (ps2000 is the driver used for the device)

ps2000_open_unit()
ps2000_set_channel(ps2000_handle, 0, 0, 0, 1)
ps2000_run_streaming(ps2000_handle, 250, 1000, 0)[code].....

how to get the data to be displayed or how to tell the programme to do something with the data.The device also came with an example of how it can record data to an excel sheet if anyone needs the code to gain a better understanding.

View 4 Replies

Make A Flash File?

Oct 15, 2011

what software can me downloaded to make my own .swf files.i.e flash files........

View 3 Replies

Make Flash Drive Something Like A Key

May 2, 2011

I'm wondering if you it is possible to make your usb flash drive to be like a key for your vb.net program I can't really put it into word the description of it so I will site an example here's my scenario my program has a textbox where you put the password on it to make the program usable but i want instead of typing on it you insert your flash drive and it will automatically insert the password in the textbox and make the program usable.

[Code]...

View 1 Replies

VS 2008 Make A Button Flash?

Jan 16, 2010

Is this possible in vb ? I just want to make a button flash red and black.

View 13 Replies

Control The Video Quality On Flash?

Oct 20, 2009

How do I control the video quality on flash using with the trackbar?

View 12 Replies

Enable Flash For The Web Browser Control?

May 5, 2009

how to enable flash for the web browser control? (Visual Basic 2008 Express) I have it installed on my computer, but the program isn't tapping into it for some reason..... I'd really like to know, as this is probably the only major undesirable my browser still has...

View 11 Replies

Enabling Flash In The VB Web Browser Control?

Jun 5, 2009

Enabling Flash in the visual basic web browser control?

View 12 Replies

VS 2005 Using Combobox To Control On Flash

Oct 23, 2009

I am using combobox on my form as I want to control the aspect ratio of flash in vb.net, but I have no idea how to control them using with the combobox.

View 3 Replies

Forms :: Make Taskbar 'icon' Flash

Jul 18, 2009

i want the icon of my application to flash when an event triggers (upload complete) like this for example i use VS2008 and i've been guess-working the code.

View 4 Replies

Forms :: Timer Control To Flash Message

Feb 27, 2009

I have added a timer control to a VB.NET windows form to have a message flash on and off between ticks. When I load the form I have the timer disabled. When i click on a command button, I set Timer1.Enabled to True so that the timer can begin flashing the message. The timer does not flash the message. I added a MsgBox function after where I turn on the timer. When the message box is displayed and I click OK, then the timer starts flashing the message. I turn the timer off later and that seems to work fine. I have tried the Timer1.Start() method but that does not work. Any thoughts on why the message box allows it to run but the form does not?

View 8 Replies

VS 2005 How To Control The Video Quality On Flash

Oct 20, 2009

How do I control the video quality on flash using with the trackbar?

View 3 Replies

VS 2008 - WebBrowser Control And Flash Video

Nov 27, 2011

I have created a VB.NET project that includes WebBrowser control. The web browser control navigates to html page that embedes a flash movie. Everything works fine except that when I want to exit the fullscreen mode of the video by pressing (Esc) key, it doesn't exit. If I view the html page with any other browser (Internet Explorer, Firefox, ...) it works perfectly. You can download the project from the link below. The files are in the Debug folder.
Download Link: [URL]

View 1 Replies

Make A Console App. Boot Off Of A Flash Drive On Startup?

Feb 10, 2010

I recently wrote a program to copy files off of a hard drive with a corrupted copy of windows. I'm not sure how to make it run off of my flash drive in dos. I set boot priority to only boot off of the flash drive yet it will not run. I tried writing an autorun.ini file, which did nothing. I think i need to make a boot.ini file.

View 3 Replies

Forms :: Small Bug With WebBrowser Control And Flash Video?

Nov 27, 2011

I have created a VB.NET project that includes WebBrowser control. The web browser control navigates to html page that embedes a flash movie. Everything works fine except that when I want to exit the fullscreen mode of the video by pressing (Esc) key, it doesn't exit. If I view the html page with any other browser (Internet Explorer, Firefox, ...) it works perfectly. You can download the project from the link below. The files are in the Debug folder.

Download Link: FlashinWebBrowser.rar - 4shared.com - online file sharing and storage - download

View 1 Replies

[2005] Can't Use Browser Control To Show Flash In Application?

Mar 12, 2009

I'm using the web browser control in vs2005 to show a web page which has flash. somehow, it shows error:"this program requires flash.ocx which is no longer included in this version windows".

View 3 Replies

Flash Video Not Exit Fullscreen In WebBrowser Control On Pressing Esc

Nov 27, 2011

I have created a <acronym title="Visual Basic">VB</acronym>.NET project that includes WebBrowser control. The web browser control navigates to html page that embedes a flash movie. Everything works fine except that when I want to exit the fullscreen mode of the video by pressing (Esc) key, it doesn't exit. If I view the html page with any other browser (Internet Explorer, Firefox, ...) it works perfectly. You can download the project from the link below. The files are in the Debug folder.
Download Link: FlashinWebBrowser.rar - [URL] - online file sharing and storage - download

View 2 Replies

Is A VB Variable The Equivalent Of An 'instance' In Flash And A VB Object Like A 'symbol' In Flash

Apr 15, 2009

Hi, I'm just beginning to teach myself how to do OOP in VB 2008 Express. I have a quick question after seeing a video online.Is a VB variable the equivalent of an 'instance' in Flash and a VB object like a 'symbol' in Flash? Is this what it means by a variable being a reference or pointer to an object and not the object itself?

View 5 Replies

Make Flash Go On Full Screen Mode When Click On The Form Button?

Oct 3, 2009

How do I make flash go on full screen mode when I click on the form button?[URL]

View 32 Replies

VS 2008 - Make A Flash Object 2 Copy From Flash1 The Actions And The Whole Movie?

Oct 17, 2009

Guys,this is my first day at the forum,and my second thread. Can someone explain me how can i make an axshockwaveflashobject2 to copy what happens at axshockwaveflashobject1 like a picture or video. I have a tabed trainer and i want to see my stats in game at the second tab. i have the hack menu on a toolstrip,but i have at the tab 2 flash1.get variables to textboxes,but i can't see what's happening at the flash1,and i may lose the level by falling in the sea. The code should make something like a mirror from flash1 to flash2 at the other tab.

[Code]...

View 2 Replies

Created A User Control(button) Which Can Flash By Changing Its Backgroung Color?

Jan 19, 2009

I have created a user control(button) which can flash by changing its backgroung color(I am using a timer).The control works Ok when its flashing property is set to true in form_load event. However it does not work when same is done elseware.

View 7 Replies

Enable Webbrowser Control To Read Pdf Files And Show Flash Videos?

Mar 6, 2011

How do I enable my weBrowser control to read pdf files and show flash videos? I want to also create an intepreter and compiler for the perl and php for a program without setting up a server or using my IIS server. How do I do this?

View 2 Replies

WebBrowser Control - Disable Refreshing In Such A Way That The Button Can Still Be Used For Stuff Like Flash On The Page Still?

Mar 13, 2012

1. Is there any way to disable refreshing in such a way that the button can still be used for stuff like flash on the page still? All my methods have blocked using the button in the flash which is loaded on the page....

2. Is there any way to get the new scrollbars of IE10 or metro style scrollbar or what not into the webbrowser like the desktop version of IE10 does in Windows 8 Consumer Preview?

3. Is there any way to allow the close window called from javascript to be detected & actually close the window in my program?

4. Is there any way to make it so when new window is called it will open a new window with my application in a new instance? stopping me now is it seems to want to open in the same window if I use the event NewWindow to cancel the event from happening but it gets script errors....is there any way to retrieve the link to what it needs to open so I can handle this properly? Or at least tell it what else to use? besides the default browser....I want it to open inside my own program & not IE.

View 8 Replies







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