Wrox Programmer Forums
|
BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6
This is the forum to discuss the Wrox book Beginning Visual Basic 2005 by Thearon Willis, Bryan Newsome; ISBN: 9780764574016
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 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 11th, 2009, 10:06 AM
Authorized User
 
Join Date: Jun 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error on the page 407.

[code]
Private Sub btnApplicationCopyright_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handle btnApplicationCopyright.Click

RaiseEvent ApplicationCopyrigtChanged(my.Application.Info.Cop yright)
MessageBox.Show(My.Application.AssemblyInfo.LegalCopyright, strApplicationName)
End Sub

Those Assembly, Legal are not the member.
 
Old July 12th, 2009, 01:06 PM
Wrox Author
 
Join Date: Mar 2006
Posts: 91
Thanks: 0
Thanked 5 Times in 5 Posts
Default

This is the code from the book example.
Code:
    Private Sub btnApplicationCopyright_Click(ByVal sender As System.Object, _
        ByVal e As System.EventArgs) Handles btnApplicationCopyright.Click
        RaiseEvent ApplicationCopyrightChanged( _
           My.Application.Info.Copyright)
        MessageBox.Show(My.Application.Info.Copyright, _
             strApplicationName)
    End Sub
You can download all of the code from the book as a reference from this link
http://www.wrox.com/WileyCDA/WroxTit...-DOWNLOAD.html

Bryan
 
Old July 12th, 2009, 02:52 PM
Authorized User
 
Join Date: Jun 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks your answer.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error page youyou_hym Dreamweaver (all versions) 1 June 2nd, 2005 03:59 PM
Error Page qazi_nomi Classic ASP Basics 1 August 20th, 2004 05:49 AM
Asp page error hamed8esi Classic ASP Databases 2 March 8th, 2004 11:42 AM
Phile Page error, visual studio error reps BOOK: ASP.NET Website Programming Problem-Design-Solution 0 September 27th, 2003 10:11 AM





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