Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - How to build VB.NET Forms/Controls as easily as Access 2007 does?

Reply
 
Old 08-09-2008   #1 (permalink)
gman


 
 

How to build VB.NET Forms/Controls as easily as Access 2007 does?

Is there a way in VB.NET to build a Form/Control as easily as Access
2007 does?
I built a small name and address application in Access 2007 and I was
surprised at what I was able to do without any code. Access Forms
allow a Datasheet (GridView) to show by setting a property (I have
mine set to Datasheet on Top). Pretty sweet and easy.
I am a seasoned programmer (over 20 years) but I am a newbie to VB.NET
2005. Our company brought in some VB.NET programmers and they split
the Forms and the Gridview into their own controls with each having
hundreds of lines of code to implement. Looking at it from the outside
I think how can Access do this with no code and we have to use
hundreds of line of code.
Is there also a spot were code could be posted that can be critiqued?
I would think this newsgroup would be a good spot except the
formatting of the code would get lost along with it being hundreds of
line of code.
Or does someone well structured code that can be reviewed that does
CRUD?
A whole application would be nice.

My System SpecsSystem Spec
Old 08-09-2008   #2 (permalink)
PvdG42


 
 

Re: How to build VB.NET Forms/Controls as easily as Access 2007 does?


"gman" <geweiss@xxxxxx> wrote in message
news:7c2cb365-33e9-4eca-b716-7aaa6a2d8556@xxxxxx
Quote:

> Is there a way in VB.NET to build a Form/Control as easily as Access
> 2007 does?
> I built a small name and address application in Access 2007 and I was
> surprised at what I was able to do without any code. Access Forms
> allow a Datasheet (GridView) to show by setting a property (I have
> mine set to Datasheet on Top). Pretty sweet and easy.
> I am a seasoned programmer (over 20 years) but I am a newbie to VB.NET
> 2005. Our company brought in some VB.NET programmers and they split
> the Forms and the Gridview into their own controls with each having
> hundreds of lines of code to implement. Looking at it from the outside
> I think how can Access do this with no code and we have to use
> hundreds of line of code.
> Is there also a spot were code could be posted that can be critiqued?
> I would think this newsgroup would be a good spot except the
> formatting of the code would get lost along with it being hundreds of
> line of code.
> Or does someone well structured code that can be reviewed that does
> CRUD?
> A whole application would be nice.
I have two comments, neither of which is meant as a personal affront.
1. Have you looked at any beginners tutorials where you simply drag a table
from a data source onto your form and a fully functional datagrid appears?
2. When you mention "I built a small name and address application in Access
2007 and I was surprised at what I was able to do without any code." The
operative word is small. Access is designed for single user/ small workgroup
applications. I'll guess that the work you refer to as requiring "hundreds
of lines of code" is part of a large scale application?

Here's a book that targets VS 2005 and VB that takes you from the basics and
explains the why's of adding code to gain full control to database
applications:

http://catalogs.mhhe.com/mhhe/viewPr...sbn=0073304441



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
ACCESS 2007 FORMS .NET General
Manage ACCESS MDE compiled MDB+forms+code to append data from vbs VB Script
simulate continuous forms & subforms in a windows forms application .NET General
Parental controls, cant access Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46