Creating Pipeline Inspection Program?

Dec 24, 2011

I have limited programming with Visual Basic Express and I was looking at creating a pipeline inspection program which generates reports from data entered after viewing the CCTV footage of the inspection. There is a program called WinCan which does this but the license is in the thousands of $$$ per year and is alot more then what I need. how to create the diagram. Is this project simple to do myself or should I look at using freelancing websites?

View 3 Replies


ADVERTISEMENT

Xna - Content Pipeline - Asset And Screen Management ?

May 8, 2012

I am new to XNA and this is a philosophical question. In most examples I have seen, game assets are defined as private class variables, loaded in the LoadContent method, and then drawn with the Draw method. If I have a large game with a lot of screens, there could be quite a bit of declarations at the top of this class.

With that said, here are my questions

Should I use the content pipeline over Texture2D.FromFile().

What are the advantages other than faster loading.Should I call Content.Load(Of T)([some asset name]) outside the LoadContent() sub.

How are you handling loading assets for different screens? Are you declaring all assets at the top?

View 1 Replies

Creating A Poker Program With Vb?

Mar 18, 2012

I have to design a form that analyzes a poker hand entered by the user in the textbox and then the listbox has to display the type of hand entered. for example, four of a kind, three of a kind, a pair, a flush, a straight if ace is low, an ace-high straight that is the sequence 10 j q k a, etc.I have no idea where and how to start the coding.i am really stuck..

View 9 Replies

Creating A Program For A Camp?

Jun 8, 2009

I am creating a program for a camp that I run. I want to install it on several computers and they all share the same database. It needs to be a local database because our network isn't connected to the internet. I want to keep track of student records, staff records, and finances. I also want it to be password protected with certain features avaliable to only authroized users.

View 15 Replies

Creating An IM Type Program?

Mar 23, 2012

Alright I am just starting out with Visual Basic and I am trying to figure out how I would go about doing this. I have the general idea of how I want it to be done but I am not sure of what code I need to use. What I want to do is be able to type in Text box 1 and copy whatever I type into Text box 2. But I also want to be able to send it to anyone else with the program that are listening for a connection. I also want to be able to show the IP address in Text box 3 that the computer is using at the time.

Public Class Form1
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged

[code].....

View 9 Replies

Creating Calculation Program?

May 28, 2009

Fist off, I am new at this and only learning it for a class. We have a program to create using Visual Studio 2008. The teacher doesn't give us much to go by so I really have no idea where to even start so any code will be a great help. Here is what i have to create:Your project will allow the user to enter a stock transaction and determine the stockbroker's commission. Each transaction includes the following data: the stock name, pricer per share, number of shares involved, and the stock broker's name. Assume price per share = P. The stockbroker's commission is computed in the following manner: If the P (price per share) is less than or equal to $50, the commission rate is $0.19 per share, if P is greater than $50, the commission rate is $0.26 per share.

View 1 Replies

Creating Program With Code

Apr 5, 2011

I want to create a program using vb.net code.What I mean is: write all the files necessary to be able to compile it to a .exe-file. Is there any way of doing this?And what is the easiest for the form creation? Winforms or WPF?

View 2 Replies

VS 2010 Creating Program For XP?

May 8, 2011

I'm a VB.net newbie and trying to write a simple program for installing in a few of my company's computers, most of which still use Windows XP.How can I specify when publishing in VS2010 that the program is for installation in XP?

View 3 Replies

Creating A .NET '08 Program That Can Generate It's Own Executable?

Jun 21, 2009

Ok, so I'm working with a team of people/programmers and we are all trying to explore the possibilities within Visual Basic 2008. As such, we are all working on our own programs at the same time, but all for one small organization. Well, I'm working on making an installer that will bascially do as follows:

View 4 Replies

Creating A Simple Alphabet Program

Apr 25, 2009

I would like to click next to go to another image in a picturebox but I only have one picture box setup to have the new letter displayed in it. I have 26 images to display and need to know how to setup a loop to go through each image? It seems simple but I cannot figure out how to get to the third image, it only goes to the second image and stops. I also need to know how to setup the back button to display the prior image in a picture box.

View 8 Replies

Creating New Form (in Program) And Re-sizing It

Feb 18, 2011

Suppose we have a form with a button and a textbox

The button code goes like this:

'
Dim NF as New Form
Dim NC as New Combobox
NF.size = New size (420, 30)

[Code]....

View 2 Replies

Creating Sales Tracking Program

Mar 19, 2009

I'm trying to creat a program that tracks the sales of five products all with different monetary values. I'm trying to display the total number of each product sold, a combined total of products sold, and the total sales value. So far I'm only outputing the value of one of each product, I think there is a problem with the loop somehow. [code]

View 1 Replies

Creating Sales Tracking Program?

Dec 19, 2009

I'm trying to creat a program that tracks the sales of five products all with different monetary values. I'm trying to display the total number of each product sold, acombined total of products sold, and the total sales value. So far I'm only outputing the value of one of each product, I think there is a problem with the loop somehow.

Public Class MailOrder
Private product1 As Decimal = 2.98 ' product number 1
Private product2 As Decimal = 4.5 ' product number 2

[code]....

View 3 Replies

Creating Simple Yet Complicated Program?

Mar 24, 2010

I am a total bginner to vb.net programming. I am trying to make a simple program that allows the user to

1.change desktop background

2.Allows the user to select a boot image listed in the form

3.alows the user to enable disable the task manager,registry editor and control pannel.Replace Windows Boot image (Picture source is a picture box in form)

4.Change XP Start Button Text

5.Disable/Enable Windows Keys

so this is how far I got;

Imports Microsoft.Win32
Public Class Form1
Implements IDisposable

[code]....

View 3 Replies

How To Write A Program For Creating Icons

Jun 30, 2009

write program for creating Icons, using MS Visual Basic 2005?I want to know all the details

View 3 Replies

Make An Alithogram Creating Program

Nov 1, 2011

I need a program that i can make to create alithograms that include uppercase, lowercase, special charecters and numbers.this is for legitimate use as i have read the "Prevent helping malicious code" thats stickied to the top of the board.

View 1 Replies

Communications :: Creating Online For Simple Program?

Dec 17, 2008

I dont know wether this is the right place but would i be able to use somthing like streamreader to change a .txt on another computer? If so, how?

View 3 Replies

Creating A Program That Once Installed Was A Windows Toolbar ?

Nov 6, 2011

I'm wondering how I would go about creating a program that once installed was a windows toolbar. What I'm trying to do is similar to the clipboard, but I want to customize it to my own style. I work in a data entry job and many of the bills we enter have similar information that I'd like to be able to enter without repeated typing. I'd like the toolbar to be docked to the top of the screen, and have several buttons on it. Clicking a button, while having a focus in my data entry program, would paste the button's text (or the full text of what the button caption represented) into the selected field. Alternately, if focus between multiple applications is too difficult to try, then clicking the button would highlight the text and copy it to the windows clipboard, so I could then click back into my data entry program and hit ctrl-v. I dont need help on the program itself...just on how to make it as a windows toolbar, if possible.

View 1 Replies

Creating A Program Which Displays Text To The Screen?

Jan 21, 2010

I am creating a program which displays text to the screen.I would like to be able to set the program to have a timer so that when the user has selected the letter, after say 5 seconds a new letter appears.I have added the current code below.

Public Class Form1
Private Display As Boolean
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[code]....

View 7 Replies

Creating A Sales Tax Program In Visual Basics?

Nov 13, 2011

Assume a grocery store approached you to write a simple program that calculates total sales of purchases. The program should accept item costs as input, calculate the tax on each item (8%), then display the item cost, total cost, and total after taxes. Item costs will be added to a listbox while the total without the taxes will be displayed in a label, the tax amount in another label, and finally, the total cost (items cost + tax) in a third label. this is the problem I have to program for,

View 3 Replies

Creating Modules For Program (Similar To Firefox Add On)

Apr 7, 2010

I have a contact manager program that I'd like to design for multiple network marketing companies. My desired structure would include a core program which covers basic contact management functions. After that one could purchase a module for their specific network marketing company. This module would contain a variety of controls that the original program would need to be able to manipulate. Here is an example of what it would have to have:A group box containing buttons that link to a genealogy view, and the option to import one's donwnline from the back office provided by a company.A panel which is displayed on the contact page allowing the user to input business information or which will be filled by importing a downline from the back office: ie business ID, qualification level, sponsor information etc.a panel displayed when one searches for contacts on the contact list page which allows the user to sort based on information such as when they joined, what their business id is and so forth.a panel which is displayed in a personal business overview page which presents to an individual how many people in their downline are at each qualification level and develop a mailing list for individuals of a certain qualification level.

I have the code developed to perform all these functions, I just wanted to give you an example of what needed to be done. I'm thinking that what I'm trying to create is a library that one can download and the program will recognize, but I'm not really sure where to go. What I'm really trying to do is figure out what kind of file I can make that will contain all this code and the GUI information that the program will recognize.

View 2 Replies

Creating Program To Display All Factors Of A Given Number?

Feb 9, 2011

I am working on a simple program to return all factors of a given input integer.nfortunately I am stuck. THe code is

Dim x As Integer
x = txtInput.Text
Dim factor As Integer

[code].....

View 4 Replies

IDE :: VB2010 - Creating Solutions After Program Has Been Debugged?

Jan 26, 2010

In VB2010 Beta 2, after program development, how do I deploy (or create a solution to), programs I have written? Also, how can I change the folder where VB 2010 looks for my help documentation Hope someone can help. I've been an on-again off-again programmer for years, but 2010 just makes my head spin a little...

As far as the solution creation, I've already tried clicking on Project-->Publish, which more or less seems like it wants to upload to a website rather than be stuck on my HD... I don't want to upload to the web;the whole reason I want to export is that I want to think I remember at one time having read something about the about box labels only displaying the new information you stick in them once the program has been turned into a .exe file, but I'm not sure; although now that I've run into this problem of creating solutions, even w/ this little bit of a program (nowhere near complete, something like a sure-to-be-crappy-take on Mass Effect 2.. it's primarily text based); heck, for that matter just about all I write programs for is because "hey.. it's enjoyable... umm... kind of" -- I originally started in college as a Computer Science major, switched to Music, transferred schools, the school I transferred to didn't think I had the skills they look for in incoming students, and from there switched to spanish major.

____, just about all I'd be good for is playing music and localization projects (both in and out of the game industry). Not so sure I'll get anywhere, but I said "what the heck, I'll upload my resume to EA".

View 1 Replies

VS 2010 - Creating New Threads From Set Amount In Program?

Jun 1, 2011

How do I make my program create new threads from a set amount? For example if someone typed "60" in a textbox and they pressed "Start", it would create 60 threads that would do the same function.

View 5 Replies

Creating A Database Program For Final Graduate At College?

Mar 14, 2012

I'm creating a database program for my final graduate at college. But I was stuck when I opened my solution, my visual studio it always crash and crash and crash..

My project it's using SQL Compact Database, 8 Project (6 Visual Basic, 2 Visual C++), using .NET Framework 3.5.A project in VB is 6 Windows Forms (Single App and MDI App), Class Library and C++ just Library.

What must I do now? Where can I fix my project? At least I can build the relase or installer of my project..

It's wrong to include all of project in one solution?

[Code]...

View 8 Replies

Creating A New File From Another Previously Created While Program Is Active?

May 10, 2010

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
'Ceci cr�e un fichier *.TXT dans un endroit statique

[Code]....

So my app is supposed to make a exercice.bak out of the .txt file but whatever I do it says the program is accessing it... any hints how i could makw the program SAVE the file and stop it's constant access to it...?

View 3 Replies

Creating A Program Showing Total Running Processes

Apr 13, 2010

I'm creating a small application and want to add function which shows the total running processes in windows. What are the codes for that button?

View 1 Replies

Creating A Program That Allowes To Select Items From A Listview?

Dec 15, 2011

I am creating a program that allowes me to select items from a listview and save them in a .txt file.

Imports System.IO
Public Class cv7import
Private Sub cv7import_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)

[code].....

View 3 Replies

Creating A Program That Requires The User To Click A Checkbox?

Apr 27, 2009

I am creating a program that requires the user to click a checkbox and then select a date in a Date Time Picker Control. There will be up to 20 entries. I need to know how to take all of the dates entered and display on a diffrent form the latest date selected by the user from all the entries on a form. All the options will be training selected and when the last training item is selected and a date entered I need to be able to output the training completion date wich will be the latest date entered in the form.

View 4 Replies

Creating A Program That Will Display Upcoming Birthdays In Datagrid

Jun 9, 2010

Im creating a program that will display upcoming birthdays in datagrid. But im having problems in creating its query. I used DateTimePicker to input in Birth Date.

View 1 Replies







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