473,385 Members | 2,269 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,385 software developers and data experts.

VB2003 Book??

Don

Can anyone recommend a good book for learning to use VB2003? I'm
interested in something like Rocky Lhotka's "Business Object" books.

I know he wrote one for VB2005 but I'd like a VB2003 specific book if
a good one exists.

Thank you,

Don
Bothell, WA
Apr 3 '07 #1
5 1323
Don-

I could be wrong (as I don't own it) but I am pretty sure the apress book:
Expert One-on-One Visual Basic .NET Business Objects by Mr. Lhotka is for
..NET 1.x

I have his newer book, the one for .NET 2.0 and in the text, when mentioned,
it seems as if this is the case.

Maybe on Lhotka's site, forumns or on amazon or bookpool or some other book
site you could find out for sure.

btw, if your into BO's / CSLA - Rocky and the DotNetRocks guys have quite a
few podcasts and even a couple DNR TV shows covering some of the older and
new CSLA stuff.

Tony Wissler
te*******@gmail.com_remove_
Dad, MCP, MCSE

"Don" <don81846@NO_CaCa.Earthlink.netwrote in message
news:mk********************************@4ax.com...
>
Can anyone recommend a good book for learning to use VB2003? I'm
interested in something like Rocky Lhotka's "Business Object" books.

I know he wrote one for VB2005 but I'd like a VB2003 specific book if
a good one exists.

Thank you,

Don
Bothell, WA

Apr 4 '07 #2
Don
Hi Tony,

I'm not necessarily into "BO's / CSLA". I've got quite a few ebooks
that explain the individual functions in the .Net Framework Class
Library but I would like to see something that gives some perspective
on real world ways to actually use the FCL to create applications.

Thank you for your tips.

Regards,

Don
Bothell, WA

On Tue, 3 Apr 2007 22:16:27 -0400, "Tony Wissler"
<Re****************@gmail.comwrote:
>Don-

I could be wrong (as I don't own it) but I am pretty sure the apress book:
Expert One-on-One Visual Basic .NET Business Objects by Mr. Lhotka is for
.NET 1.x

I have his newer book, the one for .NET 2.0 and in the text, when mentioned,
it seems as if this is the case.

Maybe on Lhotka's site, forumns or on amazon or bookpool or some other book
site you could find out for sure.

btw, if your into BO's / CSLA - Rocky and the DotNetRocks guys have quite a
few podcasts and even a couple DNR TV shows covering some of the older and
new CSLA stuff.

Tony Wissler
te*******@gmail.com_remove_
Dad, MCP, MCSE

"Don" <don81846@NO_CaCa.Earthlink.netwrote in message
news:mk********************************@4ax.com.. .
>>
Can anyone recommend a good book for learning to use VB2003? I'm
interested in something like Rocky Lhotka's "Business Object" books.

I know he wrote one for VB2005 but I'd like a VB2003 specific book if
a good one exists.

Thank you,

Don
Bothell, WA
Apr 4 '07 #3
I would start with the Microsoft MSDN download of "101 applications..."
Do search for this on the downloads/MSDN section of the Microsoft site.

Some of the examples of more basic than other but even with those, with a
little imagination you could see were they would fit in on real business
world applications.

Tony

"Don" <don81846@NO_CaCa.Earthlink.netwrote in message
news:gm********************************@4ax.com...
Hi Tony,

I'm not necessarily into "BO's / CSLA". I've got quite a few ebooks
that explain the individual functions in the .Net Framework Class
Library but I would like to see something that gives some perspective
on real world ways to actually use the FCL to create applications.

Thank you for your tips.

Regards,

Don
Bothell, WA

On Tue, 3 Apr 2007 22:16:27 -0400, "Tony Wissler"
<Re****************@gmail.comwrote:
>>Don-

I could be wrong (as I don't own it) but I am pretty sure the apress book:
Expert One-on-One Visual Basic .NET Business Objects by Mr. Lhotka is for
.NET 1.x

I have his newer book, the one for .NET 2.0 and in the text, when
mentioned,
it seems as if this is the case.

Maybe on Lhotka's site, forumns or on amazon or bookpool or some other
book
site you could find out for sure.

btw, if your into BO's / CSLA - Rocky and the DotNetRocks guys have quite
a
few podcasts and even a couple DNR TV shows covering some of the older and
new CSLA stuff.

Tony Wissler
te*******@gmail.com_remove_
Dad, MCP, MCSE

"Don" <don81846@NO_CaCa.Earthlink.netwrote in message
news:mk********************************@4ax.com. ..
>>>
Can anyone recommend a good book for learning to use VB2003? I'm
interested in something like Rocky Lhotka's "Business Object" books.

I know he wrote one for VB2005 but I'd like a VB2003 specific book if
a good one exists.

Thank you,

Don
Bothell, WA

Apr 5 '07 #4
Hello Don,
Can anyone recommend a good book for learning to use VB2003? I'm
interested in something like Rocky Lhotka's "Business Object" books.

I know he wrote one for VB2005 but I'd like a VB2003 specific book if
a good one exists.
If you are just learning VB, I would recommend you skip 2003 and jump to
2005. The MSPress intro book is free online at http://msdn.microsoft.com/vbasic/lea...introtovb2005/.

If you must work with 1.x, you might want to check out Francesco Balena's
book at http://www.microsoft.com/mspress/books/5199.aspx.

If you want to work up to Rocky's business object books (he does have one
for .Net 1.x), Deb Kurata just released her first Doing Objects book for
..Net. See http://www.amazon.com/Objects-Visual...5998536&sr=1-1

Jim Wooley
http://devauthority.com/blogs/jwooley

Apr 8 '07 #5
That Deb Kurata book was great! It was a really pragmatic view of objects,
and how to build a 3-layer application, complete with examples that show
you how to work through the whole process.

Robin S.
-----------------------

"Jim Wooley" <ji*******@hotmail.comwrote in message
news:a6*************************@msnews.microsoft. com...
Hello Don,
>Can anyone recommend a good book for learning to use VB2003? I'm
interested in something like Rocky Lhotka's "Business Object" books.

I know he wrote one for VB2005 but I'd like a VB2003 specific book if
a good one exists.

If you are just learning VB, I would recommend you skip 2003 and jump to
2005. The MSPress intro book is free online at
http://msdn.microsoft.com/vbasic/lea...introtovb2005/.

If you must work with 1.x, you might want to check out Francesco Balena's
book at http://www.microsoft.com/mspress/books/5199.aspx.

If you want to work up to Rocky's business object books (he does have one
for .Net 1.x), Deb Kurata just released her first Doing Objects book for
.Net. See
http://www.amazon.com/Objects-Visual...5998536&sr=1-1

Jim Wooley
http://devauthority.com/blogs/jwooley

Apr 9 '07 #6

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

Similar topics

0
by: Neoharuo | last post by:
I am working on a VB2003 project that accesses a SQL Server database. The first two forms (frmA, frmB) are almost identicle as far as the processes and data access and updating. I've set it up so...
5
by: John | last post by:
Hi How difficult is it to upgrade a vb2003 database app to vb2005? Thanks Regards
4
by: John Dann | last post by:
Couple of questions about upgrading an existing installation of VB2003 (Pro) to 2005 (Pro): 1. Not having dabbled in VB2005 yet, I'd feel more comfortable also keeping a working VB2003...
5
by: SStory | last post by:
What do most of the group think about 2005 in comparison to 2003? Slower? How painful is it to upgrade decent sized 2003 apps to 2005? Are there more gotchas? Past experience has shown me...
11
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for...
3
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, I selected BorderStyle = Fixed3D for a textbox on a form in VB2005, but the textbox looks flat. In VB2003 the textbox has the same borderStyle = Fixed3D and has a 3D appearance. Is it...
263
by: Malcolm McLean | last post by:
The webpages for my new book are now up and running. The book, Basic Algorithms, describes many of the fundamental algorithms used in practical programming, with a bias towards graphics. It...
6
by: Dave Marden | last post by:
I currently use this routine in vbscript to ping computers and get the status of ping to determine whether to try to backup a machine, I am trying to change it to work with vb2003.net I am...
1
by: jrw133 | last post by:
i got this program the other day and ive just started it and i am getting some errors that i cant figure out. requirements: 1)create a clas called Book. a Book has three data members: m_title,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.