Am I out of luck?

Xee

Member
Joined
Apr 6, 2003
Messages
10
For my Advanced Systems Analysis class, were supposed to design and create a system based on requirements given out by my professor. One of the many options on how to develop the system was to create Windows executable program using any language we want. When I heard this, I immediately decided to use VB.NET and Access.

After emailing him a few questions later though, Im not so sure. He said on the computer hell be testing our finished systems on, hes running Windows NT 4.0 SP6 with Internet Explorer 5.0. Knowing that the .NET framework requires Windows NT 4.0 SP6a and at least Internet Explorer 5.01, I emailed him back and asked him if I could include the 6a service pack, IE 6.0, and the 1.1 .NET Framework along with my final system on a CD. Here was his response:

My desktop is locked down, such that I can not do any install that requires administrator privilege. Im not sure if that affects what youre planning. If it does, you must find a work-around, e.g., not install anything on my c: drive. Ill announce this in class also.
So, I just want to know, does this pretty much discard VB as an option for designing this system?
 
The way I see it, it discards many options (programming languages), what if you created a control or DLL in C or VB6, he cant/wont install it. ?? Hes not giving you much as an alternative.
Does he have the VB6 Run-times? (If thats the route you want to go.)

If you really want to impress him and you have an Internet Server, create an ASP.NET application.
 
Originally posted by Robby
The way I see it, it discards many options . . .

This is exactly what is said on the PDF he sent us:


As indicated in the course syllabus, you must develop the system in one of the following ways:

A Microsoft Windows executable program. You can use any programming language you want.
A Java program.
A Microsoft Access database program
A Microsoft Excel spreadsheet
A Lotus 1-2-3 spreadsheet.
A StarOffice 5.2 spreadsheet

Originally posted by Robby
If you really want to impress him and you have an Internet Server, create an ASP.NET application.

Im pretty new to VB as it is; I wouldnt know where to start with ASP. I think Ill just go ahead and do something in Access. Itll be boring as hell to make but thats pretty much all thats left. Ah well, back to the DFDs . . . *shudder*
 
Back
Top