المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Code Insertion Issue



C# Programming
03-20-2012, 11:31 PM
Following a C# book and working with Visual Studio 2008 Team Suite. The excercise is a contacts app and involves the introduction of a logo. Additionally, Clicking on the logo generates an "About" feature. Double clicking the logo in the excercise leads to the error " editing embeded resources directly is not supported. Do you wish to convert this item to a linked resource in order to edit it?

The inserted code to generate the "About" feature is: MessageBox.Show ("Contact List 1.0. \nWritten by: Maurice Newsome" , "About") ; Visual Studio flashed a notification about an expected

Three pages of the book and images of my efforts are uploaded to: https://skydrive.live.com/?cid=4ad6aabd72471dbb&sc=documents&id=4AD6AABD72471DBB%216691#cid=4AD6AABD72471DBB&id=4AD6AABD72471DBB%216692&sc=documents

I seek guidance on how to address the semi-colon placement issue and why the Logo does not yield the expected results