Develop Ground Control System Software?

Jan 30, 2012

I have been assigned to develop ground control system software. The thing is, i have never use visual basic before. Can anyone help me or guide me on how to develop the ground control system software?? is there any tutorials or basic training module which is almost same like ground control system??

View 6 Replies


ADVERTISEMENT

VS 2005 Develop A Project For Attendence System Through Finger Recognition System

Apr 21, 2011

a company offered me to develop a project for our attendence system in which finger recognition system is used. now i have quitely no idea that what i do and what do i do with this finger recognition system project.

View 3 Replies

Develop A Login System (Project)?

Dec 28, 2009

I'm trying to make a project about a basic login system using visual studio 2008.I have a project that has 2 windows forms applications embedded in project.Form1.vb contains this:Code for Create account button:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'we verify if the accounts folder exists
If My.Computer.FileSystem.DirectoryExists("C:\Accounts") = True Then

[code]....

I have some errors of syntax that I don't know how to correct them.If it's neccessary I can also attach the project.It automatically creates on c drive a folder called accounts with 2 files where we have stored the username(Username.txt) and the Password(Password.txt).

View 1 Replies

Develop A Simple Inventory System?

Mar 13, 2009

I am trying to develop a simple inventory system. I now have all the database set up and would like to know if there is any code that I can refer to that alert users when the stock is low (e.g pop out window informing users that stock is low or change the number of stock in the database table into different colors).

View 16 Replies

Develop A System For Booking Cars?

Mar 1, 2011

I want to develop a system for booking cars for example. Suppose that one customer wants to book a car and this is the last one.Another customer searches with the same criteria and is finding this car too. How I am able to stay away of this situation?I don't know if I explained well... Imagine when you book tickets. How they can 'lock' the last ticket (or maybe the one that someone is viewing it) and make it unavailable to customers that have browse the site after?I use C# and it's about a very simple web service.

View 3 Replies

Develop An Inventory System Using Program With Msaccess?

Jan 17, 2009

I need to know how to develop an inventory system using vb.net with msaccess

View 1 Replies

Develop Vehicle Reservation System Project?

Feb 11, 2009

[font=Arial] i whoud like to develop vehical reservation system project what can i do for that?

View 1 Replies

VS 2010 [WM] Develop Window Mobile - System Rebuilder

Feb 17, 2010

[Code]...

I need help to insert folderbrowserdialog in the code above, instead of location, "SYS"
Excuse me for English language

View 1 Replies

Develop Captcha Control Itself

Mar 18, 2011

I am developing a website where I need a captcha control and I want to develop the captcha control itself, so in the future I can change its length, type, color, and have it be easy to manage as well.So, suggest me which technology used for to develop the capha control and how.I am using asp.net platform with vb.net as the language.

View 4 Replies

2005 - Tidal Height Prediction System For Mobile Accplications - Develop Calendar Converter

Mar 9, 2010

Project to develop tidal height prediction system for mobile accplications. how to start! The first objective is to develop a calendar converter. i have tried to do the interface.

View 2 Replies

Develop User Interface Control

Jun 6, 2011

I am trying to develop system where i can add run time some user control like button, textbox, checkbox.

View 2 Replies

Develop A Custom WinForms Data Source Control?

Nov 6, 2009

How can I develop a custom data source control for WinForms ? This example is just for ASP.NET. VS version: VS 2008

View 7 Replies

Develop A Simple VB Application To Control A Data Projector Using RS232?

Feb 1, 2011

I am using Visual Basic.net 2010 to try to develop a simple VB application to control a data projector using RS232.So far, I have programmed the 'power on' button to open the serial port and send the power on command.The port opens successfully, but the projector does not receive the command properly, so it never powers on the projector.The RS232 command for power on is: BE EF 03 06 00 BA D2 01 00 00 60 01 00

My code for sending the command is: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code]...

View 10 Replies

Back Ground Music In Express Edition

Dec 19, 2010

i need some codes to play a mp3 song somewhere on the form, i don't know the control for this and i'm a noob, please help! Another thing is whats the difference between express edition and non-express edition ?

View 5 Replies

Connection String And Back Ground Worker

Dec 3, 2008

I have an application that monitors a set of opc boolean tags.When a tag changes from false to true (triggered), the application is supposed to query the database for data recording during a specific time period.I had the app done or so i thought until i realized that the background worker that i dimension to do the query is not firing the runworker completed event.at the start of the app, I create a new class for each trigger config in an xml file. Each trigger class has its own opc monitor and handle specific for that one boolean tag.If a tag changes to true a NEW instance of the query class is created.A new background worker instance is dimensioned to do the actual work.(this because there is a pre trigger query and a post trigger query which could be up to 24 hrs after the event has been "triggered" to true and the bg worker will wait until the required amount of time has completed before doing the post query).When the bg worker has completed, it should dispose of itself and all its managed resources.

The very first tag that changes to true will function as expected but when it is complete the RunWorkerCompleted will not fire. Everyone there after will operate as expected but not the very first one.I couldnt figure out why so I started commenting out some code.If I remove the line to create a new oracle connection, it works. [code]

View 6 Replies

Program Slow Down When I Add A Back Ground Image

Jan 15, 2010

Why does my program slow down when i add a Back Ground Image?

View 12 Replies

VS 2010 Back Ground Worker Statment?

Mar 9, 2010

which statment is right and why

vb
Private Sub BackgroundWorker1_DoWork(sender As System.Object, e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork

[code].....

View 10 Replies

Interface And Graphics :: Label And Ground Box Bacground Color

Apr 7, 2009

Im have a picture on my program and a groupbox around 2 radiobuttoms, and 4 labels on the main page.

But all the places i have placed thoes thing the piscture is hidden behind. and i know i can chance

the color but my picture is not a one colored picture:

View 3 Replies

FedEx Print Ground Shipping Label W/ Tracking Number

May 3, 2011

I have no problem printing an Express shipping label.The ground shipping label doesn't want to put the tracking number in the label.Has anyone had a similar problem? [code]When it goes to print the label with all the data it doesn't put in the tracking number, instead it puts in this.[code]how to change this using some fedex webservice call.It does it automatically for express, just not for ground.

View 2 Replies

Implicit Conversions From 'System.Windows.Forms.Control' To 'System.Windows.Forms.Webbrowser'

Sep 8, 2010

I have the code which checks if there is a selected tab

Private Function GetBrowser() As WebBrowser
If TabControl1.SelectedTab IsNot Nothing Then
For Each c As Control In TabControl1.SelectedTab.Controls
If TypeOf (c) Is WebBrowser Then
Return c

[Code]...

View 2 Replies

System Volume Control?

Nov 4, 2009

caN SOMONE guide me how to make my own system sound control in vb.net like a slider or % or anything!!! just a volume control!

Understandable Answers
1 2 3 4 5
- - - - - Rate yourself And Have A Kitkat

[code].....

View 2 Replies

Catch Control + C System Event Through By .Net?

Jul 26, 2009

I want catch control + C system Event through by VB.Net means i devolped one project in VB.NET. In my project one search textbox if my project is minized and some word or else document opened and if user press control + C system event do then my minimized project open and selected word (means those word you select ) see in my search textbox.

<input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden">
<div id="refHTML"></div>

View 1 Replies

Control System Volume In VB 2010?

Nov 21, 2010

How can I control the Computers volume inside visual basic? (like you have the speaker icon and when you click on it Volume scroll thing) at the bottom left of Windows, but I want it in my program. I am running Windows 7 (if that makes any difference

View 1 Replies

Creating A Stock Control System Using .net?

Jan 15, 2007

my project is about creating stock control system to a bookstore which you can get details of books available,slow moving books..etc i just want to know about creating forms for my project what kind of forms you needed for ex: add,edit,delete btns.

View 4 Replies

Login System With User Control?

Jan 15, 2012

i am wanting to make a Login System that uses Usercontrol.I have a label left and right i have a panel.in this panel i want to add usercontrol for all users that has one account in the application. this are some examples (Windos XP Login) Image 1 Image 2 Image 3 How i have to start?

View 8 Replies

Control Which Version Of System.IO.Ports Application Uses?

Jan 16, 2009

i think there are errors in the SerialPort DataReceived Handler in .Net 3.5 and .Net 3.5 SP1. is there a way i can control which version of System.IO.Ports my application uses? i am using VB 2008 Express.

View 3 Replies

Facial Recognition Access Control System

Sep 3, 2010

I am doing Facial Recognition access control system as my final year project.I need your support to find a fully free Face recognition, or Face Matching SDK for VB 6.

View 1 Replies

What Control Should Be Use In Making A Room Mapping System

Feb 25, 2010

what control should i use in making a room mapping system? i just cant figure out what controls i should use. i plan to use the datagrid but i don't know how to fill the color of cell.

View 3 Replies

'image' Is Not A Member Of 'System.Windows.Forms.Control'

Oct 18, 2010

I have several pictureboxes in my form with names as "stop0", "stop1", "stop2" ... upto a the number of checked items in my checklistbox. My aim is to use a for-next function so that the program should use for all these pictureboxes a specific image. here is the code I made so far:

Dim a As String = selectedbutton.Replace(" ", "_") & "_"
Dim c As String = ""
For n = 0 To chklstStops.CheckedItems.Count

[Code]......

View 6 Replies

Add A Property To System.Windows.Form.Control In Program?

Mar 15, 2012

Is there a way to add a property to System.Windows.Form.Control base class without defining the new inherited class (in VB.NET) ?

I want to add a Tooltip property to all of System.Windows.Form.Control controls, which will be browsable in properties window of that control.

View 1 Replies







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