473,386 Members | 1,828 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,386 software developers and data experts.

new to vbdotnet -- help

Hi all--

Two years ago I bought a copy of vbdotnet2003 and the book "Learn MS
VBDotNet 2003 in 21 Days", published by Sams. I started working through
the book, but lost interest. This Christmas, I decided I would continue
trying to learn this language. I am not a programmer, and am trying to
learn this as a matter of personal interest and increasing my career
potential.

I have many questions, that aren't up to the types of questions asked in
this newsgroup. Is there a forum, where I can ask more basic questions,
and not feel guilty? I work in a large lab -- we have some programmers,
but no one knows vbdotnet.

One of the difficulties, is there doesn't seem to be answers to the
exercise problems in the book, and some of these use concepts that
aren't explained in detail in the text. I just spent 2 hours on an
exercise problem in Chapter 5, before I got the program to work correctly.

I studied vb 5.0 on my own and learned quite a bit about it, but
vbdotnet seems to be a "little bit off the deep end" for me. I am sure
glad that I didn't start out trying to learn this as my first
programming language.

Any help or suggestions would be appreciated.

I will ask one question about the problem that irritates me the most.
How does one get out of the program (running in the debugger) if it goes
into an infinite loop?

I am going to learn vbdotnet if it kills me.

Jim

Jan 2 '07 #1
11 1336
I will ask one question about the problem that irritates me the most.
How does one get out of the program (running in the debugger) if it goes
into an infinite loop?
It's either Ctrl+Break or Ctrl+Alt+Break
Is there a forum, where I can ask more basic questions,
and not feel guilty?
The first thing you should do when you have a problem is look at VB's
help files (or object browser if you are trying to see if an object
type contains a certain property/method). After that you should check
out msdn.com or these newsgroups (archived on google groups). Most
questions should be answered somewhere in the archives, so a little
searching can often turn up a solution. After that don't be afraid of
posting a question, whether it's a "newbie" question or not.
(Personally, I like the easy one's - they make me feel smart :-) ).
Besides, hardly anyone gets upset at a post if the poster has searched
for an answer.
I just spent 2 hours on an exercise problem in Chapter 5, before I got the program to work correctly.
The good news is you'll probably never forget the solution!

Welcome to the newsgroup and the language!

Thanks,

Seth Rowe
Jim Madsen wrote:
Hi all--

Two years ago I bought a copy of vbdotnet2003 and the book "Learn MS
VBDotNet 2003 in 21 Days", published by Sams. I started working through
the book, but lost interest. This Christmas, I decided I would continue
trying to learn this language. I am not a programmer, and am trying to
learn this as a matter of personal interest and increasing my career
potential.

I have many questions, that aren't up to the types of questions asked in
this newsgroup. Is there a forum, where I can ask more basic questions,
and not feel guilty? I work in a large lab -- we have some programmers,
but no one knows vbdotnet.

One of the difficulties, is there doesn't seem to be answers to the
exercise problems in the book, and some of these use concepts that
aren't explained in detail in the text. I just spent 2 hours on an
exercise problem in Chapter 5, before I got the program to work correctly.

I studied vb 5.0 on my own and learned quite a bit about it, but
vbdotnet seems to be a "little bit off the deep end" for me. I am sure
glad that I didn't start out trying to learn this as my first
programming language.

Any help or suggestions would be appreciated.

I will ask one question about the problem that irritates me the most.
How does one get out of the program (running in the debugger) if it goes
into an infinite loop?

I am going to learn vbdotnet if it kills me.

Jim
Jan 2 '07 #2
rowe_newsgroups wrote:
>Is there a forum, where I can ask more basic questions,
and not feel guilty?

The first thing you should do when you have a problem is look at VB's
help files (or object browser if you are trying to see if an object
type contains a certain property/method). After that you should check
out msdn.com or these newsgroups (archived on google groups). Most
questions should be answered somewhere in the archives, so a little
searching can often turn up a solution. After that don't be afraid of
posting a question, whether it's a "newbie" question or not.
(Personally, I like the easy one's - they make me feel smart :-) ).
Besides, hardly anyone gets upset at a post if the poster has searched
for an answer.
I tried the help files, and in the few cases when I looked, I did not
find them very helpful, at all. The help file gives a very complicated
(to me) example of how to use a method in a program to do just about
everything it can do, but it didn't answer the exact question I had
about the method, or calling the method.

Jim
Jan 2 '07 #3

"Jim Madsen" <ju****@nobody.comwrote in message
news:ux**************@TK2MSFTNGP06.phx.gbl...
I tried the help files, and in the few cases when I looked, I did not find
them very helpful, at all. The help file gives a very complicated (to me)
example of how to use a method in a program to do just about everything it
can do, but it didn't answer the exact question I had about the method, or
calling the method.

Jim

Jim,

I'm pretty new myself, and teaching myself vb.net, and definitely not up to
most of the stuff that's been floating around, but I've found that the folks
on this group will treat you with respect and a can-do attitude if your
questions are in earnest and you are willing to take a bit of constructive
criticism. Myself, I find THAT easy to do. LOL The only stupid question is
the one that's never asked.

One thing that I've found to be extremely helpful is to use the search
engine if the help doesn't 'help'. hehehe It's amazing the amount of
information that's out there that can help you. Like these folks say, and
I've seen them say it a lot, Google is your best friend.

Bruce
Jan 3 '07 #4
Have you considered upgrading to VB2005? They added a lot of new
features since the 2003 version. There's also a lot of good books out
there; you might check out Tim Patrick's "Start-to-Finish VB2005". It
has a lot of great information in it, and is very readable.

Robin S.
---------------------
"Jim Madsen" <ju****@nobody.comwrote in message
news:e0**************@TK2MSFTNGP06.phx.gbl...
Hi all--

Two years ago I bought a copy of vbdotnet2003 and the book "Learn MS
VBDotNet 2003 in 21 Days", published by Sams. I started working
through the book, but lost interest. This Christmas, I decided I
would continue trying to learn this language. I am not a programmer,
and am trying to learn this as a matter of personal interest and
increasing my career potential.

I have many questions, that aren't up to the types of questions asked
in this newsgroup. Is there a forum, where I can ask more basic
questions, and not feel guilty? I work in a large lab -- we have some
programmers, but no one knows vbdotnet.

One of the difficulties, is there doesn't seem to be answers to the
exercise problems in the book, and some of these use concepts that
aren't explained in detail in the text. I just spent 2 hours on an
exercise problem in Chapter 5, before I got the program to work
correctly.

I studied vb 5.0 on my own and learned quite a bit about it, but
vbdotnet seems to be a "little bit off the deep end" for me. I am sure
glad that I didn't start out trying to learn this as my first
programming language.

Any help or suggestions would be appreciated.

I will ask one question about the problem that irritates me the most.
How does one get out of the program (running in the debugger) if it
goes into an infinite loop?

I am going to learn vbdotnet if it kills me.

Jim

Jan 3 '07 #5
RobinS wrote:
Have you considered upgrading to VB2005? They added a lot of new
features since the 2003 version. There's also a lot of good books out
there; you might check out Tim Patrick's "Start-to-Finish VB2005". It
has a lot of great information in it, and is very readable.

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

No I haven't, Robin, but I will look into it if it's not too expensive.
I got a Barnes and Noble gift certificate from work, so I may look
into getting the book, as well.

Thanks for your reply

Jim
Jan 3 '07 #6
Jim,

First to stop from a loop therefore is that little square blue button in the
middle and in top of the idea. (depends if you have played with the rows).

Secondly my best friend is MSDN.
Although it becomes worse and worse is it still and endless base of
information.
http://lab.msdn.microsoft.com/search/refinement.aspx?

And feel free to ask questions in this newsgroup, however please not the
ones which you can find with one click on MSDN or with the already given way
to Google, here the link with search posibilities to this newsgroup.

http://groups.google.com/group/micro...n&lr=&ie=UTF-8

Be aware that some "forums" are only links to this newsgroup.

Cor

"Jim Madsen" <ju****@nobody.comschreef in bericht
news:e0**************@TK2MSFTNGP06.phx.gbl...
Hi all--

Two years ago I bought a copy of vbdotnet2003 and the book "Learn MS
VBDotNet 2003 in 21 Days", published by Sams. I started working through
the book, but lost interest. This Christmas, I decided I would continue
trying to learn this language. I am not a programmer, and am trying to
learn this as a matter of personal interest and increasing my career
potential.

I have many questions, that aren't up to the types of questions asked in
this newsgroup. Is there a forum, where I can ask more basic questions,
and not feel guilty? I work in a large lab -- we have some programmers,
but no one knows vbdotnet.

One of the difficulties, is there doesn't seem to be answers to the
exercise problems in the book, and some of these use concepts that aren't
explained in detail in the text. I just spent 2 hours on an exercise
problem in Chapter 5, before I got the program to work correctly.

I studied vb 5.0 on my own and learned quite a bit about it, but vbdotnet
seems to be a "little bit off the deep end" for me. I am sure glad that I
didn't start out trying to learn this as my first programming language.

Any help or suggestions would be appreciated.

I will ask one question about the problem that irritates me the most. How
does one get out of the program (running in the debugger) if it goes into
an infinite loop?

I am going to learn vbdotnet if it kills me.

Jim

Jan 3 '07 #7
You can get Visual Studio Express 2005 for free from Microsoft.
It isn't full-featured, but many people use it.

Robin S.
-----------------------------------
"Jim Madsen" <ju****@nobody.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
RobinS wrote:
>Have you considered upgrading to VB2005? They added a lot of new
features since the 2003 version. There's also a lot of good books out
there; you might check out Tim Patrick's "Start-to-Finish VB2005". It
has a lot of great information in it, and is very readable.

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


No I haven't, Robin, but I will look into it if it's not too
expensive. I got a Barnes and Noble gift certificate from work, so I
may look into getting the book, as well.

Thanks for your reply

Jim

Jan 3 '07 #8
I wrote idea, I mean IDE

Cor

"Cor Ligthert [MVP]" <no************@planet.nlschreef in bericht
news:ee**************@TK2MSFTNGP06.phx.gbl...
Jim,

First to stop from a loop therefore is that little square blue button in
the middle and in top of the idea. (depends if you have played with the
rows).

Secondly my best friend is MSDN.
Although it becomes worse and worse is it still and endless base of
information.
http://lab.msdn.microsoft.com/search/refinement.aspx?

And feel free to ask questions in this newsgroup, however please not the
ones which you can find with one click on MSDN or with the already given
way to Google, here the link with search posibilities to this newsgroup.

http://groups.google.com/group/micro...n&lr=&ie=UTF-8

Be aware that some "forums" are only links to this newsgroup.

Cor

"Jim Madsen" <ju****@nobody.comschreef in bericht
news:e0**************@TK2MSFTNGP06.phx.gbl...
>Hi all--

Two years ago I bought a copy of vbdotnet2003 and the book "Learn MS
VBDotNet 2003 in 21 Days", published by Sams. I started working through
the book, but lost interest. This Christmas, I decided I would continue
trying to learn this language. I am not a programmer, and am trying to
learn this as a matter of personal interest and increasing my career
potential.

I have many questions, that aren't up to the types of questions asked in
this newsgroup. Is there a forum, where I can ask more basic questions,
and not feel guilty? I work in a large lab -- we have some programmers,
but no one knows vbdotnet.

One of the difficulties, is there doesn't seem to be answers to the
exercise problems in the book, and some of these use concepts that aren't
explained in detail in the text. I just spent 2 hours on an exercise
problem in Chapter 5, before I got the program to work correctly.

I studied vb 5.0 on my own and learned quite a bit about it, but vbdotnet
seems to be a "little bit off the deep end" for me. I am sure glad that I
didn't start out trying to learn this as my first programming language.

Any help or suggestions would be appreciated.

I will ask one question about the problem that irritates me the most. How
does one get out of the program (running in the debugger) if it goes into
an infinite loop?

I am going to learn vbdotnet if it kills me.

Jim


Jan 3 '07 #9
"Jim Madsen" <ju****@nobody.comha scritto nel messaggio
Two years ago I bought a copy of vbdotnet2003 and the book "Learn MS
VBDotNet 2003 in 21 Days", published by Sams.
No one can learn vb.net in 21 days :)
It takes many days just to learn the underlaing framework (that should be
the thing to study before the language itself).

One of the difficulties, is there doesn't seem to be answers to the
exercise problems in the book, and some of these use concepts that aren't
explained in detail in the text. I just spent 2 hours on an exercise
problem in Chapter 5, before I got the program to work correctly.
If it was one of the first exercises 2h is not so much.

I studied vb 5.0 on my own and learned quite a bit about it, but vbdotnet
seems to be a "little bit off the deep end" for me.
Forget all you learned about VB5 when you write vb.net: you will reach the
result easier.
As I said, you cannot start from the language: you should start learning the
theory and the infrastructure of the framework before, elsewhere you will
spend much of the time asking yourself "why this doesn't work?".
--
www.neodatatype.net
Jan 3 '07 #10
Cor Ligthert [MVP] wrote:
Secondly my best friend is MSDN.
And all this time I thought Herfried was your best friend!! :)

Chris

Jan 3 '07 #11
Chris,

I hope that Ken does not read this, he will maybe disapoinent not about me,
but about you.

Cor

"Chris Dunaway" <du******@gmail.comschreef in bericht
news:11*********************@s34g2000cwa.googlegro ups.com...
Cor Ligthert [MVP] wrote:
>Secondly my best friend is MSDN.

And all this time I thought Herfried was your best friend!! :)

Chris

Jan 3 '07 #12

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

Similar topics

21
by: Dave | last post by:
After following Microsofts admonition to reformat my system before doing a final compilation of my app I got many warnings/errors upon compiling an rtf file created in word. I used the Help...
6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
3
by: Colin J. Williams | last post by:
Python advertises some basic service: C:\Python24>python Python 2.4.1 (#65, Mar 30 2005, 09:13:57) on win32 Type "help", "copyright", "credits" or "license" for more information. >>> With...
7
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available...
5
by: Steve | last post by:
I have written a help file (chm) for a DLL and referenced it using Help.ShowHelp My expectation is that a developer using my DLL would be able to access this help file during his development time...
2
by: TThai | last post by:
Hi, Does anyone has problem with crystal report in dotnet that when requesting more than one copy in the dialog box, it only prints one copy? Any help is appreciated. Currently, we asked the user...
10
by: Ammu | last post by:
hi everybody! does anyone know how to get a gradient titlebar in vbdotnet app...? pls help. thanks in advance.
0
by: HardQuestion | last post by:
Hi, I like to know how to use xsd files in vbdotnet project Suppose I've an access db then how to create xsd file pls tell Thanx in advance
3
by: prigupta2 | last post by:
Private Sub EnlargeDrawing(ByVal DrawControl As System.Drawing.Graphics) DrawControl.Height = VB6.TwipsToPixelsY(4980) DrawControl.Width = VB6.TwipsToPixelsX(4980) Error 1 'Height' is not a member...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...

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.