- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
pc lan technician II
- Interests
- reading,drawing
15 Posted Topics
I'm trying create a system flowchart which shows ms access as the database. I'm going to create a patient database and a invenroty database and a few others. I believea system flowchart does not show individual programs but rather the computer devices that make up the system and the basic … | |
Im confused on how to draw a system flowchart. I just like small example to get me started. I have a database with twenty clients in it I need to add or delete clients. can someone please show me how torepresent this in a system flowchart. Thanks | |
I would like a small sample if possible. Lets say you are creating a flow chart that shows the an order process in which you have to enter a new customer in the data base. How would you make a flowchart to reflect that? Thanks Augie | |
I'm confused the instructions say create a class called pizza with two fields PizzaType and Pieces. The Pizza constructor should call two data-entry methods GetType() and GetPieces() Is this the proper code for the constructor: public pizza (string Types, int Pieces) | |
I'm doing this in visual C#.net.I'm a nwebie so bare with me. I'm creating a class I need to declare three fields: name,phone number, and birthday (month,day, and year). I'm not sure how to declare them. Is this correct :?: private string name private string phone number private int birthday | |
After entering 8 names,phone numbers,and birthdays. A list appears at the bottom of the console which is suppose to display name,phone number, and birthday. Well with this code the name shows up so does the phone number,but the birthday doesn't show . Can someone help. Thanks for(x = 0; x … | |
Someone told me there were only 4 toolbars in vb.net. I thought there were than that. Can anyone shed some light on this? | |
Hello I have created and built a deployment project I would like to add on a launch condition the requires internet explorer be installed. I added the launch condition and rebuilt the project the text I put in the message property appears but when I hit next the screen it … | |
Created a form in which the user selects a item from a dropdownlist then clicks a button which in turn uses a streamwriter to open a sequential file and displays the data associated with their selection, this is a text file. When I run the solution I get this error … | |
I'm doing an asp.net application but am using vb.net to code the example i'm working on. I'm creating a form that will show historic stock prices I have three description and value pairs: Company Name stock symbol Hartford har Vertigo ver Dickson dks I have created three sequential files that … | |
I'm trying to learn asp.net in vb.net. I have a form to order hats online because I'm learning only one hat at a time may be ordered. I have two listboxes one displays the size and the other the color, I have a checkbox which if checked adds a logo, … | |
Anybody know a good book for learning about oop reuseable components. I have a project I have do for school. The book i was given to use doesn't cover that subject real well. I'm really in a jam, I even went out on forums asking questions about reuseable components, but … | |
I 'm trying to code the SelectedIndexChanged event to display an airplane in other control instances when the user selects an AircraftID. I have three textboxes: aircraftID,CompanyName,and Fuel charges. When I input data in all three textboxes and click the menu the aircraftID appears in the listbox. I need to … | |
I have a form with a listbox and several textboxes. When I input data in the textboxes and click the menu I have created the aircraftId should appear in the listbox and link the data form the other textboxes with the aircraftId. So if I have three AircraftId's when I … | |
I'm glad to be part of this humble community. I 'm just starting programming and will have many questions I'm sure. I will also do my best to help users answer their questions. Thank You |
The End.