473,394 Members | 1,718 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

VB.net Project??

We currently do a ton of tracking and data collection of parents and
children that use our facilities, this includes registration, and a sign in
and out "FORM" each time they visit, plus additional tracking done by the
people on the floor. We'd like to automate as much of the paper work as
possible and save everyone a lot of trouble. The only problem is that we
currently have 10 different sites. So this is what I'd like to do.

When users enter our facility I'd like to have them electronically sign in
(right now I'm thinking of using key ring barcodes and a barcode reader) or
a last name and phone number search. Once the user is identified it would
list all of the children that they have registered in the past and give them
the option to specify which children are with them now.

I'm a VB 6 and ActiveX developer by trade but haven't programmed in about 8
months, I've been given the resources and time to pursue this project if I
want to teach myself something new so the question is can VB.net handle
this? I'd prefer to have the program run as a web application so that all
the sites are using the most current information and so that I don't have to
visit each site every time there is a problem with the "software" I've done
web based ActiveX's in the past but wasn't happy with the amount of tech
support that I needed to keep them running. I think a web style application
would be best. I'd appreciate your thoughts and comments.

Nov 20 '05 #1
4 2879

"R Doornbosch" <ro***********@hotmail.com> wrote in message
news:vl************@corp.supernews.com...
We currently do a ton of tracking and data collection of parents and
children that use our facilities, this includes registration, and a sign in and out "FORM" each time they visit, plus additional tracking done by the
people on the floor. We'd like to automate as much of the paper work as
possible and save everyone a lot of trouble. The only problem is that we
currently have 10 different sites. So this is what I'd like to do.
You can do this Web or WinApp, doesn't matter, just depends on the
connectivity. The biggest thing will be you database connectivity and where
that is stored. I think thats your challenge right now.

The obviuos advantages of web over application is no distribution issues.
its just there, but a lot more work goes into concept development and design
than in a windows app.

So, if you want to make it, pretty, fun, easy to add new stuff... do the
web... if you want a stable/quick application with a familar UI, use a win
app... =)

Hope it helps.


When users enter our facility I'd like to have them electronically sign in
(right now I'm thinking of using key ring barcodes and a barcode reader) or a last name and phone number search. Once the user is identified it would
list all of the children that they have registered in the past and give them the option to specify which children are with them now.

I'm a VB 6 and ActiveX developer by trade but haven't programmed in about 8 months, I've been given the resources and time to pursue this project if I
want to teach myself something new so the question is can VB.net handle
this? I'd prefer to have the program run as a web application so that all
the sites are using the most current information and so that I don't have to visit each site every time there is a problem with the "software" I've done web based ActiveX's in the past but wasn't happy with the amount of tech
support that I needed to keep them running. I think a web style application would be best. I'd appreciate your thoughts and comments.

Nov 20 '05 #2
Cor
Hi,
I was not sure if I could answer your question, but I give it a try.
VB.net is a tremendous tool for Web Application.
If you are familiar with VB6 you maybe have seen the IIS web part from VB6.
That project was stopped. For me the principles of that are almost the same
as Asp.Net
Use the power of a real program as the backbone for your web applications.
But I think that VB.net with Asp.net has maybe 1000 times more possibilities
as VB6 IIS.

But remember that it is not a tool as Power Project with what you make a
webpage and after a while gives it a new theme and there is a new website.
When you use Asp.net it is basically to communicate in 1 to many directions
and visa versa.
Therefore I think that starting a project with crappie data architecture
will lead to nothing.

Is your data architecture ok, than you have to consider about your standard
client.
Keep always in mind that you are working with the net, and not everybody has
a 2Gb connection. There are people who have a 2Kb connection too.

Do you have only clients in your own offices then you can think on Window
applications like with VB6. You can communicate with a Window program over
the net with an asp.net Web server.

Why I write this, just to show you that it is not go and ready. A lot of
things have to be decided before you begin. It will be a long chain of
decisions.

I find the tools from Visual.Studio.Net terrific; I can do almost everything
with it.
Except making Window Pages in the way it is possible with tools as
FrontPage.
I think that when you use Visual.Studio.Net as your tool, you know at the
start what will be the end of your project.

Just some thoughts.
Cor


Nov 20 '05 #3
Cor
Stupid fool I am PowerProject has nothing too do with this.
"> But remember that it is not a tool as Power Project with what you make a
But remember that it is not a tool as FrontPage with what you make a

Sorry
Cor
Nov 20 '05 #4
Hi R,

My impression is that you are very familiar with Windows Apps and familiar with interacting with the Web, but are not a Web
designer as such.

Given that, I would tend towards a central Web Service with a Windows App for your clients. Like Chris says, there's a lot
involved in doing a complete Web App, especially if it's new territory.

The sign-in stuff could be entirely web-based as it is self-contained and reasonably simply. There's only so much going on with
sign-in and once it's done, it's done.

With the paper shuffling, however, it's a case of how long is a piece of string. And the answer is that it gets longer and
longer the more you tug on it. With your Windows experience you'll be more comfortable and capable with this, I would imagine.

Doing it this way - WinForms App, simple Web Service, simple Web App will give you experience in all three areas with the bulk
being where you are more familiar (and you'll find big enough differences there, going from VB6 to VB.NET!).

However you decide, have fun and good luck. You're welcome to bring queries here.*

All the best,
Fergus

* (but be ready to duck if the newsgroup police think you're in the wrong area)
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: public heath vb developer | last post by:
We have a solution with 29 projects including a main menu and 28 dlls. One of the projects (Project B) was created by copying an existing project (Project A), making changes including the assembly...
2
by: Rudy Ray Moore | last post by:
How can I modify the project build order of a multi-project workspace under "Visual Studio .net 2003 7.1 c++"? I tried to modify the .sln by hand to influence the build order, but it didn't seem...
1
by: Jerad Rose | last post by:
Hello, I have searched all over for the answer to this, to no avail. I have a web project already set up and running on a remote server, that I created from my home computer. I am now trying...
11
by: Dave | last post by:
I copied the project files from an ASP.NET project on one computer and want to create the project on another computer, There is no connection between the two computers so I simply copied the...
4
by: Brad | last post by:
I'm not one to rant or flame....so please excuse me while I do so for this once. I've now spent a bit of time working with VS2005 beta 2 to see how it functions for web development, especially how...
7
by: Mantorok | last post by:
Hi all We have an ASP.Net project (and the Solution) under source-control. Here is the example - I create the Solution, I create an ASP.Net project and then check it all in to source control,...
6
by: liu | last post by:
Hi all, in my vb.net solution, i have 3 project: 1. Main-this is the startup or the base of my window application. 2. Sales-this is the project that contains all the sales info 3. Product-this...
9
by: Anubhav Jain | last post by:
Hi, I am having few .net source files(.cs or .vb) and I want to dynamically generate the corresponding .net project file(.csproj or .vbproj) for them without using visual studio.So that I could...
3
by: Jerad Rose | last post by:
This is regarding Visual Studio 2003 (framework 1.1). We have several projects/libraries. Of course, many of these reference each other. If we only had one solution, we would simply add all of...
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.