|
sidonee (m)
|
please is there any boby in the house who is good at visual basic programming? please i need help to write a program in visual basic that can b used to compute the cumulative grade piont average "CGPA" please i"ll be very greatfull if assisted. 
|
|
|
|
|
|
lord_Nebu
|
well to write such a program u don't really need visual basic on less u intent to really make it GUI based.a simple basic program can't handle what ever u want.so what is it u really want to do is it an assignment or what.
|
|
|
|
|
|
sidonee (m)
|
lord nebu thanks 4 your concern but it actully meant to b a project work and my supervisor specified that i use visual basic i'll b very gratefull if u can help. 
|
|
|
|
|
|
Smart K. (m)
|
Project at what level, OND, Bsc, Masters, etc. I may have something u can readily use. contact me at mcrahmsmart@yahoo.co.uk
|
|
|
|
|
|
Bossman (m)
|
This is a simple and very common application. Is this homework or this is a work project? if it's the former, I would suggest that you take the time to take about it and write down the steps you will take to solve it. Post it here, and let the knowledgable people in here post suggestions. If it's the latter, then, are you a developer? If so, you ought to be able to do this. In either case, it would not do you much good if someone writes the program and sends it to you. On the long run it will not help you.
|
|
|
|
|
|
sidonee (m)
|
well bossman it is suppose to be a project work and a friend of mine who is supposed to to submit it by december actually asked 4 my assistance. and i felt the house would be of great help. please i still need to nhear from u. 
|
|
|
|
|
|
sidonee (m)
|
well bossman it is suppose to be a project work and a friend of mine who is supposed to to submit it by december actually asked 4 my assistance. and i felt the house would be of great help. please i still need to nhear from u. bossman am looking foward to hear from u.
|
|
|
|
|
|
lordbenax (m)
|
you can place a label on the form. Change the caption to CGPA. declare variables according to the number of courses that student uses with the dim command and one last one for the CPGA. The variables would be float or doubles but definitely not intergers. Find out the equation or formula used by your school to calculate the CGPA. make the values of the courses variables to be the those gotten from text boxes u put on ur form. lets say Dim JavaModule1 as double JavaModule = text1.text convert this value from string to numeric values using the val. method from the arithmetic operators in VB. Such as Dim Javamodule1 as double Dim javamoduleNum as double. Javamaodule1 = text1.text javamoduleNum = val(javamodule1) Check up one this hint see if it works and i would discuss more 2morrow. I hope i av been of help.  Java
|
|
|
|
|
|
Kobojunkie
|
When you say Visual Basic, do you mean VB.NEt?? Is it a Windows application or a Web Application?? What DatabAse are you to use?? Have you put together the tables you will use for this if it is supposed to be an application that is dynamic??
If you are set up and ready to start, let me know and I can help you the much I can from here
|
|
|
|
|
|
BlkRaven (f)
|
This is a simple and very common application. Is this homework or this is a work project? if it's the former, I would suggest that you take the time to take about it and write down the steps you will take to solve it. Post it here, and let the knowledgable people in here post suggestions. If it's the latter, then, are you a developer? If so, you ought to be able to do this. In either case, it would not do you much good if someone writes the program and sends it to you. On the long run it will not help you.
Well said!
|
|
|
|
|
|
dasersoft
|
hey, visual basic is a RAD(Rapid Application Development) application. it requires a very good understanding of basic as a programming language. since visual basic is an event driven application it can not be discussed on this forum since it implies a whole project. however you can start the project then programmers can help you on some modules(procedures). this is of course the way to do it. however if you insist getting a complete project that computes the cummulative grade point. then you can reach me on daseronline@yahoo.com.sg. but this is not important you can do it yourself. bye
|
|
|
|
|
|
AhmedGuru (m)
|
I already have a project of this nature. If you don't mind you can contact me on onlylakunce@yahoo.com. Let's talk on what amendments to make to suit you situations.
|
|
|
|
|
|
|
|