VB 6 Program, Etc.

  • Thread starter Thread starter Cruising Chrissy
  • Start date Start date
C

Cruising Chrissy

Having a spare VB programmer laying around, I had the Code Monkey
write in VB 6 (it's what he knows best) a calendar based GUI program
for assigning independent contractors, keeping up with their payroll
etc. Click on a date, up comes a fill in screen, etc.

I have the source code in hand and even though I am not a programmer,
I would like to view his work especially when he discusses issues he
has/had.

So I am looking for a reader or compiler to view the code and anything
else that may make some sense to have.

Also, I am looking to upload the calendar to a web page for viewing
and for the independent contractors (in this case football officials)
to select, confirm, deny and/or return assignments.assignments.

Any and all suggestions (including porting this over to C++ or other)
would be kindly appreciated.

And I mean any and all.
 
Cruising said:
Having a spare VB programmer laying around, I had the Code Monkey
write in VB 6 (it's what he knows best) a calendar based GUI program
for assigning independent contractors, keeping up with their payroll
etc. Click on a date, up comes a fill in screen, etc.

I have the source code in hand and even though I am not a programmer,
I would like to view his work especially when he discusses issues he
has/had.

So I am looking for a reader or compiler to view the code and anything
else that may make some sense to have.

Also, I am looking to upload the calendar to a web page for viewing
and for the independent contractors (in this case football officials)
to select, confirm, deny and/or return assignments.assignments.

Any and all suggestions (including porting this over to C++ or other)
would be kindly appreciated.

And I mean any and all.
The code can be seen by viewing the uncompiled files in the project with
notepad. (i.e.- view the .frm, .bas files with notepad)

As far as compiler goes, AFAIK, you are stuck using the one that came
with VB.
 
The code can be seen by viewing the uncompiled files in the project with
notepad. (i.e.- view the .frm, .bas files with notepad)
Thanks.

As far as compiler goes, AFAIK, you are stuck using the one that came
with VB.

Yep, that seems to be the case. Once through, I am going to make a
freeware version for both officials and those who assign them, most
probably a Lite version for small companies and the many non profits
that need this sort of thing.

Appreciate the response.
 
Back
Top