Academic Records System

Very advanced database application that highly exploits VB capabilities. Written especially for you guys and gals who want create a full running database system.

In other hand, it contains many useful programming tricks, utilities, and goodies (cool usercontrols, system and registry manipulation, advanced file operations...) that you can freely implement in your project.

It doesn't contain any third-parties components. Good start-up to create things from scratch.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bymontaseron Thu, 12/11/2008 - 04:42

thanks where can i find the download link

Submitted byAnonymous (not verified)on Sat, 01/10/2009 - 11:22

hey.. hw to open the project?using VB 6.0?

Submitted byAnonymous (not verified)on Sat, 01/10/2009 - 11:25

Hey, I am from Malaysia.
May I knw how to open the project?
Using VB 6.0?

Regards,
Jenn Hwee

Submitted byAnonymous (not verified)on Wed, 01/28/2009 - 18:53

Can you please tell us how did you make  clock with a graphical interface in your form

Submitted byAnonymous (not verified)on Thu, 01/29/2009 - 17:34

In reply to by Anonymous (not verified)

The clock you see on the form is just an usercontrol (tovClock) with transparent background. To do this: 1) place the usercontrol (tovClock) on your form, 2) set its BackColor (property) to any color you want to be transparent, 3) set its backstyle to [0 - bc_Transparent], 4) in the form_load (or wherever you want) you can start it by invoking the method tovClock.StartIt().

There are lots of customization you can do with it.

Hope it helps!

Submitted byAnonymous (not verified)on Sun, 02/15/2009 - 03:48

aaaaaahmmm.... its a nice project, designs and all. hmm may i know how were u able have some of the controls u used, like i am so interested with the tvimpicture control. i opned it qith vb 6 and im trying to find that control using ctrl t, but i cant find something exactly like it. pls i need ur reply, i will appreciate it so much.

 

Submitted byAnonymous (not verified)on Sun, 02/15/2009 - 03:51

if u have a spare time, i will appreciate it too, if i cud have ur reply on my yahoo mail acct. my add is [email protected]!

ur great... ^_^ V

Submitted byAnonymous (not verified)on Thu, 03/12/2009 - 23:23

Say how can I use those cool controls in my project. And anyone feel like giving a tutorial for this kind of gui?

Submitted byAnonymous (not verified)on Sun, 04/12/2009 - 23:27

Hello, Pls do you have the user guide for the academic record system? Tanx [email protected]
Submitted byAnonymous (not verified)on Thu, 04/16/2009 - 19:35

Good very nice your work and GUi i want to know you if you willing i want to asked you more in visual basic im student from infotech so i get your number for asked more information tnxx....
Submitted byAnonymous (not verified)on Sun, 04/26/2009 - 09:46

im having a difficult time locating the methods on the several modules in using your cool controls. . . please give me a copy of modules and there corressponding controls. . please help me. . thanks
Submitted byAnonymous (not verified)on Wed, 07/15/2009 - 19:57

In reply to by Anonymous (not verified)

why is it that the source code is too hard for the students? please ive me the reasons? tnx...
Submitted byAnonymous (not verified)on Mon, 04/27/2009 - 12:22

sir do you know sites where there are user controls tutorials. . . ???

'Til now, I don't really know good sites where there are usercontrols tutorials. The best teacher, I think, is experience. The only things I knew before developing my first usercontrols are how to create properties and how to trigger events. One year later, I developed these controls for Academic Records System. I wish you'll find what you are looking for!
Submitted byAnonymous (not verified)on Tue, 05/05/2009 - 22:53

I dont have any comments... But please send me vb code for following tasks 1. Retrieve data from database...Actually u already given the code but the below code is not working cnString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=..\data\Northwind.mdb" So please tell me what all the controls should be used.. 2. And VB code to transfer a variable value from one form to another.because actually i am staring count for marks from 1st to 5th form ,so in every form i have 6 questions totally 30 questions so at fifth page it has to calculate all the marks... means in every page count of marks ill be updated and should transfer to next page
Submitted byAnonymous (not verified)on Fri, 05/08/2009 - 11:10

hi sir , , can we open this project to microsoft visual basic express 2008? how to open in vb.net 2008? thank JHERVY

Hi. The project is in vb6, so it's quite impossible to open it in any version of vb.net (2002 - 2008). thanks! Monier
Submitted byAnonymous (not verified)on Wed, 08/12/2009 - 16:20

Thank you very much for this very nice GUI. I feel like there is some performance issue. After clicking each button, it is taking atleast 5 sec to open/edit etc. Can you please look into this performance issue. Thanks in advance
Submitted byrude04on Sun, 09/13/2009 - 01:39

.,sir how do i open or import the usercontrols in your program to a new project? .,when try to add a user control from the folder "Shared Code\tovControls\UserControls" i always get an error like "user-defined type not defined"..
Submitted byAnonymous (not verified)on Tue, 01/11/2011 - 14:07

thanx for the great code... but can you tel me if there is any tutorial documents to learn how to make user defined user controls? it will be very helpful... I'm new in learning VB...
Submitted byAnonymous (not verified)on Wed, 02/09/2011 - 21:51

im a BSIT student..what is the best site to learn visual basic? where I can find different codes of different systems..?

Add new comment