Visual Basic 6.0

Description

Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.

Visual Basic and Database

Submitted by najmin on
Hello guys. Right now I'm doing my internship at 1 company. My boss wants me to make a simple system that can keep data from the data given by staff. What i know about the making doing a system is a database, the software. Now, for my design i used visual basic for the interface because this system is offline and dont want to use any server because it takes a cost. So my idea is creating a interface using a visual basic and for the database im thinking doing at xampp. Is it ok?

VB Scoring System

Submitted by liftupthefallen on
I'm creating a pacman game for my computer science class as an assignment, but my teacher has not taught us a lot of the things i need to know about writing code to do most of the things i would like to in this game. I need to make a scoring system where everytime pacman eats a dot, 50 points is added to his score. i have all of the dots as circles in a control array. Any help you could offer would be greatly appreciated!

Bantas Programming Language

Submitted by muthym on
An interpreted, linear, text-mode and stack-based semi-esoteric programming language written in Rapid-Q. It consists of punction marks as commands. Inspired by Blank programming language. I wrote this for fun and can be used as logic game for students. This is not intended for serious programming. I still have lot of things to do in this language. I'm releasing this as closed-source but sooner i will make this as open-source. I need to gather feedbacks as my basis to improve the program. The life of this program depends on my motivation and time. So far, the only word in my mind is FUN.

Students Rank Problem

Submitted by chegekim on
I am not good in programming but i have a passion for it. I am creating a Exam Grading system in VB 6.0 with MS Access as back end. I have a problem here: I have 2 tables in MS Access (tblGrades and tmpGrades) with fields StdRegno, Term, ExamType, AvgScore, AvgGrade. I would like to extract the positions using AvgScore but i don't know how to handle a tie (Where students have same average score) such that after say two students in number 2 tie, then the next number will be Position 4 (i.e 1, 2, 2, 4, 5, 6, 7).

Auto Install My Application if user Reinstall Windows

Submitted by zahidmahmood on
hi i m making sms software in vb6 wich work as windows service.my sms system is install more than 30 pcs in different locations.everything works fine but my problem is if user reinstall windows my sms software definately removed. i have a batch file which create SMsService.exe service . smsService.exe current location is d:\sms\ .so the question is there any way .if user reinstall windows my batch file automatically execute and create service again and my application works again.i hear something AutoRun.inf but autorun.inf not works for me..please give me any solution..