Start learning VB.Net from VFP

G

Guest

I'd like to ask:

1. Where are the best to start learing VB.Net, currently I am using Visual
Foxpro as my depelopment tools

2. How to generate menu at run time, the menu it self is stored at database
table, are there any code examples to share

3. Can we perform SELECT statement against GRID/DATASET to query the data
ie: I want to know any dulpicate item in sales invoice. In VFP we can perform
SELECT statement against GRID

Please help me, any commen/help will be very appreciate
TIA
SEN
 
H

Herfried K. Wagner [MVP]

Sen said:
1. Where are the best to start learing VB.Net, currently I am using Visual
Foxpro as my depelopment tools

I remember seeing the same questions in this group yesterday...

If you don't have any experience with VB.NET yet, I suggest to get familiar
with the language before writing database applications with it.

For a quick look at Visual Basic .NET you can install the Express beta
and play around with it:

<URL:http://lab.msdn.microsoft.com/express/vbasic/>

Alternatively, you can order the trial version of VS.NET:

<URL:http://msdn.microsoft.com/vstudio/productinfo/trial/>

General information about VB.NET can be found here:

<URL:http://msdn.microsoft.com/vbasic/>

For beginners' tasks, VB at the Movies may be helpful:

<URL:http://msdn.microsoft.com/vbasic/atthemovies/>

Quickstarts on various topics of the .NET Framework can be found here:

<URL:http://samples.gotdotnet.com/quickstart/>

For VB6 programmers, there are separate documents about the switch to
VB.NET:

VB.NET for VB Veterans
<URL:http://msdn.microsoft.com/library/e...tiontovisualbasic70forvisualbasicveterans.asp>
 
S

sen

First
Thank you for your information, I learn VB.Net because my new place
using VB.Net

Second
I remember seeing the same questions in this group yesterday...
I belived somehow my network line was so busy, first I post it 9/3/05
but at 12/3/05 my message haven't show up yet, so I post it again,
sorry...

Last
If you don't have any experience with VB.NET yet, I suggest to get familiar
with the language before writing database applications with it.
I have been studing VB.Net around 2 week and I had developed a few
database program in VB.Net but I have difficulities in validating
record in grid and generating menu at run time.

Anyone have an idea ?

Sen

TIA
 
C

Cindy Winegarden

Hi Sen,

Your March 9th post was to it.comp.lang.visual.basic. That's not a Microsoft
group so those of us who read directly from the Microsoft news server
wouldn't have seen it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top