473,656 Members | 2,871 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

please me Help with this program

I'm a new visual basic learner, I need some help with this
program below:

create an application that either sums or averagethe rows
or columns of a two dimensional array depending on user
choices.
create a menu bar with a file that includes a perform
action command and an exit command. the perform action
command computes either the sum or the average of the rows
or columns in the array and displays the result in a
message box. the exit command exits the application.
create a 2nd menu on the menu bar called the action menu.
add a sum rows command, sum columns command, average rows
command, and average columns command to the action menu.
use the radiocheck and check properties of each command to
allow the user to select a command on the action menu. the
perform action command checks to see which command is
selected on the action menu to determine which operation
to execute when the user clicks the perform action command.
the commands on the action menu do not require any event
procedures. include appropriate shotcut keys for all
commands. after the perform action command executes, the
program should display the results in a message box. the
message box should display results for each row or column
separated by a controlchars. Newline character. the
message box also should ask the user if he/she wants to
continue or to exit the application.

PLEASE HELP!!!!!! send me the code to to******@yahoo. com
THANKS!!!!!!!!
Nov 20 '05 #1
2 1661
Cor
Hi Merdelus,

A nice sample to learn VB. but I think it goes a little bit far to ask us to
build it totaly.

So start to build it open your IDE select a window project and take some
time for it.

If you have questions, we will help you.

But one by one question not a whole project in one time.

Just a thougth

Cor

Nov 20 '05 #2
Well, I need an application that bring me money for the rest of my life
Please help with all code

Just joking..I can became boored
Merdelus, if you know VB6, you can migrate to NEt easy enough, it's more
about learning classes than the language. Try to read some "Hello
world" -like apps to get familiar with the IDE and help system and results
will raise soon

Ceers,
Crirus...

"Merdelus" <to******@yahoo .com> wrote in message
news:14******** *************** *****@phx.gbl.. .
I'm a new visual basic learner, I need some help with this
program below:

create an application that either sums or averagethe rows
or columns of a two dimensional array depending on user
choices.
create a menu bar with a file that includes a perform
action command and an exit command. the perform action
command computes either the sum or the average of the rows
or columns in the array and displays the result in a
message box. the exit command exits the application.
create a 2nd menu on the menu bar called the action menu.
add a sum rows command, sum columns command, average rows
command, and average columns command to the action menu.
use the radiocheck and check properties of each command to
allow the user to select a command on the action menu. the
perform action command checks to see which command is
selected on the action menu to determine which operation
to execute when the user clicks the perform action command.
the commands on the action menu do not require any event
procedures. include appropriate shotcut keys for all
commands. after the perform action command executes, the
program should display the results in a message box. the
message box should display results for each row or column
separated by a controlchars. Newline character. the
message box also should ask the user if he/she wants to
continue or to exit the application.

PLEASE HELP!!!!!! send me the code to to******@yahoo. com
THANKS!!!!!!!!

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3882
by: Roy J | last post by:
Hello everyone:) My name is Roy, I am new to Java and I have problem regarding to arrays. if you have time and like to help, please help. I am trying to make a program to deal with prime numbers, but I do not how to involve arrays with that. program generates prime numbers according to user input, and displays them in descending order. The user enters the number of prime numbers to be generated. The output is displayed 5 numbers per...
2
1399
by: sunfox | last post by:
Please help!! I have a difficulty in writing an assignment which is related to Visual C++ V6.0. Can anybody here assist me to write a program which is able to run under DOS? The program will be used in Car Park Management, Library Management and Yellow Page Management. For the purpose of fully understanding explanatory notes should be added for each Source Code. Many thanks in advance!!!!
7
3278
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that I believe if it's solved, the remaining stuff is easy... my full program until now is here: http://www.geocities.com/tom4_h4wk/progmail.zip the problem is the segmentation fault when main trys to run leficheiro.c.... the *.c2 files are the...
2
2114
by: Erik | last post by:
Hi Everyone, I'm having real problems compiling some source for eVC4++. The errors I am getting are below: It all seems to be centred around winsock. If I move the afsock.h reference to before my other includes then I get lots of errors like C2011: 'fd_set' : 'struct' type redefinition warning C4005: 'FD_CLR' : macro redefinition which I understand are due to the fact that windows.h is being included in another header file as well as...
1
9623
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
3
4023
by: promiscuoustx | last post by:
I am trying to get my program to compile, but it will not complete. At line 79 it states, cannot convert 'float()()' to 'float' in assignment. Here is my code. #include <iostream> #include <iomanip> #include <cmath> #include <cctype> #include <stdlib.h> #include <sstream> using namespace std;
2
2129
by: Bsnpr8 | last post by:
I need help guys, i have to many stuff to do, because i am in my last 2 weeks of the university, my last assignment is to do a spell checker in C++, i have an idea but nothing is coming out. I really need help, could someone do, anything to help me i don't have much time, here are the instructions: Instructions: In this project, you are asked to develop your own spell-checker utility. We make suggestions to help get you started. You should...
5
2557
by: weidongtom | last post by:
Hi, I tried to implement the Universal Machine as described in http://www.boundvariable.org/task.shtml, and I managed to get one implemented (After looking at what other's have done.) But when I use to run a UM program, I kept on getting error messages. I have used someone else's implementation and it runs fine. I have compared my code with other's and I still can't figure it out what's wrong with mine. So please help me out, after 3...
5
2302
by: tabani | last post by:
I wrote the program and its not giving me correct answer can any one help me with that please and specify my mistake please it will be highly appreciable... The error arrives from option 'a' it asks for user name, check in the system but does not return the correct answer please help me with it. or if you have better way of doing it would you please mind to tell me.. thanks.. #!/usr/bin/perl -w #use Getopt::Std;
2
2441
by: clouddragon | last post by:
Hi, i am in desperate need for any help regarding one of my assignments. I am to write a python program that lists the numbers that are composite from 1 to n(input) and write it to an external txt. I was able to write something that checks whether something is composite or not but able to incorporate it into a loop as such. for example: n = 50 then the composite numbers are 4 6
0
8382
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8297
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8498
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8600
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7311
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1930
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1600
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.