Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

What is a bank transaction control system?
What is wrong with the following loop?

Dim intIndex As Integer = 10

Do While intIndex >= 10

lstBox.Items.Add("Hello")

intIndex += 2

Loop

It is an infinite loop
The test variable should not be changed within the loop itself
Nothing
It should have been written as a Do Until loop
What is the first stage of software development lifecycle?
This is the main idea. I can send extra material with grading rubric etc afterwards.

Write pseudocode to design a phone contact list program. Your program includes a Graphical User Interface that allows user to add new contacts, update existing contacts, search specific contact from the contact list, sort the contact list in ascending or descending order, delete an old contact. Your program should also provide help screen, an exit button to close the program and displays error messages for any exceptions.
Suppose the sequential file ALE.TXT contains the information shown in Table 1.1. Write a program to use the file to produce the Table 1.2 in which the baseball teams are in descending order by the percentage of games won. Note : A batting average can be displayed in standard form with Format Number(ave, 3, vbFalse).
A program using forms that is able to record patients details and connected to a database.
I am making a form with 3 textboxes. In the first textbox, the user will enter the SSID for a network he would like to connect to (Message box if SSID isn't in range), in the second and third text boxes, the user will enter password validations (as some wifi networks have 2-part passwords). All of the inputted information is actually inputted into the wifi network selected by the first textbox, and the user is signed in if the password is correct. If not, a message box is displayed. What is the syntax for inputting information into wifi passwords using 2010 express? How should I go about this?
Can visual basic 2010 be used to create softwares?
Can visual basic 2010 be used to create a 3d game making software?
The program is for a shop that has a 5 day sale once a month. On day one, everything is discounted 5%. On day two, everything is discounted 10%. By day 5, everything is discounted by 25%. We need a program that calculates how much an item costs on each day based on the sale day. For example, a clerk enters the regular price of an item as $10.00. The program then displays the discounted price for day one, day two and so forth. For day one the price displayed would be $9.50. For day two, the price would be $9.00. By day five, the price would be $7.50. Note that you have to use a loop to do the calculations.
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS