Explore BrainMass

Explore BrainMass

    Visual Basic

    BrainMass Solutions Available for Instant Download

    Web Page

    Task: Make a class called student where the properties are name, age, and school. A. Develop a Contact Manager application that includes at least five of your friends or classmates. B. Try inserting correct and incorrect dates into the application when age is a public variable. Switch age to a private variable and try

    Convert Normal Date to Julian Date

    I need help doing this, I have attached a sample output: Write a Visual Basic function named Julian which will compute the number of days which have elapsed since January 1, 4713 BC. Here is an algorithm to compute the Julian date given the month, day, and year expressed as integers: If the year is negative, add

    Convert Normal date to Julian date

    Write a Visual Basic function named Julian which will compute the number of days which have elapsed since January 1, 4713 BC. Here is an algorithm to compute the Julian date given the month, day, and year expressed as integers: If the year is negative, add 1 to it. If the month is past February, add 1 to the mont

    Components and Classes- VB.net

    In this solution, you will create a Class Library project that will count the number of characters, words, sentences, and paragraphs contained in a text file or a multi-line text box. You will also create a Windows Application to test the Class Library project you create. The Class Library project will have one class module. The

    Please answer the following questions on VB.NET

    Please cite your sources. Q) Discuss the concept of a component. What makes up a component? A)Component is a reusable program building block that can be combined with other components in the same or other computers in a distributed network to form an application Q) What are the advantages of components? A) Com

    Please do the following Using VB.NET

    1) I want the form to be like the one in the zipped file named "Example". When Analyzing text or Analyzing File it should use the same text boxes. It has to be (Identical) exactly to the form in "example.zip" Also make sure it out puts the numbers of Characters, Words, Sentences, Paragraphs specailly when Analyzing File. Te

    Please do the following using VB.NEt 2003

    Since I increase the bid I'm hoping whoever do this assignment will make it great special the Enhancements. In this solution, you will create a Class Library project that will count the number of characters, words, sentences, and paragraphs contained in a text file or a multi-line text box. You will also create a Window

    Please Fix this Using Visual Basic.NET 2003

    This was for Mr. Rajender Kumar, MCom, OTA ID#: 104967, but since he is away (not replying for any reason) anyone can do it. I'm getting " An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll" for all the forms. The database named "ClothingStore.mdb" is save in the bin Could

    Please Fix this Using Visual Basic.NET 2003

    Name the Solution Beta_Final.sln ? Incorporate ADO.NET with the three (3) Microsoft Access data tables that is attached bellow "ClothingStore.zip" All the Forms are built just as a layout change what you want and they are attached bellow "Beta.zip.zip". You don't have to use this forms, you can create your own. ? U

    Vb.net Project Question

    Create an application that either sums or averages the rows or columns of a two-dimensional array depending on user choices. Use the following data for the array: 5 7 3 9 12 4 8 9 13 4 0 -1 -7 13 8

    Modify thie minicalc (small modification)

    The MiniCalc application was designed to perform basic math calculations: +, -, *, /. However, in its present form, this application needs some improvements. 2. Test the program with 99999 + 99999. This should raise a 'System.OverflowException' exception. 3. Modify the code to catch and handle the exception so that the u

    Fixing the Calculation: "BreakPoint"

    See the attached files. I don't want you to start new program, just work on what I have already started. Thank you in advance FIX the calculation part in Form1 you will see the "BreakPoint" The solution supposed output gross profit for the current item by subtracting the cost from the sales price. The total inventory a

    Must be done in visual basic

    Design and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria. Use a NumericUpDown control to allow the instructor's assistant to enter a test score between 0 and 100. Use a group of RadioButton c

    Must be done in Visual Basic .NET

    You've just started a new semester and you've become friends with one of your classmates, Tomislav. Tomislav tells you he has just moved to the United States from Europe and he's having a difficult time adjusting to the English units of measurement. In his country, most liquids are measured in liters, not gallons. Tomislav

    Simple Web Site Development with VB.net

    Part 1: You are hired to develop a new Web site called TaraStore. You are responsible for creating the home page for the Web site. Use Visual Studio.NET to create a home page for your Web site. Add at least three graphics, three hyperlinks, a bulleted list, and a table. Use the Properties window to modify the appearance of the

    Description of Visual Basic

    Search for information about .NET. What is it? Read articles on Visual Basic .NET. Why do you think students should learn Visual Basic .NET? How will it be useful for students? For those who have used Visual Basic, how is Visual Basic .NET different?

    Program - must be done using VB.NET

    The administration of you local Community College has asked you to write a VB.NET program that allows students to calculate the sum of their grades and find out if they pass or fail the course. Grades for the courses at the college are based on the sum of three assignments, and each assignment is worth a maximum of 100 points.

    Database schema, which has two tables

    For this project you will use the following database schema, which has two tables. Start VB .NET Table 1 -- Schema for the tblEmployees table Column Name Data Type fldEmployeeID Integer fldName String fldAddress String fldCity String fldState String fldZipCode String Table 2 -- Schema for table named

    Information about .NET.

    Information about .NET. What is it? Why do you want to learn Visual Basic .NET? How will it be useful for you? For those who have used Visual Basic, how is Visual Basic .NET different?

    Design Program in VB.NET that Valadates Phone Number entry

    Design and develop a program that validates the value a user enters into a TextBox control to ensure that the entry is a valid telephone number. The application should accept a maximum of 12 characters. When the user clicks a button, the program should determine if the entry is of the form 999-999-9999, where the character 9 rep

    Writing VB.NET

    The administration of you local Community College has asked you to write a VB.NET program that allows students to calculate the sum of their grades and find out if they pass or fail the course. Grades for the courses at the college are based on the sum of three assignments, and each assignment is worth a maximum of 100 points.

    Coding

    Below is the requirements for this program. I have already created teh form design in VB.net 2003. but am burning lots of grey matter over where to even start on this project. Since I am new to programming and still learning, I think its better for me to see what the code looks like and where so i can better understand how

    Visual basic.NET: what makes up a component

    In visual basic.NET, what makes up a component? What are the advantages of components? In addition, what are the types of class data and how do you decide which is appropriate? Explain the difference between declaring a variable using the keyword Public, Friend, or Private.