Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio: High Level Design? 1

Status
Not open for further replies.

Frink

Programmer
Mar 16, 2001
798
GB
Hallo,

I'm an experienced (old-school) programmer, trying to get to grips with Visual Studio 8 (or 10)
I want to write a VB program which comprises 3 elements; a Service to enter data into a Database, which can then be viewed in a Windows forms App.

Ideally, could I have one App with a local database, which includes the 'service' part in a separate thread which continues to run when the app is minimised to the task bar?

Or do I have to put these three components in 1 project, or three projects in a solution?

What are the relative merits from a VS point of view?

Any help would be much appreciated,

- Frink
 
You'll probably prefer to put this question in the forum796 forum. This is an old forum for VB6.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top