Use As An Digital Signal Indicator?

May 15, 2009

I need some advises on showing digital signal indicator at this moment I use radio button...but it's then becoming complicated because I have to make them "true" or "false" anytime.

View 24 Replies


ADVERTISEMENT

Communications :: Digital Scale/ Indicator In VB?

Apr 3, 2011

my final year project title is monitoring weight changes in digital scale / indicator.i bought one digital scale online from A&D in order to test out my system.however unlikely other device (GSM MODEM, RFID...) there are no drivers or libraries (DLL) from this device.. with only the digital scale and (rs232 9-pins to usb convertor i bought) i was like lost wondering how to get communicate with the device.i have been search around in the internet for similar post.. but there are most likely dealing with the data receiving already. is there any journals or manuals for references? i willing to study over this and not simply ask for full codings.

- how to communicate with the device (serial port communication)

- is there any driver / libraries need to install bfore everything?

OS using - windows 7 ultimate (laptop)model of device - A&D JM-SERIES 150lb

View 19 Replies

Communications :: Add A Progress Indicator?

Mar 4, 2010

I am writing a utility and using the ftpwebrequest. I am wanting to add a progress indicator to help the user know about how much time is left on the upload.

Code:
Private Sub UploadFTPFile()
Const filePath As String = "C:"
Const fileToUpload As String = "1.txt"
Const ftpServer As String = "ftp://xx.xx.xx.xx"

[code].....

View 1 Replies

[2008] Indicator For Net Connection

Feb 6, 2009

Almost at the final hurdle of version 1 of my project. What i'd like to have is two indicators based on red and green lights Check for net connection and show green if available, red if not When sending data to mysql DB show green light I'm not sure if its possible but so far I have established this for the mysql data send but the data sends so quickly it changes like lightning.

[Code]....

View 19 Replies

File I/O And Registry - Zip Progress Indicator

Mar 4, 2010

I am using the gzipstream to zip up a file. how I can incorporate a progress indicator in to the process for larger files that take longer. [Code]

View 1 Replies

VS 2008 DataGridView DragDrop Indicator?

Apr 9, 2010

I'm using the following code to reorder rows, it does work but i can't find a way to implement any indicator that shows me where the row will be droped, is it possible to do? It seems that the handler DragDrop is blocked until the mouse is released..vb.net

[Code]...

View 2 Replies

Add & Remove Listview ColumnHeader Sort Indicator?

Oct 15, 2009

I'm using VB 2008 and windows vista. I'm using a listview in my application.(view=details) I assign an image list to listview.smallimagelist. when user try to sort the listview by clicking the column header i use the imageindex property to set an icon for that column header, this works fine. When user clicks another column to sort the listview by that, I use listview.columns(PreviousColumnIndex).imageindex=-1 to remove the sort order icon from the previously selected columnheader, but it does not remove the picture from the previous columnheader. How should I remove the icon(picture) from the previous column header?

View 7 Replies

Disable Conversion Of & To Shortcut Indicator (winforms)?

Sep 18, 2010

I have a tab control (in my case a UltraTabControl from Infragistics) and I add a new tab.

The text of this new tab is set to "Escape &Characters".

lTab.Text = "Escape &Characters"

When visualizing the tab control the & will become an _ (underscore) for the next character - in this case "C"

I know that & is the Microsoft way of indicating a shortcut character - but is there any way of disabling this behaviour?

View 1 Replies

Indeterminate Status Indicator Bar Animated Image?

Mar 23, 2010

Does somebody know where i can get Microsoft's status indicator bar animated image that has a progress bar on it that when it reaches the maximum it goes the other way round.

You can find a small version of it in :c:Program FilesMicrosoft Visual Studio 8Common7VS2005ImageLibraryVS2005ImageLibraryanimationsstatus_anim.gif and it is called
"Indeterminate status indicator bar".

View 1 Replies

VS 2008 Listview ColumnHeader Sort Indicator?

Jun 21, 2011

After a long time searching, I am still facing an issue with my listview column header I am trying to add a sort indicator (a small 16x16 arrow, next to the column title - looks quite good).

- My listview is in Ownerdraw mode for : Items & Subitems for a couple of reasons

- So far, I was letting the system do the job for the header (e.drawdefault = true)

I managed to add very easily the arrow using the e.graphics class, right after the e.drawdefault=true, and it is actually working good.

print01.gif
(Sub ColumnHeader OwnerDraw)
e.DrawDefault = True
e.Graphics.DrawImage(My.Resources.fleche_v2_16x16, 34, 2, 16, 16)

As you can see, I'm simply using a resource, and am forcing it to 16x16 with a custom location x=34 pixels y=2pixels My issue comes with the following :

(Sub ColumnHeader OwnerDraw)
e.DrawDefault = True
e.Graphics.DrawImage(My.Resources.fleche_v2_16x16, (e.Bounds.X + 34), 2, 16, 16)

The arrow wont draw Of course the sort indicator will sometime be on the 2nd column etc.. That's why I need to use the column header's bounds.I can already hear you saying : if you do not owner draw, you can't..But why is it working with a static location (, 34, 2, 16, 16) ans not starting from another static location (e.bounds.x) How can I fix that ? I cant find previous issues similar to that one over the internet.

Points of interest :

- I tryed to load the int value e.bounds.x into a variable before, using that instead of e.bounds.x but it's all the same.

- Using the imagelist is not an option, As you can tell from the screenshot, I am already using images for headers.. the sort indicator is coming as another image

- Using ">" or "<" in the header's text is not an option either........ (sorry pal It does not look good at all..)

- Drawing the header totally in owner draw mode would be an option, but it looks quite hard to do (need to manage the "rounded" header style of the system, the mouse over - small yellow line rounded on the sides in WinXp, the click effect....).

View 11 Replies

A Real Time MySQL Connection Status Indicator?

Jul 9, 2011

I have a MDI form with twe menus - Login(&L) and Exit(&X) If I click the Login(&L) menu, a login form will pop up.

[Code]...

View 1 Replies

Find A Component That Allow To Create Level Indicator / Button / Display Or Other Special Box Used

Aug 12, 2009

Does anybody know where to find a component for Visual Basic 2005 or 2008 that allow me to create level indicator, button, display or other special box used on a bridge of a ship? I want to simulate a small bridge of a ship and I need something that allow me to show engine power, rotation speed, level of pressure, compass and so on.

View 1 Replies

Upgrading Software Written In VB To Include More Graphics/controls/indicator For User Interface?

Feb 18, 2011

I have been given a project to update software written in Visual Basic. The software and some files are enclosed in a folder and was written 3 years ago. I have no clue what to do. All I have been asked to include more controls. The user interface allows user to select three processes by clicking on the buttons on user interface. The new requirements is to add two more buttons. There is not much information so I have to use only the resources available. When I tried to open the project, visual studio prompted to convert the project so its compatible with current version. I could open the project but dont know what to do from there. Please guide me towards the right direction. If the project folder is required please advise me how to attach it too.

View 2 Replies

Capture A Tv Dvb-s Signal?

Dec 13, 2010

I am trying to capture a tv dvb-s signal via vb.net since a long time now.I have tried to get it work with the Microsoft examples, but no success till yet.I had success with analog tv tuning, but digital tuning is still far away, also I don't find any examples with dvb-s and vb.net or c#.

View 1 Replies

Retrieving Wi-Fi Signal Strength From WMI

Jan 29, 2012

I have a problem with a Management.ManagementObjectCollection object. I can't use a For Each to go through its items, it tells that is not supported...

[Code]...

View 9 Replies

Serial / USB Signal To Read Out?

Mar 11, 2010

I want to get the data coming from a weighing scale (rs232 signal) to a vb.net prgram, to a text box

View 1 Replies

Signal (NOT Cancel) A BackgroundWorker?

Mar 7, 2011

Is it possible to send information to a BackgroundWorker thread while it is running? Here is my scenario: Parent thread calls background thread to send a data request to a database. If it's a big complicated query it can take a while for the db to respond, so putting the db request on the background worker thread is great. My app can do other stuff while the one thread waits for the db.

Now, db responds with beginning of data. I want my background thread to report back meta data about the result set to the parent thread. No problem there, I can use a custom user state object and the ReportProgress method. But now, how to I send a signal from the parent thread back to the worker thread? I want the background thread to wait while the parent thread does something, and then tells the worker thread to keep going or quit. I know how to cancel a background thread, but I want the parent to be able tell the child some information other than "cancel". Here's one way to think about it:

[Code]....

View 10 Replies

Communication With USB - Sending Output Signal

Jan 28, 2011

I need a walkthrough to :
1. Get a list of available usb ports
2. Send an output signal through the usb (if possible with variable intervals)
3. Close the usb port (so that no signal (current) comes out )

View 1 Replies

Form Not Showing Up Upon Button Signal?

Dec 22, 2011

o I've had to reinstall both the .net and visual studios 2010 to get back to being able to program my game, yet this strange issue is still in existence...all of a sudden, like 4 hours prior to not being able to program anymore, I ran into the issue of my login form FRMlogin.vb not running upon clicking the button that sends you to its page... it will not show up for some unknown reason, and both me and my programming buddy cannot figure out what is going wrong here. I restarted my computer twice now since reinstalling visual studios 2010 express, and the same issue is here...here is the code for the forms

the play_b4.vb code
Public Class play_b4
Private Sub registered_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CMDregistered.Click
FRMlogin.Show()

[code]....

View 1 Replies

Get Wifi Signal Strength With OpenNetCf In .Net?

Sep 2, 2011

I want to get the wireless signal strength from adapter on Windows CE, VB.Net, Visual studio 2008.I believe opennetcf.net library has to be used.

View 2 Replies

Measure Wifi Signal Strength?

Jan 18, 2009

I was wondering if there is an available script or code in VB that could measure the signal strength of routers. I need an actual number in decibels.

View 4 Replies

Read An Input Usb Board Signal?

Dec 30, 2010

I'm newbie in VB and in my project I need a refresh loop to check an input usb board... everything runs well but I want a 100 ms refresh without button click needed[code]...

View 1 Replies

Recording An Audio Signal In .NET 2010?

May 24, 2011

I have been all over this site looking at and trying example code, but none of it seems to work properly on my computer. I just want a simple program in VB.NET 2010 that can record a .wav file from my computer / line-in microphone. I am somewhat familiar with VB, but I still consider myself a novice and I don't really know all of the audio jargin. [URL]..

View 5 Replies

Signal Processing - Entertaining A Baby With .NET?

Nov 13, 2009

I would like to write a little application in VB.NET that will detect a baby's cry. How would I get started with such an application?

View 2 Replies

Take Signal And Telegram From Serial Input?

May 17, 2010

I'm trying to build a form with 2 textbox where I can display latitude and longitude taken from serial input from serial port with a gps ($..GGA or $..GLL telegram)

View 1 Replies

C# - Access Digital I/O Using USB?

Aug 28, 2009

How to access Digital I/O using USB using C or C++ or Vb.net Or C#.net?

View 4 Replies

Use A Digital Pen In Program?

May 30, 2011

I developed an application by vb.net 2005 on SQL server 2008.I would like to enter some of my data such as my drawing and my handwriting in my application by a digital pen.

View 2 Replies

Coding For Comport Signal To Trigger Event?

Oct 23, 2009

Im connecting a infrared transmitter by serial port, Rs232 to my pc. Anyone know the coding for the comport to detect the signal and auto trigger a sms event(by gsm modem) ??????

View 4 Replies

Get A Chart That Can Show Sin ,cos , Other Signal Shape Such As This Picture?

Mar 6, 2012

i have an input signal that can be time variant.i need a chart that can show sin ,cos , other signal shape such as this picture?

View 3 Replies

Get Currently Connected Wi-Fi Network's Signal Strength In Program?

Mar 19, 2010

Does anyone know how can we get the currently connected Wi-Fi network's signal strength in VB.NET?

I am using Windows 7 Ultimate & VS 2005, VS 2008 & VS 2010.

View 4 Replies







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