• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need some help with VB programing

Isaiah

Senior member
Hi,
I need some help with VB programing!!

For school I need to write a program that I can type in "class names here" and 1(or 1/2) credit hours. It has to print a grid of how many hour I study on that class each day and the total for the month.(e.g. I have a class that is 1 credit, so this program need to take 1 credit(180hours) and divid 180 hours by 160 days, then print out a grid that looks like this(🙂), But not any hours on Saturday or Sunday🙂
Can this be done in VB?

Thanks Isaiah
 
sure can, as a proffessional programmer, i am going to recomend you break this program in to three parts to keep it all organized:

1st, you will probably want to look into an Access or Excel backend to hold the data.
2nd, keep all the logic (rules, calculations, etc) in a VB module, not in a form
3rd, make the interface, this should be the visual functionalitly only, in the VB forms
 
Back
Top