Wrox Programmer Forums
|
Visual Basic 2010 General Discussion For any discussions about Visual Basic 2010 topics which aren't related to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2010 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 28th, 2012, 12:01 AM
Registered User
 
Join Date: Jul 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default underline significance

Of what significance is the underlines in code like the following


Code:
 Public Sub New(ByVal newBalance As Integer)

        'Sets the player's image and name that is displayed in the picture frame in the UI.
        Me._imageProp = My.Settings.PlayerImage
        Me._nameProp = My.Settings.PlayerName
        Me._handProp = New BlackJackHand
        Me._balanceProp = newBalance
    End Sub
A beginners question, for sure!

Last edited by jrmourning; July 28th, 2012 at 12:03 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Need underline for did you mean ssvas BOOK: Beginning SharePoint 2007: Building Team Solutions with MOSS 2007 ISBN: 978-0-470-12449-9 0 November 27th, 2008 03:05 AM
What is the significance of DLL file in C#? arbab C# 4 September 8th, 2008 05:51 AM
How can display underline of text in Button when m mycwcgr ASP.NET 2.0 Basics 6 September 6th, 2007 01:32 PM
convert text to bold/italic/underline arunkhushi General .NET 0 August 21st, 2007 04:07 PM
How to remove the underline of the Image sfs00784 CSS Cascading Style Sheets 6 June 25th, 2005 11:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.