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

how to display the solutions of the computation of math question using vb.net?
My code does not work, I want to be able to delete a record using a button. So far I have
Private Sub btnDelete_Click(sender As System.Object, e As System.EventArgs) Handles btnDelete.Click
Dim EmployeeID As String
Dim sql As String
EmployeeID = dgvEmployees.CurrentRow.Cells(0).Value.ToString

sql = "delete * from employees where FirstName =" & EmployeeID


End Sub
On days when the weather is bad and the students cannot go outside to play, Mr. Manasa, who teaches class 4 of Suva Primary School, spends recess time playing a simplified version of the Hangman game with his class. The game requires two people to play. Currently, Mr. Manasa thinks of word that has five letters. He then draws five dashes on the chalkboard - one for each letter in the word. One student then is chosen to guess the word, letter by letter. If the student guesses a correct word, Mr. Manasa replaces the appropriate dash or dashes with the letter.

Create an application for Mr. Manasa using Visual Basic.Net.

Your application must have the following:

• The first player enters a five letter word
• Five dashes appearing on the screen representing the five secret letters of the word
• When a word is guessed correctly, the user should have the opportunity to play another game.
• Appropriate messages to be displayed if:
o a number is typed instead of a letter
o less than five letter word is entered
o more than five letter word is entered
• When the player chooses to end the game, your application should be able to print a summary of the guessed game; i.e. the total guessed word, the total correct guesses and the total wrong guesses.


Test Words:

Shade - Make two correct guesses (any two letters), the others should be wrong

Divan - Make five correct guesses

Bonus- Make 10 wrong guesses




Bonus mark:

• If you have two forms; the second from would have your summary (The total guessed word, the total correct guesses and the total wrong guesses.
• An interesting user interface before playing the game.




User Interface
You can design your own



Sample Output
Two correct letters – 3 wrong guesses


Sample Output-
Guessing the right word – appropriate message to be displayed
Hello,

I just started learning how to program with VB .net, and have a basic idea of database management.

I have this new idea about a dummy program I want to create but don't know which programming languages or databases to use.

The program is to be run on win xp and 7 pcs and the main function is to display an info message whenever the user types in a certain account number or name. Generally, there are going to be preconfigured messages for each account number on the blacklist. I intend to make this program run at startup and to be able to update the list of account numbers and their respective display messages every 30 min(or less). I wish to make the display message just a system display message not in an explorer window.

Please advice me on the programming language(s) suitable for creating this.

In addition the program would have a keylogging sort of function but does not neccessarily have to store keylogs since the only important thing is to pop up the message when the user types acc#
Im trying to complete all of chapter 7 in VISUAL BASIC 2010 COMPLETE, but I have no idea how to begin. I need a site with all the answers to my questions for each section of this chapter.
what is the syntax for writting an assignment statement that assign the value eg.txtFirst control to the strFirst member and assign the value in the txtLast control to the strLast member.
using do loop until sum up to limit program and factorial numbers
My visual basic 2008 is not support to database(.mdf) file and give error of sqlserver express 2005 and i had install it although it give error so what should i have to do??
I make sticker printing s/w but when i take data from 1 form and press print button then that data taken from user that shows in other form in reportviewer as report so it can print but in form1 data have also take data from how many sticker want he to print and that no of sticker shows with last taken data same in multiple time which given by user so how it can be done? plz answer fast....
Public Const g_strNAME As String = String.Empty
Error message for this statement: "Constant expression is required"
What more (or less) do I need to do to make this work?
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS