Develop An Exam In VB 2008 Or 2010?
Nov 27, 2010
First off, this is not for a class. Although I *AM* taking VB classes, I wanted to do something on my own that would help me learn. I find that the examples and assignments in class, are okay, but I would like to do something that I could apply in real life, perhaps apply it to my own work and master many techniques. So this could actually become my own final exam
That being said, I have searched and read all the posts on quizzes and tests and they are usually asking for code answers. No from the beginning development and planning. I am sure eventually, I might ask some code questions, but I would like to start at the beginning and analyze, develop the algorithm/ flow chart, and desk-check first.
View 3 Replies
ADVERTISEMENT
Feb 16, 2011
I am going for a shot in my first attempt to pass my Microsoft Exam..
View 2 Replies
Mar 18, 2011
I am trying to make a program that can calculate the percentage of people passing an exam. There are buttons for each letter grade, and working label counters for each time you press a button. Each button looks like this, except replace the letter with the appropriate one.
Private Sub btnA_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnA.Click
Static intA As Integer = 0
intA = intA + 1
lblA.Text = intA
lblPercent.Text = (lblA.Text + lblB.Text + lblC.Text + lblD.Text) / (lblA.Text + lblB.Text + lblC.Text + lblD.Text + lblF.Text)
End Sub
My problem is that the percent does not equal what I get when I put the exact same numbers into a calculator.
View 3 Replies
Mar 14, 2011
Can anyone suggest a book or a direction for some training other than bombarding you guys with posts all the time? I'd like something geared more for teaching than for just reference. Books really aren't cheap and I'd like to just buy one if possible. Free website tips and training would be nice too. I've built a calculator for fun and my project will be more database oriented but I'd like to build more form applications.
View 3 Replies
Feb 17, 2010
[Code]...
I need help to insert folderbrowserdialog in the code above, instead of location, "SYS"
Excuse me for English language
View 1 Replies
Jan 27, 2012
how to develop a cash register app. in visual basic 2010.
View 3 Replies
Aug 16, 2009
I want to get guide on project on online exam of MCQ like the online exam in competation examination
View 2 Replies
Sep 29, 2010
Sweet candy store currently has a special offering of heart shaped candy. It comes in two sizes: small and large. The company sells the large one for $29.50 and the small for $16.25.Design an application to calculate how much a costumer owes. When the user clicks the "Calculate" button, the program gets the number of large and small chocolate hearts ordered from the textboxes, calculates and displays the extended price for each type of the chocolate in a label. The program also calculates the weight of the chocolate to determine the shipping cost, displays the total weight, the shipping cost and the final total due. The large chocolate weighs 4 pounds 10 ounces, and the small one weighs 2 pounds 14 ounces. Shipping cost is 35 cents per pound and 3 cents for each additional ounce. Display all dollar amounts except the final total due with 2 decimal places. Display the FINAL TOTAL DUE with a leading dollar sign and 2 decimal places. Be sure to also include a CLEAR button that will remove all inputs/outputs from the form, and an EXIT button. Define the CALCULATE button as the accept button and the EXIT button as the cancel button.
View 4 Replies
Mar 14, 2011
it is possible to develope apps for the blackberry using Visual basic 08(or any version out there). I downloaded the Blackberry IDE but you need to know Java, and I don't have the time right know to attempt to learn another language.
View 4 Replies
May 5, 2009
Are there any sites which a similar program or web-exam? The best example I can give is Auto-it's "Auto-it 1,2,3" found here.This is for an absolute-beginner,
View 1 Replies
Mar 6, 2011
I have been given the prep material for my AS Level (Year 12) computer programming exam based around dice cricket. Written in VB 2008.
In the exam we are supposed to change bits based upon the scenario. The scenario and skeleton code are attached.
I have looked through the code so far and made some guesses to what I think may be on the test:
[code...]
if there is anything I am missing which they think I could be asked on the test. I then have to go away and figure out how to program.
So by asking on here, I am not trying to find out coding answers - I do want to figure that out myself. I just want to see if there is anything else I possibly could be asked?
View 9 Replies
Apr 12, 2011
I am trying to complete a driver license exam in vb that includes a module and two forms.It says that I have to have 2 arrays to compare(correct answers and user input) in order to see if the user passed or failed. User must have >15 correct to pass.I am so confused on the arrays part and need help to get this application to work. Can someone please help me with the correct counter accumulator and comparison of the arrays? I am also supposed to declare the correct answers in the module and I have tried everything, but I keep getting errors. [code]
View 12 Replies
Oct 16, 2009
i want to know how to make online exam application using VB.NET & SQL SERVER,Suppose there is a question followed by 4 options, & USER have to select one of them,also there is a time restriction for example ,30 min for 25 question and time should be visible to user.then after time over he will be not able to do anything and redirected to result page.At last it will calculate the total no of marks scored and show in graph and report wise.
View 1 Replies
Jun 9, 2011
make a timer on my entrance exam? I want every question last for only 30 seconds, after that, the next question will appear.
View 5 Replies
May 28, 2009
I think datagrid able to display hierarchically with datarelations in earlier version. Is it possible to develop hierarchical datagrid in VS 2008 without using any third party stuffs?
View 1 Replies
May 13, 2010
I would like to know if I need to get permission from Microsoft to develop applications for Small local firms using Visual Studio 2010.
View 6 Replies
Jan 31, 2012
i want to develop one tool in visual studio 2008. I don't know about using the serial comm rs232 function there in visual studio?
View 1 Replies
May 13, 2011
I'm trying to develop an app with Microsoft's Visual Basic Express 2008 to run on the .net framework 1.0. Is there something I can download to do this or do I have to require the latest framework to be downloaded?
View 1 Replies
Nov 20, 2009
I am using VB 2008 to develop apps working with Access. With this IDE I can compile my apps as x86 . Then runs fine under 64 bits Windows 7 and Vista Systems.
First question:but if I run this app under XP 64 bits, will run fine too?
second question:the apps developed with VB 2003 (these work with access too ..."jet oledb"). How I can compile as x86? I have not seen this option like VB2008.
View 1 Replies
Jan 9, 2010
I am getting ready to start EMT Basic class and would like to create multiple choice exams. Apparently UnitTest thats in VB isnt the type of test that I need. Does anyone know where I can find a video or website that shows u how to build an exam?
View 1 Replies
Feb 17, 2011
I am trying to develop an application using VS 2008 connected to MySQL database. Previously in vb6 i was using adodb and now when i googled and got a few sample projects done using VS2008 in which most of the module codes were OLEDB.....To which method should i stick to...?
View 2 Replies
Sep 21, 2011
In our project we've decided to put an exam generator using vb.net and after generate you can send it to client computer/students. *server computer/teacher will the one who will use exam generator and send it to the client computer/student*student will recieve it and then send it back again to the server computer/teacher*teachers will going to generate an exam depends on the type of exam, so i think im going to make it a wizard type environment
View 14 Replies
May 25, 2009
my brother asked me for this project:he is writing down the time his exam begins, example:current hour is: 14:05:09 and his exam starts at: 14:50:00
how can i write down into a label how much time left untill his exam begins?
like: 00:44:51 left untill your exam begins..
View 9 Replies
Sep 7, 2009
I'm using Visual Studio 2008 on an XP machine and am trying to develop a web app that can interact with websites and carry out automatic tasks.One problem I have is trying to recreate the web requests for automatic interaction.
For example:I use a webBrowser control to allow me to surf a page manually. Then, once I am at a specific location, I'd like the automatic interaction to take over.Part of the website requires a log-in and exchanges cookie data.When I try to read the cookie info from the webbrowser control to build the subsequent automatic requests, the cookie content is incomplete.Upon further investigation, it appears that the site sets one of the cookies to "http only". This stops the value being visible to the webbrowser control.Is there another control or method I could use to retrieve this info?
View 1 Replies
Oct 2, 2011
Can any one advise me about a book to purchase to prepare for the MCTS:Microsoft Net Framwork 3.5 windows Forms Application exam?
View 5 Replies
Aug 22, 2010
I am trying to develop a application that will invert my mouse but that will run in the background of my computer.
View 2 Replies
Jun 22, 2011
I am new to this forum and I would like some help from my respected seniors.I am trying to develop a ASP.Net Web Application using C# or VB. First of all prefer me whether C# would be easy or VB for the following scenario:Below are the requirements:
1. For All Users:
Text-chat feature will allow users to chat with the available online users.
2. For Registered User:Allow users to create new folders and sub-folders, to store (upload) files.Allow users to perform move/copy/delete operations on folders and files. The percentage of storage capacity remaining and used should be displayed on the top. Automatic versioning system will record the version/revision information when a file is replaced/overwritten Team management feature will allow users to work in teams (by inviting other existing registered users). The activities of the team include access to the password protected area for the team, uploading files, commenting on the uploaded files (discussion), polls, automatic and manual reminders to the team members.
3. For Administrator:
Approve/Reject new team requests; update/delete existing teams.View all the files and folders uploaded on the server.Allow to perform delete operation on any existing file/folder existing on the server.Delete account for any registered user.Define and Edit storage capacity and other limits such as Maximum file size allowed for uploading.
Queries:
1) As, every user will have his/her own PERSONAL profile page then how will the system redirect the user to his/her PERSONAL profile page after hitting Login?
2) How this chatting feature can be developed?
3) How this storage capacity would be assigned overall?
4) How Administrator will manage all this?
I am totally confused.I have developed SRS as well. but in coding I am totally stuck as I am not so good in coding. I thought Visual Studio 2010 would help me effectively in this case, and I am trying but couldn't find any way for this to be done.
View 4 Replies
Mar 19, 2012
I need to develop some apps that will be accessed from both PC and macs. Can this be done with visual Studio 2010?
View 2 Replies
Dec 29, 2010
Is there any way to develop for MonoTouch using VB.NET, rather than C#?
View 2 Replies
Aug 9, 2011
Want to develop POS program in visual basic?
View 2 Replies