Click here to Skip to main content
15,916,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: deserializing xmlfile to array? Pin
Dave Kreskowiak17-Jun-04 8:22
mveDave Kreskowiak17-Jun-04 8:22 
GeneralRe: deserializing xmlfile to array? Pin
mrdance17-Jun-04 8:56
mrdance17-Jun-04 8:56 
GeneralRe: deserializing xmlfile to array? Pin
mrdance17-Jun-04 23:57
mrdance17-Jun-04 23:57 
GeneralRe: deserializing xmlfile to array? Pin
Dave Kreskowiak18-Jun-04 2:49
mveDave Kreskowiak18-Jun-04 2:49 
GeneralRe: deserializing xmlfile to array? Pin
mrdance18-Jun-04 4:55
mrdance18-Jun-04 4:55 
GeneralRe: deserializing xmlfile to array? Pin
Dave Kreskowiak18-Jun-04 12:25
mveDave Kreskowiak18-Jun-04 12:25 
GeneralRe: deserializing xmlfile to array? Pin
mrdance19-Jun-04 12:52
mrdance19-Jun-04 12:52 
GeneralDebugging Problem in Halvorson's Book Pin
tanstaafl2817-Jun-04 7:24
tanstaafl2817-Jun-04 7:24 
Hiya, I'm in the middle of Mike Halvorson's Visual Basic Step By Step and there was a simple debugging problem where the ap prompts the user for their age and based upon this age, identifies them as either a teenager or not a teenager.

The ap has a probem because one of the lines includes:

If Age > 13 and Age < 20 Then
Textbox2.Text = "Your'e a teenager."

This creates a logic error in the fact that 13 is not included in the range of acceptable numbers. I simply made it > 12, but the book took the >=13 approach.

Only wanted to know if there was any reason why my solution wouldn't be just as viable as the book's.
Thanks. Poke tongue | ;-P

Still coaxing software out of the can after all these years...
GeneralRe: Debugging Problem in Halvorson's Book Pin
Dave Kreskowiak17-Jun-04 7:45
mveDave Kreskowiak17-Jun-04 7:45 
GeneralRe: Debugging Problem in Halvorson's Book Pin
tanstaafl2817-Jun-04 8:38
tanstaafl2817-Jun-04 8:38 
GeneralRe: Debugging Problem in Halvorson's Book Pin
Steven Campbell18-Jun-04 3:18
Steven Campbell18-Jun-04 3:18 
GeneralRe: Debugging Problem in Halvorson's Book Pin
tanstaafl2818-Jun-04 6:35
tanstaafl2818-Jun-04 6:35 
GeneralFTP implementation Pin
hmshmsm17-Jun-04 4:12
hmshmsm17-Jun-04 4:12 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 4:24
mveDave Kreskowiak17-Jun-04 4:24 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 4:30
mveDave Kreskowiak17-Jun-04 4:30 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 4:57
hmshmsm17-Jun-04 4:57 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 5:29
mveDave Kreskowiak17-Jun-04 5:29 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 5:46
hmshmsm17-Jun-04 5:46 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 5:48
hmshmsm17-Jun-04 5:48 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 6:01
mveDave Kreskowiak17-Jun-04 6:01 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 6:51
hmshmsm17-Jun-04 6:51 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 6:56
mveDave Kreskowiak17-Jun-04 6:56 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 7:13
hmshmsm17-Jun-04 7:13 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 7:41
mveDave Kreskowiak17-Jun-04 7:41 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 7:56
hmshmsm17-Jun-04 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.