PDA

View Full Version : Why won't this code work?


meandmymachine
04-23-2003, 08:48 PM
I've found some code in a book on Visual Basic.NET that doesn't seem to work properly.(The book is "Learning Visual Basic.NET Through Applications" by Clayton E.Crooks II (Charles River Media) ISBN 1-58450-242-8).

The essential problem is that the code seems to be okay on the CD which came with the book, but when I copy it into Visual Basic.NET Standard Edition, it reports some errors. I haven't reproduced the code here because it's quite long but if anyone can help, I'll gladly send it to them. All contributions gratefully accepted.

meandmymachine

Jason
04-23-2003, 11:07 PM
Im not a VB person but portability is a big issue with programing. Make sure you have all the libraries or import files in the propper directory they get called from in the code. And you might want to check that you have all the libraries. Otherwise I don't know.


Jason